Tweet It!


This is a cool module which allows your site users to tweet the pages right from your site without having to visit Twitter website. When users click on Tweet button, it opens a cool JQuery based UI in your site which is kind of a tunnel to Twitter.
This module has lots of configuration options, e.g. animation effetcts, popup, custom share URL, custom image for twitter button, text of buttons and more.
I'm fairly new to Joomla but looked for a number of Social Extensions in module format over plug-ins. At first I couldn't get it to work, and as it was down on the demo site too I traced the error to line 56 in the php:
$document->addScript('http://tweet-it.s3.amazonaws.com/tweet-it.js');
It turns out the file isn't there currently, however, changing it to:
$document->addScript('http://tweet-it.st.pongsocket.com/tweet-it.js') has solved the issue. Nice module, thanks.
Thanks for your kind feedback and reporting the issue. We have fixed the issue.





