You might have noticed the beautiful sharing widget on 1001-Tricks-India blog. You can add the same bounce and share widget in your blogger blogs with some easy tweaks.
Find:
</head>
Add the following code below that:
<!–BOUNCING-ICONS-STARTS–>
<link href=’http://dl.dropbox.com/u/17063552/blogosphere-journal/screen2.css’ media=’all’ rel=’stylesheet’ type=’text/css’/>
<script src=’http://code.jquery.com/jquery-latest.js’ type=’text/javascript’/>
<script src=’http://dl.dropbox.com/u/17063552/blogosphere-journal/bounceandshare-execute.js’ type=’text/javascript’/>
<!–BOUNCING-ICONS-ENDS–>
2.
Find:
<data:post.body/>
Add the following code below that:
<!–SOCIAL-BOOKMARKING-BUTTONS–><br/>
<b:if cond=’data:blog.pageType == "item"’>
<center>
<ul id=’nav-shadow’>
<li class=’button-color-1′><a expr:href=’"http://twitter.com/home/?status=Currently reading-" + data:post.title + " " + data:post.url’ target=’_blank’ title=’Tweet This Post’/></li>
<li class=’button-color-2′><a expr:href=’" http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title’ target=’_blank’/></li>
<li class=’button-color-3′><a expr:href=’" http://www.facebook.com/sharer.php?u=" + data:post.url + "&title=" + data:post.title’ target=’_blank’/></li>
<li class=’button-color-4′><a expr:href=’" http://digg.com/submit?url=" + data:post.url + "&title=" + data:post.title’ target=’_blank’/></li>
<li class=’button-color-5′><a expr:href=’"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title’ target=’_blank’/></li></ul></center>
</b:if>
<!–SOCIAL-BOOKMARKING-BUTTONS–>