We have been moved to http://www.bloganol.com/

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.

  1. First of all Sign in into Blogger.
  2. Then from the Blogger Dashboard goto Layout then check Expand Widget Templates.
  3. After that search for <div class='post-header-line-1'/> in the code section.
  4. Now paste the widget code just below <div class='post-header-line-1'/>.
  5. 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>

comments

2 Responses to "Add retweetme buttons on each of your blogger posts"
Joella Molson said...
May 19, 2009 at 6:54 AM

Using retweet buttons on blog posts is a great way for promoting you content on Twitter. Thanks for sharing this idea and code


Mikes Sumondong said...
May 19, 2009 at 7:56 PM

I will try to do that. thanks a lot for the info!


Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!