Header Ads

facebook comment box html code for website

how to add Facebook comment box HTML code for website:

this comment code of Facebook will make Facebook users able to comment in your site using there Facebook identity
here we are trying to make simple steps to implement Facebook comments to your site you need just to copy one code

add this code to your site:

<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.3"></script>
<div class="fb-comments" data-href="https://justinmidlet.blogspot.com/" data-width="" data-numposts="5"></div>

change the red text with your site URL


the result will be like this:



for more info about customization visit  facebook developers

No comments: