How to add share buttons below post title in blogger?



       Share buttons allows your posts to get shared across the social network. It includes Facebook like button, Tweet button, Google+1 button and many more.

Social sharing buttons


Steps for adding in blogger 

  1. Open the blogger dashboard
  2. Go to template tab
  3. Click on Edit HTML button. It will open the template editor
  4. Place the cursor inside editor and press "CTRL+F". It opens the search bar
  5. Type 'post-header' inside it and press enter twice
  6. Now add the below code and press Save Template red button

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
<script src='//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51bafe4d7ce14f20' type='text/javascript'/>
</div>