Short URLs are a way to create short, shareable “vanity” URLs for any page in your app.
Creating short URLs
Navigate to the “App > Settings” page in your Treefort Dashboard and scroll down to “Short URLs”.
Click the “Add” button.
For the “Short URL” field enter a short path starting with “/” (e.g.
/giveaway
).For the “Destination URL“ field enter the path of the page in your app that the short URL should load (e.g.
/tabs/discover/pages/giveaway
). If you’re not sure of the path then open your web app, navigate to the page, and copy the path out of your browser’s address barClick “Save” and then re-publish your app to make the short URL live.
Limitations
Short URLs cannot redirect users to another website.
You can create up to 100 short URLs.
If a short URL conflicts with a built-in path on the website (e.g.
/menu
) then it will be ignored.