How to add Retweet Share Count Button for Blogger (Blogspot)

retweet button for blogger

Twitter is a social networking and microblogging service that enables its users to send and read other user messages called tweets. The Retweet (or “RT”) allows Twitter users to share the best links, tweets they find from others using the service. Let's see how to add Retweet share count button for blogger.

There're two types of retweet share button as normal and compact.

Retweet normal share count button. Don't forget to change the float left or right and insert your Twitter username in blue text area.

<div style="float:left; margin:5px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>


retweet compact for blogger

Retweet compact share count button. This one also change as you wish float left or right and insert twitter username.

<div style="float:left; margin:5px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>


retweet compact button for blogger

01. Now go to your blogger Design, Edit HTML and click on Expand Widget Templates

02. Now search for following piece of code, place your retweet code above it and save your template.

<data:post.body/>


You are done now. Now all your blogger posts will have a Retweet button. If you face any problems, use the below comments section to seek help.

Related Posts



0 comments: