Monday, January 17, 2011

How To Add Topsy Retweet Counter Buttons For Blogger

1.Log in to your dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see <div class='post-header-line-1'/> tag.

4.Now add below code before <div class='post-header-line-1'/> tag.










Large Button:







<div style='padding: 4px; float: right;'>
<script src='http://button.topsy.com/widget/retweet-big?nick=TWITTER-USERNAME&amp;url=' type='text/javascript'/>
</div>





<div style='padding: 4px; float: right;'>
<script src='http://button.topsy.com/widget/retweet-small?nick=TWITTER-USERNAME&amp;url=' type='text/javascript'/>
</div>
Note: Replace TWITTER-USERNAME with your Twitter username.


5. Click On "Save Template" You are done.

Cheers.!

0 comments:

Post a Comment