Let’s go put digg button in our blog and get the traffic. Just follow this simple steps :
1. Go to Layout then choose edit HTMl and click on Expand widget template
2. find this code <p><data:post.body/></p>
3. Change the code above with this code below
<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>
4. Save template and done
No comments:
Post a Comment