Let's focuse on the steps of installing the digg button on your page post. Step one:

With Digg button you can easy to submit your post with your self or with your visitor to digg.com. Feel interesred to add digg button to your blog? this the steps :
1.Login to blogger with your ID
2.After entering the dashboard page , click Layout

3.Then click edit HTML tab.

4.Click the Download full template link.Save your template

5. Please mark the little box beside Expand Widget Templates

6. Go to your template code, and find the code like this
<p><data:post.body/></p>
7.Delete the code above and alter with following 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>
8.Click Save Template button.
9.Done. Now digg button was added to your post.
No comments:
Post a Comment