Skip to content

Commit

Permalink
GitBook: [master] 6 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider authored and gitbook-bot committed Dec 24, 2020
1 parent 285d9f3 commit bc36013
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 85 deletions.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# Initial page
---
description: Shorten URLs with invisible spaces
---

# Zero Width Shortener

Zero Width Shortener \(abbreviated as ZWS\) is a URL shortener that shortens URLs using spaces that have zero width, making them invisible to humans.

### Characters

We've done a bit of research on what characters work on different platforms

| Character | In use | [Twitter](https://twitter.com/) | [iMessage](https://support.apple.com/explore/messages)\* | [Discord](https://discordapp.com/) | [Slack](https://slack.com) | [Telegram](https://telegram.org/) | Notes |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
| `U+200B` | ✔️ ||| ✔️ || ✔️ | Used in URLs since initial release, blacklisted space character on [Twitter](https://twitter.com/) |
| `U+200D` | ✔️ || | ✔️ | | ✔️ | [Discord](https://discordapp.com/) prompts you with a "spoopy URL" popup when clicked |
| `U+200C` ||| | ✔️ | || Blacklisted space on [Twitter](https://twitter.com/), discontinued \(previously used, replaced with `U+200D`\) |
| `U+180E` |||| ✔️ | || Visible on iOS, discontinued in b39897e \(previously used, replaced with `U+200C`\) |
| `U+061C` ||| | ✔️ | | ✔️ | |

* [iMessage](https://support.apple.com/explore/messages) note: Tested on latest beta of iOS

9 changes: 7 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Table of contents

* [Initial page](README.md)
* [Get URL](get-shortened-url.md)
* [Zero Width Shortener](README.md)

## REST API <a id="api"></a>

* [Get URL](api/get-shortened-url.md)
* [Shorten URL](api/shorten-url.md)
* [Get URL stats](api/get-url-stats.md)

82 changes: 0 additions & 82 deletions get-shortened-url.md

This file was deleted.

0 comments on commit bc36013

Please sign in to comment.