App ID is required only for analytics purpose. It is not necessary to get Facebook Comments working.
Tried plugin as is with no APP id
Facebook comment boex does not show
What are we doing wrong here?
@bibliata
What are we doing wrong here?
Magic? :O
Jokes aside 🙂
Place following code in the webpage where you want to show Facebook Comments box:
<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 = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.0';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="" data-colorscheme="light" data-numposts="" data-width=""></div>
This is what we are doing.