Social Media Sharing Buttons Below Every Post In Blogger
Adding social media sharing buttons below every post in blogger is now easy, you just have to do some simple steps from this article, with these social media sharing buttons your blog will get huge traffic from social media websites like Facebook, Twitter, Google+, StumbleUpon etc, also your blog visitors/users can share your blog posts on all social media networks because I have added AddThis button into this social media sharing bar, this will give your blog's a stunning look with counters of sharing buttons, so as you all know social media websites are growing faster and faster day b day even most of peoples use internet for social media sites so why you can't get more of social media ? add this sharing bar in your blogger blog and get more traffic from social media platforms, read below easy steps.
1, Go to blogger.com > log in,How To Add Social Media Counter Style In Blogger ?
2, Select your blog and go to its Template section > Edit HTML,
3, Find <data:post.body/> wait there are many <data:post.body/> tags in some blogger blogs so make sure you select right one for guide see below image,
4, Copy below coding and paste it according above image,
<div style='clear: both;'/>
<b:if cond='data:blog.pageType == "item"'>
<div align='center'>
<p style='margin:0; border-bottom:2px solid #333666;'><font color='#009999' face='Arial Black' size='5'> Share This Article »»</font></p>
<table border='0' cellpadding='5' cellspacing='10'><tbody>
<tr>
<td style='padding-top:8px;'>
<g:plusone size='tall'/>
<script type='text/javascript'>
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</td>
<td style='padding-top:8px; '> <script src='http://www.stumbleupon.com/hostedbadge.php?s=5'/>
</td>
<td style='padding-top:8px;'> <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>
<td style='padding-top:8px;'><a class='twitter-share-button' data-count='vertical' href='http://twitter.com/share'>Tweet</a><script src='http://platform.twitter.com/widgets.js' type='text/javascript'/> </td>
<td>
<!-- AddThis Button BEGIN allblogthings.com-->
<div class='addthis_toolbox addthis_default_style '>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
<!-- AddThis Button END allblogthings.com-->
</td>
</tr>
</tbody></table></div></b:if>
<div style='clear: both;'/>
Customization :
Change Text with your desire heading,
Change Text for changing color of border,
Change Text for changing heading color,
- That's all so now save your template and take a look of any post of your blog a awesome social media sharing buttons box will appear below post.