30 January 2011

Delicious Bookmark Widgets For Wordpress With Counter


Delicious is the most visited site of social bookmarking. Some Days ago i have write another post about Delicious Bookmark Widgets for blogger. To day i am writing about how to add Delicious bookmark widgets in wordpress. This widgets is made by mike.So let see How to do that.
Step 1: 
1. Go to the edit themes from wordpress dashboard. Then click the header.php edit the file. Then insert the code given bellow before </head> .
<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>
Note : If you have already added jquery in your blog then don't need to add the bold line. 


Step 2:

Then go to the single.php and paste the bellow code after <?php the_content(); ?>
<div style='float:right; margin-right:10px;'>
<a class="delicious-button" href="http://delicious.com/save">
   <!-- {
   url:"<?php the_permalink() ?>"
   ,title:"<?php the_title(); ?>"
   ,button:"wide"
   } -->
   Save on Delicious
</a>
</div>
Save It now you are done. If you want this type example given up then remove the ,button:"wide"  Code and you are done . Now see your blog post how it appear. If face any problem feel free to comment.

Get Free Updates:
Note : You will find a confirmation link in your inbox or junk folder

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More