Social Sharing Widget with Counter for Blogger
Why to Add Social Sharing Widget to Blogger?

A word of free advice: the following guide will make much more sense to you if you have some HTML and CSS know-how. This is not a requirement, though, in any way. And we shall make sure that you don’t face any problem getting these buttons on your Blogger blog by making this guide as newbie friendly as possible. Let’s start adding Social sharing widget to blogger. Follow below tutorial.
How To Add Social Sharing Widget To Blogger?
- Go To Blogger > Design > Edit HTML
- Backup your template
- Check the “Expand Widgets Templates” Box
- Search for <data:post.body>
- Just above it paste the code below,
<b:if cond=’data:blog.pageType == "item"’>
<div align=’right’><table border=’0′ cellpadding=’2′ cellspacing=’0′ width=’150′><tbody>
<tr>
<td valign=’top’> <script src=’http://www.stumbleupon.com/hostedbadge.php?s=5’/>
</td><td valign=’top’> <div id=’fb-root’/><script src=’http://connect.facebook.net/en_US/all.js#xfbml=1’/><fb:like font=” href=” layout=’box_count’ send=’false’ show_faces=’false’/></td>
</tr><tr>
<td valign=’top’><a href=”http://twitter.com/share” class=”twitter-share-button” data-count=”vertical”>Tweet</a><script type=”text/javascript” src=”http://platform.twitter.com/widgets.js”></script> </td><td valign=’top’>
<!– AddThis Button BEGIN –>
<div class=’addthis_toolbox addthis_default_style ‘>
<a class=’addthis_counter’/>
</div>
<script src=’http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4de39fde7c998f6e’ type=’text/javascript’/>
<!– AddThis Button END –>
</td>
</tr>
</tbody></table></div></b:if>
If you wish to align the widget to left then replace right with left.
- Hit Save and you are done.
If you want to add another social sharing widget in your blog then you can also check our another social sharing widget. Check from below list.
- How To Add CSS Social Sharing Widget to Blogger?
- Below Post Footer / Below Post Title Social Sharing Widget
- Below Post Responsive Social Sharing Buttons For Blogger
Conclusion:
So above guide is about How To Add Social Sharing Widget with Counter to Blogger? We hope by this complete guide you can easily add this social sharing widget in your blogspot. If anyhow problem persist after following all steps carefully, then drop a comment below. We will help you out of sure. Don’t forget to give feedback. Do share. Thank You.
Contents