In my previous post i wrote about how to add retweet button in blog, now in this post we are going to add digg button in blogger. We all know about digg, Digg is the popular social bookmarking website and one of the most easiest way to get quick traffic and backlinks for your blog.
Social Marking is gaining more and more popularity and specially for bloggers digg is one of the best platform to keep in touch with other bloggers and get free traffic.
Blogging is not just a source of income, but it is to share knowledge with each other, and digg provide you a free platform to share your knowledge. Adding Digg button in your blog is very important to easily share your knowledge with the world, and in this post we are going to add digg button in wordpress and blogger post.
For Blogger (Blogspot)
Login to your blogger Dash Board
Click on Layout
Click on HTML
And find this code in your Template code
<p><data:post.body/></p>
Now Select the above code and paste the below code on the place of the above code
<!– DIGG –>
<div style=’float:right; margin-left:10px;’>
<script type=’text/javascript’>
digg_url = ‘<data:post.url/>’;
</script>
<script src=’http://digg.com/tools/diggthis.js’ type=’text/javascript’/>
</div>
Preview your Template and if every thing is fine, then Save your Template and that’s all.
To change the position of digg button in blogger replace right with left or center
For WordPress
Login to your wordpress blog and click on Plugins.
Download this plugin and upload it to your wordpress plugin directory.
Activate the plugin and that’s all.
In wordpress you can change the position of the button from Digg plugin Setting area.
You can also add retweet button in wordpress to allow your visiters to retweet your post. Twitter is also one of the best and important social bookmarking website for bloggers.
Related posts:


