Saturday, August 15, 2015

How To Add Facebook Share Button In To Blogger

You probably have seen those Facebook share buttons on various blogs that allows people to share your post on their Wall through a simple click. In the past, we will show you how to add a Facebook Share button in Blogger. It displays the total share count which gives you another reason to get more and more targeted traffic from Social Media websites like Facebook.

1. FIrst log in to your blogger
2. Go to Dashboard "Templates > Edit HTML" & click in to "Format Templates"
3. Now press F3 key or CTRL+F from the keyboard and type this text in to search box
      <data:post.body/>
After you see the above text code and copy the below code and paste  the above or below <data:post.body/> tag.

<div class="facebook-share">
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='BUTTON-TYPE'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'/>
</div>
4. Finally save the templates and see in to your blogger blog.