11 March 2009

Pasang Tombol Digg | Put Digg Button

Digg.com is a social networking site where we can find content from another site/blog and we can also share with another person. The site that appears in digg homepage is from digg member who submit the content they like. So more people submit your content it’s likely your site/blog will jump to digg homepage and the result your will get more traffic for it. So interesting for us.

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