Retweet Button

The TwittLink button is for website and blog publishers who want to help their audience tweet their content on Twitter. Our intention was to create a simple, yet powerful button. One of our main goal was not to be intrusive, that's why we don't use any cookie or iframes.

At this momment we have two versions of the button: big (50x50px) and small (40x20px).

How to use it ?

If you run your blog on Wordpress, you can use our Wordpress plugin.

Simple usage for a web page:

<script src="http://www.twittlink.com/tools/button_b.js" type="text/javascript"/></script>

Above code will integrate our big button. For the small one use the code below:

<script src="http://www.twittlink.com/tools/button_s.js" type="text/javascript"/></script>

You can set different parameter to tweak you button:

<script type="text/javascript">
tl_title = "your title";
tl_url = "you url";
tl_source = "your twitter account";
</script>
<script src="http://www.twittlink.com/tools/button_b.js" type="text/javascript"/></script>

That's all you need to know!