How To Add Tweet this (Twitter) button to Each Blogger Post

Wednesday 8 August 2012

How To Add Tweet this (Twitter) button to Each Blogger Post

Hi friends “Tweet this” button will enable your readers to share your post with other Twitter users. This will help promote your blog and possibly increase your Twitter followers.
This button will appear at the bottom area of each post.

How to add Tweet this button to each blogger post?

Note:Backup your template first
  1. Login to your to your Blogger account.
  2. Go to Dashboard > Design > Edit HTML.
  3. Check Expand Widgets (i.e, Tick it)
  4. Search bellow Tag
    <data:post.body/>
  5. Place bellow code just after it
    <b:if cond='data:blog.pageType == &quot;item&quot;'> <a expr:href='&quot;http://twitter.com/home?status=Read - &quot; + data:post.title + &quot;-&quot; + data:post.url' title='Post this article on Twitter' target='_blank'><img style="border:0px;" src='http://i46.tinypic.com/2py4aw8.jpg'/></a> </b:if>
  6. Save your template and test it once for good working or not
#You can change tweet this button with yours
Please feel free and leave your response