Skip to main content

Posts

Showing posts from February, 2007

Add a Digg Button

How to integrate a Digg Button into your blogger template , which will be displayed in each of your blogger posts. The button displays the amount of times each post has been dugg and lets users digg directly from your blog . 1- Make sure to Backup your Template! 2- Open your blogger template, click Expand Widget Templates , and search for the code below: <data:post.body/> 3- Add this code below directly above the searched code above : <!-- 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> 4- Now Preview and Save your Template!