Hi everyone.
I am not sure this is the right forum.
I have added the facebook comment plugin to a site 3 weeks ago with out any problems. https://developers.facebook.com/docs/plugins/comments/
But no it has stopped working. My guess is that is something in the data-href="" that is not right. If I add a hardcoded url i can get it to work.
Problems with facebook comment plugin
Hi everyone. I am not sure this is the right forum.
I have added the facebook comment plugin to a site 3 weeks ago with out any problems. https://developers.facebook.com/docs/plugins/comments/ But no it has stopped working. My guess is that is something in the
data-href=""
that is not right. If I add a hardcoded url i can get it to work.Hope someone has a good solution for this :)
My code for the plugin
my script
<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/da_DK/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
This is not solved yet
is working on a reply...