Sunday, January 20, 2008

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.

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

0 Comments:

Post a Comment