How To add Floating Facebook Like, Retweet and Stumble Upon Counter to Blogger?
- Go To Blogger > Design
- Select HTML/JavaScript Widget from anywhere (Position doesn’t matter)
- Inside it paste the code below,
<div style="display:scroll; position:fixed; top:40%; left:2%; border: 1px dotted #E8E8E8; padding:0px 0px 0px 5px; height:220px; width:53px ">
<table cellpadding="1px" cellspacing="0">
<tr>
<td style="border-bottom: 1px solid #E8E8E8; padding:5px 0 2px 0;">
<iframe src="http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=box_count&show_faces=true&width=50& action=like&font&colorscheme=light&height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:65px;" allowtransparency="true"></iframe>
</td>
</tr><tr>
<td style="border-bottom: 1px solid #E8E8E8; padding:5px 0px;">
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
</td>
</tr><tr>
<td style="border-bottom: 0px solid #E8E8E8; padding:5px 0 0px 0;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'mybloggertricks';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</td>
</tr></table>
</div>
4. Simply replace mybloggertricks with your twitter username.
5. Save your widget and you are Done!
See your blog to find a light and beautiful widget hanging at left side of your blog. Hope you like it! :)
Note:
I am facing some problem with the codes provided by facebook and tweetmeme because they don’t seem to work. If any one could provide me with the correct counter code then I will be more than thankful.
Thanks (mybloggertips)
Thanks (mybloggertips)
No comments:
Post a Comment