LOL dude, if I have to do that, then I can sit for few hours and do that, but I dont have a minute for that. I know, this is a readymade one and many sites use that. So, im just looking for the plugin URL now.
http://wordpress.org/extend/plugins/sociable http://wordpress.org/extend/plugins/social-bookmarking-reloaded/ what were u searching
If you point us to where you've found that, that may be helpful. There's probably a hint in the outputted html code.
Its not that one. I already have this. Ok example, http://www.w3avenue.com/2009/12/31/tutorials-2009-december/
Looking at the code, the first four appear just to be hardcoded into the theme. They're not picking up any of the post information and look static to me. The right four are from addthis.com as it's nothing but their javascript with what I'm assuming to be their ID in there. Hope this helps, -drmike edit: Here's their code: <h3>Bookmark / Share This Post With Your Friends</h3> <div> <div style="float:left;padding-right:10px;padding-top:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div> <div style="float:left;padding-right:10px;padding-top:10px;"><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div> <div style="float:left;padding-right:10px;padding-top:10px;"><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div> <div style="float:left;padding-right:10px;padding-top:10px;"><script type="text/javascript">var dzone_style = '1';</script><script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script></div> <div style="float:left;padding-right:10px;padding-top:10px;"><div><script type="text/javascript">var addthis_pub="w3avenue";</script><a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', 'http%3A%2F%2Fwww.w3avenue.com%2F2009%2F12%2F31%2Ftutorials-2009-december%2F', 'Really+Useful+Tutorials+You+Should+Have+Read+in+December+2009')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://www.w3avenue.com/wp-content/themes/w3avenueV1/images/addthis.png" width="140" height="35" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script></div></div> </div> Code (markup):