Another way to add social bookmarklets is using addthis.com service . Just copy paste following code at the end of every post .
<!-- AddThis Bookmark Button BEGIN --> <a href="http://www.addthis.com/bookmark.php" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s9.addthis.com/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a> <!-- AddThis Bookmark Button END -->
OR YOU Can use following bash script 1. save it , chmod 755 blog.sh 2.blog.sh blogurl “blogtitle” (must be in quotes) 3.it will generate code , paste it in your blog thats it !!!!!
#!/bin/bash echo "<a href=\"http://www.addthis.com/bookmark.php?&url=$1&title=$2\" title="Bookmark this post using any social bookmarking manager of your choice\!">\ <img src="http://s9.addthis.com/button1-bm.gif" alt="AddThis social bookmarking image button" /> </a>"



