“The retweet button is for blog and website publishers who want to encourage their readers to tweet their content on Twitter.” This button also acts like a twitter counter. It not only allows your readers to tweet your blog posts to their twitter accounts but also shows the number of times your blog posts has been tweeted. You can easily get the source code from TweetMeme but here also need an explanation on how to add this to your blogger posts. Generally when you get the code for the full script, it will look like: <script type='text/javascript'> tweetmeme_url = ' http://yoururl.com '; tweetmeme_source = ' tweetmeme '; tweetmeme_service = ' bit.ly '; </script> <script src='http://tweetmeme.com/i/scripts/button.js' type='text/javascript'/> Now for an explanation: ' http://yoururl.com ' is the blog post URL, change it to ' <data:post.url/> ' ' tweetmeme ' is the twitter account, change it...