Function TinyUrl
Converts a url into a shorter version for sms messages etc.
TinyUrl([URL])Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | string | required | n/a | URL | The url |
Returns
The result of the compressed url
Examples
Example to convert a standard url into a tiny version
{{TinyUrl("https://www.estatesit.com/")}}
