Please refer to facebook comment on website using Newspaper 8.2

Posted in: Newspaper
Post count: 11

Hello
I just use Newspaper 8.2, I want to embed facebook comment box under every article.

Please guide me how to do it.

Thanks!

facebook comment code:

Step 2: Include the JavaScript SDK on your page once, ideally right after the opening body tag.

<div id=”fb-root”></div>
<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/vi_VN/sdk.js#xfbml=1&version=v2.11&appId=503901469995777&#8217;;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

Step 2: Place this code wherever you want the plugin to appear on your page.

<div class=”fb-comments” data-numposts=”5″></div>

Post count: 20688

Hi,

Please check this similar topic, there are solutions for this comment implementation
https://forum.tagdiv.com/topic/facebook-comments-2/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.