Social bookmarking sites can play a lead role in providing decent traffic and better PR. You must associate social bookmarking icons to each of your blogger blog posts so that your visitors can submit your posts to different social networking sites. Like ReTweet button, Digg button is also known as one of the most powerful social bookmarking icons, keeping Digg’s huge traffic and popularity in eye. If you want to give more mileage to each of your posts, you should add Digg button to each of your posts. Adding a Digg button is simple, takes a maximum of 5 minutes but works like one of the major pillars for your blog.
Adding Digg Button to Blogger blog posts
2. Navigate to Layout >> Edit HTML
3. Back up your blogger HTML template
4. Expand your widgets templates by checking the box
5. Search for
<p><data:post.body/></p>
6. Add the following piece of code just before it to add the "digg button to right above every post"
<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>
7. Click on Save Template to save the changes you have made You are done.