how to add digg.com button in new blogger beta template for each post
In my last post I explained how to add digg button in old classic blogger template . I have tried that trick with blogger classic. This trick will only work with new blogger beta. So before using this trick make sure you are editing your new blogger beta template.
Note: Please make a backup of your template before doing any change to your template. If due to some reason it harms your template I am not responsible for any lost.
Steps are as followed:
login to your Admin panel and click customize template. In customization section click on edit HTML
make sure to check the Expand Widget Templates
Search for <p><data:post.body/></p>
Paste these blue codes just before it.
<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 to make sure that every thing is fine and you are not getting any error message.
save the template and enjoy your digging new blogger beta post.

