Saturday, April 14, 2007

Digg

So you always wanted to add a quick and easy digg it button to your blog. If you follow this easy steps you can. Check my digg-it buttons and then, well.... digg those articles :D

Here's how I added those digg it buttons to my page.

I found these steps from here

  • First goto Templates ==> Edit HTML and check this button.
  • Then do a search for "<data:post.body/>" (without the quotes).
  • Then make the surrounding code look like this
<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>

0 comments: