I’ll show you how to put Digg button on the right or left of the top for each post (For blog that do the Automatic Thumbnail and Read More Function).
Follow steps as below (Put on Top Left);
1. Go to Layout --->Edit HTML in your Blogger Dashboard
2. Back up your existing Template before making any changes!
3. Make sure to check the "Expand Widget Templates" box
2. Back up your existing Template before making any changes!
3. Make sure to check the "Expand Widget Templates" box
4. Find this code <data:post.body/>
5. Copy the exactly code as below;
<div style="float:left;"><script type="text/javascript">
digg_url = 'WEBSITE_URL';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
digg_url = 'WEBSITE_URL';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
*Don’t forget to change WEBSITE_URL to Your URL e.g. http://YourDomain.com
6. Put the above code before <data:post.body/>
e.g.
e.g.
<div style="float:left;"><script type="text/javascript">
digg_url = 'WEBSITE_URL';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><data:post.body/>
digg_url = 'WEBSITE_URL';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><data:post.body/>
7. Save it
Remark: If you’d like to change it to the left, just change this code from <div style='float:right;'> to <div style='float:left;'>
If your blog doesn't use Automatic Thumbnail and Read More Function you have to find this code <div class='post-header-line-1'/> then put the following code as below;
<div style="float:left;"><script type="text/javascript">
digg_url = 'WEBSITE_URL';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><div class='post-header-line-1'/>
That’s it!!! Same way as the above how to move it to left or right on the top of the post.
Next Step
Last post I posted the topic about How to Add Retweet Button (From Tweetmeme.com). Now Digg on Twitter, every time somebody digg or favorite something, it can automatically tweet it to your friends.
It called
Twiggit is an automated service that lets your friends on twitter know what articles you digg. If you have an account with twitter, you can click to apply this function as below.
If you don't have an account, you can apply at http://www.twitter.com/
Any questions, please do not hesitate to leave a comment as below.
If you like this post, you can subscribe to keep up to date daily via e-mail Subscribe Now