How do I... Generate a TinyURL for my pages automatically?

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/cxbsfn

Tag page
You must login to post a comment.