After posting a series of articles where we showed you how to add the most popular social network buttons to your blogger post in order to give your readers the option to share your articles through social networks. In this post I’m going to show you how to add the Delicious Bookmarking Button to your Blogger posts which will be a great option to your visitors to shar and bookmark your articles to the most popular Social Bookmarking Web Service called Delicious. Adding this button is very easy, so let’s star doing it.
2. Click at the Edit HTML tab which will lead you to the Edit Template page.
3. At the Edit Template page check the Expand Widget Templates option. Now you have to be careful here. First find the following code to your template: <data:post.body/> (press CTRL+F paste the code and the browser will find it for you).
he code you need to copy and paste in your Blogger template code is the one written below:
1. Login to your Blogger account and go to Design.


he code you need to copy and paste in your Blogger template code is the one written below:
<img src=”http://l.yimg.com/hr/img/delicious.small.gif” height=”10″ width=”10″ alt=”Delicious” />
<a href=”http://www.delicious.com/save” onclick=”window.open(‘http://www.delicious.com/save?v=5&noui&jump=close&url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title), ‘delicious’,'toolbar=no,width=550,height=550′); return false;”> Bookmark this on Delicious</a>
The button will look like in the picture below:<a href=”http://www.delicious.com/save” onclick=”window.open(‘http://www.delicious.com/save?v=5&noui&jump=close&url=’+encodeURIComponent(location.href)+’&title=’+encodeURIComponent(document.title), ‘delicious’,'toolbar=no,width=550,height=550′); return false;”> Bookmark this on Delicious</a>