Add retweetme buttons on each of your blogger posts
Sunday, May 10, 2009
Leave a Comment
Retweetme is just a simple Javascript embedded bottom or widget that encourages your twitter fans to retweet your content on twitter.You can get this tool for your blog in two different styles. goes the code for two different Retweetme button along with the tutorial.
- First of all Sign in into Blogger.
- Then from the Blogger Dashboard goto Layout then check Expand Widget Templates.
- After that search for <div class='post-header-line-1'/> in the code section.
- Now paste the widget code just below <div class='post-header-line-1'/>.
- After you paste the widget code Save your Template.Then you are done.
Big or Square Type:<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
Small or Rectangular Type<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
0 comments »
Leave your response!