Tiny Slug
Each Post/Item will automatically get a "Tiny Slug" like for example aY4 so you can automatically use Tiny Urls to link to your posts on social media sites such as Twitter, like for example http://www.mysite.com/aY4
Technical Info
Tiny slug is automatically generated with the following format:
- The first character is always a lowercase letter
- The second character is always a capital letter
- The third character is always a number
First generated slug is aA1.
When slugs will be reached to the last combination zZ9 then next slug will be generated with 4 chars as aA00 and etc. by rule:
- at most three letter (uppercase or lowercase) can be after each other -> every fourth character is a number
- at most three number can be after each other -> every fourth character is a letter
For example, after slug zZ9zzz9zzz9zzz9zzz next slug will be generated as aA000A000A000A000A0.