Use the twitter_link() function in your theme (within the_loop) that returns the shortened URL. For example:
if (function_exists("twitter_link")) { echo '<a href="' . twitter_link() . '">Twitter Friendly Link</a>'; }
Yes you do. TinyURL links give backlinks to TinyURL.com, while short links generated by this plugin give direct backlinks to your website. This is good for SEO.




