Tuesday, June 20

Facebook Page Like Button for blogger

Facebook Page Like Button for blogger

Facebook is the most popular social media right now with 1.94 billion monthly active users. Which makes Facebook best platform to grow business and increase reach to more people worldwide. Facebook page like button is a great way to share your Facebook page with the website visitors. Which can be very helpful for your blog and will make it easy for your readers to reach to your new articles.




Facebook like button uses your page profile URL to fetch data and visitor can like your page with just one click from your website. This plugins also shows the total page likes and faces of some of followers of your page.

How to install Facebook page like plugin in blogger ?

Step1: Login to your blogger account.

Step2: Select Layout from the blogger sidebar menu.

Step3: Add a gadget to sidebar and choose HTML/JavaScript from gadget lists.

Step4: Add below codes to content box and save changes.

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.9&appId=1466215120067047";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="https://www.facebook.com/livthread" data-width="200" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div>

Customization: 
  • Change Red bold URL with your Facebook page URL.
  • Change Green bold value to change width of plugin.
  • Change Orange bold value to large to show bigger like and share button.
  • Change Sky bold value false to hide faces.