How to Add Retweet Button to Blogger Posts


How to Add Retweet Button to Blogger Posts

Retweeting or submitting your blog posts to the popular website TweetMeme brings more traffic to your blog. TweetMeme is a service which aggregates all the popular links on Twitter to determine which links are popular.

This post helps you to add a Retweet button to your Blogger blog to enable the readers retweet your articles.

Please Note: Before Editing your Template, Save a copy of your current template by clicking ‘Download Full Template’ in ‘Edit HTML’ page of the Blogger ‘Layout’ Window and ‘Preview’ the changes before Saving.

  1. Go to Blogger Layout page – Edit HTML – and click Expand Widget Templates.
    How to Add Social Bookmark Links beneath Blog Posts in Blogger

    Search (Ctrl+F) for:

    <data:post.body/>

    and REPLACE the above line with the following code:

    <!– RETWEET BUTTON START –>
    <script type=”text/javascript”>
    tweetmeme_url = ‘<data:post.url/>’;
    tweetmeme_source = ‘YOUR_TWITTER_USERNAME‘;
    tweetmeme_style = ‘compact’;
    </script>
    <script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”></script>
    <!– RETWEET BUTTON END –>
    <div style=’clear: both;’/>
    <data:post.body/>

    (Note: Don’t forget to replace YOUR_TWITTER_USERNAME with your own twitter username!)

  2. Finally, Save your template.

Enjoy Blogging and Retweeting!



You May Also Like:

Article by Shafar.
About the Author: Tech Freak, Android Lover, Wordpress Addict, Social Media Junkie and the Founder of TipsBlogger.
To submit guest posts to TipsBlogger, please read the Guidelines.

5 Responsesto “How to Add Retweet Button to Blogger Posts”

  1. Good tutorial for blogger blogs :) .

  2. Pavan Somu says:

    Now a days resources are being increased to blogger blogs too.

  3. zahid says:

    cool post for adding tweeter tweets on Blogger or Blogspot post…

  4. Amrish Singh says:

    Nice post Shafar .By adding retweet button to your blog you can get traffic to your blog .This tip was for blogger blog and i have a wordpress blog.Will you explain me that how can i add a retweet button to my blog

  5. Shafar says:

    @Amrish
    You can add this plugin to your wordpress blog:
    http://wordpress.org/extend/plugins/tweetmeme/

    Good Luck

Leave a Reply