Tuesday 24 January 2012

How to Add Retweet Button for Blogger

Hi Friend, you are here today because you want to aad Retweet button to your Blogger. Today i will tell you how to add retweet button to blogger. This is very easy and very helpful to improve your Blog traffic also.


1. Follow this guide on How To Edit Your Blog Template


 2. Find(CTRL+F)  <data:post.body/>

3. Add these codes ABOVE  <data:post.body/>


<b:if cond='data:blog.pageType == "item"'>
    <div style='float:right; margin-left:10px;'>
        <script type="text/javascript">
            tweetmeme_url = '<data:post.url/>';
        </script>
        <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
    </div>
<b:else/>
    <div style='float:right; margin-left:10px;'>
        <script type="text/javascript">
            tweetmeme_url = '<data:post.url/>';
            tweetmeme_style = "compact";
        </script>
        <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
    </div>
</b:if>

4. Click Save Template

And you're done! The retweet button will appear at the Top right side on your post.


Always comment and subscribe us.....!

1 comment:

  1. If u Like this Tutriol don't Forget to say thans
    &
    Always Comment and Subscribe us......!

    ReplyDelete