TwittLink Twitter Client

Are you a website visitor ?

If you what to share an interesting content on Twitter without to much hassle, Twittlink Twitter Client could be the right choice for you. Give it a try! Just drag and drop the bellow button in your favorite browser toolbar.

TWITT

When you visit a page, clicking on TWITT button will automatically open the Twittlink Twitter Client and you are ready to tweet. To make it all easier, the text you select from the website will be copied into the Twitter Client. Happy tweeting!

Are you a website owner ?

TwittLink Twitter Client is also a widget for your website. It's a great way to connect your Twitter community to your website, and it gives your visitors the possibility to use Twitter without leaving your website Twittlink can transform visitors from simple readers into someone sharing and communicating on topics from your website. This can grow your website's community and as a result, it will increase your traffic.

We are in beta stage right now, with the first version. Based on your feedback, we plan to release a new version as soon as possible.


How to use it ?

Simple install:

If your website is running on Wordpress platform you can download and install our plugin.

Otherwise copy and paste the following code into your HTML just before the closing </body> tag:

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

or

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

for delayed loading.

Fine tuning:

<script type="text/javascript">
var tlc_xpos = "left"; // button position ("left" or "right")
var tlc_ypos = "300px"; // button vertical position (ex: 200px, 10%)
var tlc_twname = "twittlink"; // twitter account associated with website (can be empty)
var tlc_showbtn = true; // display button (true or false)
var tlc_route_twitter = true; // intercept post to twitter actions (true or false)
var tlc_showbtn_img = ""; // specify a diffrent button image
var tlc_showonline = true; // show or hide live chat (true or false)
var tlc_noconflicts = false; // solve conflicts with other libraries like mootools (true or false)
</script>
<script type="text/javascript" src="http://www.twittlink.com/tools/tlc/tlc.js"></script>

You can trigger twitter client from a custom html element with "tlc_user_button" id.

<a href="#" id="tlc_user_button">start twitter client</a>

Enjoy!