Sunday, 23 October 2011
How To Add Retweet Button To Every Blog Post
Do you like this story?
Search for <data:post.body/> and paste the following codes just before or after it. Adding the code before <data:post.body/> will show the Retweet button on the top of your post while adding after <data:post.body/> will show the Rettweet button on the bottom of your post.
For Digg like Button, use the following code.
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>Retweet this button on every post blogger
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
</script>
</div>
For Digg like Button, use the following code.<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
This post was written by: Bikram Jit Singh
Bikram Jit Singh is the author of this blog rite now. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How To Add Retweet Button To Every Blog Post”
Post a Comment