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.
Steps for adding in blogger
- Open the blogger dashboard
- Go to template tab
- Click on Edit HTML button. It will open the template editor
- Place the cursor inside editor and press "CTRL+F". It opens the search bar
- Type 'post-header' inside it and press enter twice
- 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>