How to Add Beautiful Delicious Counter Button to Blogger/Blogspot
New blogger Add Delicious Counter Button to your blog so people subscribe in Delicious
this is best bookmarking button for new blogger. how can add is button on our blog or website
learn this simple tutorial and make your blog interesting for people .
Now follow below simple step to add this button to your blog........
* First go to your blogger Dashboard .
* Click on design Tab and Edit Html.
* Now Expand templates and find </head> code with keyboard button CTRL+F.
* Copy below code and paste it just after </head> tag .
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://delicious-button.googlecode.com/files/jquery.delicious-button-1.0.min.js"></script>
* Now find again <div class=’post-header-line-1′/>
* Paste below code just After it <div class=’post-header-line-1′/>
<div style='float:right; margin-right:10px;'> <a class='delicious-button' href='http://delicious.com/save'> <!-- { url:"<data:post.url/>" ,title:"<data:post.title/>" ,button:"wide" } --> Save on Delicious </a> </div>
* And now save your template and refresh your blog.
0 Responses So Far: