Digg Button Customize

1:18 PM

If you want to add a Digg Button to your Post , then follow the simple Steps as Given Below.

For Example .. on my blog its place bottom, and this code for left positioned, if yo want to change a positioned just change a code on 'float:xxxx'

First log into your Blogger Dashboard.
Go to layout.
Then Click Edit HTML.
Mark 'Expand Widget Temlates' .

Now search for the following code...
<p><data:post.body/></p>

Now place the following Code just After (below)
<p><data:post.body/></p>

<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
digg_window = 'new';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>


Now Save your Template.

Make sure to backup your template first

Enjoy !!