I scoured the web to find a way to add the Yellow Digg button that will show up on every single post you have in your blog. Thanks to Blogging Secret for the help:
You just need to do 3 steps.
Step 1:
Go to your blog template> Edit HTML> expand the widgets> and check for this line:
<>p><>data:post.body/><>/p>
2 STEP
replace with this code:
<>p>
<>!– 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>
<>data:post.body/>
<>/p>
3 STEP
Click on Save Template. Done!
Also Daily Cup of Tech has a good solution for Non-Blogger sites. Although I’m not entirely sure it won’t work for Blogger.
Similar Posts:



















0 Responses to “Add the Yellow Digg Button to your Blogger Site”
Leave a Reply