To give you an example, my article on bookmarklets was on
the delicious popular section for more than a day yet Twitter
sent in more visitors than delicious thanks to all the tweets.
Now if you want to make it easy for your site visitors to share
links of your blog articles on Twitter, follow the instructions
below – you don’t need any plug-ins and the post URLs are automatically
shortened in the tweet via bit.ly (a good alternative to tinyurl
that also provides live traffic statistics).
Add Tweet This to your WordPress Theme
Step 1: Open the header.php file of WordPress and insert the following lines
just before the closing tag.
Step 2: Open the single.php file and insert the following line just below
the_content() function.
Tweet This: Send Page to Twitter
There’s a similar service called TwitThis which is again easy to setup but it
requires the Twitter password so some of your readers may not feel very
comfortable doing that.
Add Twitter to Blogger Template
Go to your Blog Layout -> Edit HTML and click the box that says
"Expand widget templates".
Take a backup of your Blogger template. Now search for the class "post-footer"
in the Blogger XML template and copy-paste the following snippet somewhere near
that class.