-->

How to Add Facebook Like Button For AMP Bloggers and Websites

Here Explain How to Add Facebook Like Button For AMP Blogger Templates and Websites tutorial .The amp-facebook-like component allows embedding Facebook like button into AMP files.How to Add Step By Step Below ...

Steps For Add AMP Facebook Like Button For Blogger:

  1. Go to Blogger sing in,
  2. click  Left Sidebar "Theme" then Right Click "Edit HTML" Button,
  3. then find (ctrl + F) "</head>" above paste Import the amp-facebook-like component to add a like button
  4. <script async custom-element="amp-facebook-like" src="https://cdn.ampproject.org/v0/amp-facebook-like-0.1.js"></script>
  5. where ever Show Button On Website Any Where Paste Below Code 
  6. <amp-facebook-like width="110"
      height="20"
      layout="fixed"
      data-layout="button_count"
      data-href="https://www.facebook.com/your-facebook-page-url/">
    </amp-facebook-like>

You can use the amp-facebook-like component to embed the Facebook like button plugin. For the list of supported layouts and attributes you can refer to the documentation

If You Have any Doubts ask Me on Below comment box