For a blog, an rss feed is a must have. It notifies your visitor whenever you updated your blog so that they can come back and see the “cool” things you just wrote about. Social bookmarking is another important area we should never overlook. With the feeburner rss, visitors like you can simply add yours to del.icio.us. The one thing that left for me to do is add Digg button to this blogger so that if there is anything I wrote that you think is pretty cool (I hope so) and want want to share with other people. Just in case you don’t know what Digg is, here is the definition taken from Wiki: Digg is a community-based popularity website with an emphasis on technology and science articles, recently expanding to a broader range of categories such as politics and entertainment. http://en.wikipedia.org/wiki/Digg

So here we go, I am tired of using Digg wordpress plugin so I just kept searching how to add Digg to your blog. Finally, here comes the solution:
simply copy this piece of code and put on your blog wherever you want to show it:
<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script>

That’s it, you are done!! If you want to do more with it, here is the other parameters you can change to personalize the button:

<script type=”text/javascript”>
digg_url = ‘your site’s url’;
digg_bgcolor = ‘#ff9900′;
digg_skin = ‘compact/icon’;
</script>
<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script>

 

these options are pretty much self-explanatory, if you omit the digg_skin, then it will set to default. Two options available for skin are compact and icon. Want to see how they look? Try it yourself on your blog!