Hi, i did not find manual for inserting Facebook comments. In admin panel it has place for code but which code?
When i create comment plugin i get two codes.
1. For replacing after body, where to put this code?
<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 = "//connect.facebook.net/az_AZ/sdk.js#xfbml=1&version=v2.8&appId=1905827012978816";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
2. Where to put second code where i want to put. I want to put it on image page to comment the images.
<div class="fb-comments" data-href="https://developers.facebook.com/docs/plugins/comments#configurator" data-width="600" data-numposts="5"></div>
When i create comment plugin i get two codes.
1. For replacing after body, where to put this code?
<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 = "//connect.facebook.net/az_AZ/sdk.js#xfbml=1&version=v2.8&appId=1905827012978816";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
2. Where to put second code where i want to put. I want to put it on image page to comment the images.
<div class="fb-comments" data-href="https://developers.facebook.com/docs/plugins/comments#configurator" data-width="600" data-numposts="5"></div>