This Tutorial will help you in adding a Facebook Like Button For Blogger. Facebook has come up with a new set of Social plugins which enable you to provide engaging social experiences to your users with just a line of HTML. The Facebook Like Button is One of them. You can see a demo of the like button on this page. The Facebook like button will allow your readers to quickly share your posts with their Facebook Friends. You can also get to know how many people liked your Blog Post .This tutorial will teach you to add a Facebook Like button for Blogger
How to Add the Facebook Like Button Below every Post
2. Copy the Above code. Login to your Blogger Account and go to Template > Edit HTML
3. Search for <data:post.body/> , and add bellow or before tag - depence where you want to have buttons.
4. Now Save the template and you should see the Like Button near each of your posts. You are done:)
How to Add the Facebook Like Button Below every Post
<div>
<b:if cond='data:post.isFirstPost'>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if>
<fb:like expr:href="data:post.canonicalUrl" layout='standard' send='true' show_faces='false' font="arial" action="like" colorscheme="light"></fb:like>
</div>
2. Copy the Above code. Login to your Blogger Account and go to Template > Edit HTML
3. Search for <data:post.body/> , and add bellow or before tag - depence where you want to have buttons.
4. Now Save the template and you should see the Like Button near each of your posts. You are done:)