Sunday, April 29, 2007
This post is for my fellow friends who asking for digg button display in their post. Digg button will show up on every single post you have in your blog. (Like Blogging Secret)
You just need to do 3 steps.
1 STEP
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!
So do you love this digg button? lol
Technorati Tags: digg, blogging tutorial, blogging tools, blogging hack
Labels: Blogger Tricks, Blogging Hacks, Blogging Tools, Digg.com
20 Comments:
Blogging,Tutorials,Tricks,Technology,Reviews,Gadgets,Tips and Make Easy Money Online.
Awesome, you know i need it. thanks for the post. bookmarked.
Digg? What is that wor? Sounds like some counter.
and del.icio.us is another social network tool, as well as Mybloglog.
btw, Loui$$, you blogspot is a good style.
Just my 2 cents and good luck.
-Swapw
http://swapw.blogspot.com
<p><data:post.body/></p>
You need to update your post to say "insert after" that part of the code.
<****script src="http://digg.com/tools/diggthis.js" type="text/javascript"><****/script>
When you make a new blog entry, it will be right there. The advantage here is that you can easily delete this for certain posts that you might not want the digg button to show up.
The only problem I have is using the smaller digg button. I tried all the codes from the digg page, but they don't work.