• You do not have permissions to view this page - please try logging in.
Table of contents
No headers

Using DekiScript and the TinyURL API, you can automatically generate a TinyURL for any page on your website.

{{ web.link(web.text(uri.build("http://tinyurl.com/api-create.php", _, {  url: page.uri }))) }}

Sample output:

http://tinyurl.com/yhxng6u

You must login to post a comment.