How to Add Facebook Like Button For AMP Bloggers and Websites
Steps For Add AMP Facebook Like Button For Blogger:
- Go to Blogger sing in,
- click Left Sidebar "Theme" then Right Click "Edit HTML" Button,
- then find (ctrl + F) "</head>" above paste Import the amp-facebook-like component to add a like button
- where ever Show Button On Website Any Where Paste Below Code
<script async custom-element="amp-facebook-like" src="https://cdn.ampproject.org/v0/amp-facebook-like-0.1.js"></script>
<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