Facebook like button
Step 1: Include the JavaScript SDK on your page once, ideally right after the opening body tag.
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="
https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v12.0&appId=152908674906753&autoLogAppEvents=1" nonce="k2AeS07s"></script>
Step 2: Place this code wherever you want the plugin to appear on your page.
<div class="fb-like" data-href="
https://www.facebook.com/imaginationtables" data-width="" data-layout="button" data-action="like" data-size="large" data-share="true"></div>