how to add retweet button to blogger

tweetmeme-button

Social networking have become very important in these days it is very important to give your visitors the opportunity to retweet on your post and on your blog freely.It is very easy to make it for your blog ,just follow the few easy and simple steps and make your retweet button in your post.Step 1

Login to your dashboard click on Design .

Step 2

Now click on Edit HTML and then  check on  Expand Widget Templates box.

Step 3

Find the following code by pressing CTRL+F 


<div class='post-header-line-1'/>

Step 4

Now copy the following code and paste it before this.


<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'twitter acout';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js">
</script>
</div>