A blog about cutting edge technology at its maximum pace.

Ritesh Warke On Friday, April 1, 2011
Now you can Add Retweet Button To Blogger Posts very easily,retweet button is for website and blog publishers that want to encourage their audience to retweet their content on twitter.And if your content is good and gets retweeted from some good members then traffic to your blog is really enormous.Its a great source of traffic.I love it.


Twitter is being used by many bloggers to promote their blogs. This donesn't takes much of your time in contrast reaches all the tweeters who are following you and countless twitter users. This, for sure brings in more traffic to your blog.

Eventhough retweeting the blog post means the credit as the original tweeter goes to tweetmeme, this sure gets more visitors to your blog.

Tweetmeme gives you two types of buttons,

* A button, which looks somewhat alike the Digg button



* A Compact version which fits in less space



Now how to add these buttons in blogger posts.

Goto Layout > Edit Html > Expand Widgets > Press Ctrl+F >Search For Below Codes

<p><data:post.body/></p>

And add the below code like as below:-




<p><data:post.body/>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
</p>


This will add retweet button to your right of blogger post at beggining,if dont find the code enclosed in </p> Add above codes after it <data:post.body/> this will add this retweet button at end of the post.

Add below codes after this <data:post.body/> code to place button at end of post.


<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>


If you wanna use compact button code use below one.


<script type="text/javascript">
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>


Save your template and done.

This Post is written by: Ritesh R. Warke GPRS Expert & Webmaster. Ritesh R. Warke is a professional Ethical hacker, web designer and front end web developer.

0 comments:

Post a Comment

New Users Register Here