
Social networking sites are very usefull for getting visitors.This is latest edition of the this gadget.If you like it you can add this gadget to your blog by this way.
1.First go to design------->dashboard------->edit html
2.put a tick for expand template widget
3.Then click ctrl+f at once(you will see a search bar after this)
4.Now search for </head> tag.(this tag will be highlighted)
5.Then copy and paste this code after </head> tag.
<script type='text/javascript'>
jQuery(document).ready(function() {
jQuery('.sexy-bookmarks a.external').attr("target", "_blank");
var sexyBaseHeight = jQuery('.sexy-bookmarks').height();
var sexyFullHeight = jQuery('.sexy-bookmarks ul.socials').height();
if (sexyFullHeight > sexyBaseHeight) {
jQuery('.sexy-bookmarks-expand').hover(
function() {
jQuery(this).animate({
height:...