Social bookmarking sites 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
- Login to your Blogger dashboard.
- Navigate to Layout >> Edit HTML
- Back up your blogger HTML template
- Expand your widgets templates by checking the box
- Search for <data:post.body/> inside your template (Press Ctrl+F to search)
- Add the following piece of code just before it
- Click on Save Template to save the changes you have made
- You are done.
<!-- Digg Code by www.solidblogger.com -->
<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>
<!-- Digg code ends here -->
Now you can see a Digg button to the next of your first post paragraph. Your visitors will be able to bookmark your blog posts on Digg by simply clicking on the Digg button. Remember not to play with the above Digg button code, however you can edit it to change the margin space or to align differently. If you want to display Digg button at the bottom of the posts, simply paste the Digg button code after <data:post.body/> in step 6.
Below are some more related articles to the topic:

Thanks for digg, i was thinking to add digg in my blog but don’t know how to add, once again very thanks.really helpful.
Exactly it works.Thanks dear.