Free Blogspot templates

Showing posts with label Digg. Show all posts
Showing posts with label Digg. Show all posts

How to disable ads on Digg in IE


Disable annoying ads on Digg in internet explorer.

Add Digg vote button on Blogger Template


This tutorial explains how you can add a Digg vote button for each post into the new blogger template.

Open your blogger template, expand the widgets and find this code's line:

<p><data:post.body/></p>

and 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>

You can view the original post here