Facebook comment system doesn't work.

I want facebook comment system on my weebly web page , where people from facebook can comment in that topic. i use the code from developer.facebook.com , in the page it shows the comment box but when anyone tries to comment it says faild. what should i do now?

here some image: 

1,736 Views
Message 1 of 5
Report
4 REPLIES 4

Image Link: 

image 1 : http://imgur.com/1JxhYGP

image 2 : http://imgur.com/4C7AuM1

1,730 Views
Message 6 of 5
Report

Hello @HridoyVaraby

You might want to try to insert the below codes in their corresponding places of your website and see if they work.

 HOME PAGE HEADER CODE

 Insert the code by going to Pages=>Home=>SEO Settings=>Header 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/en_US/sdk.js#xfbml=1&version=v2.7";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

HTML CODE (Used To Display The Widget)

Insert the code anywhere on your page in which you would like to display the comment box.

<div id="fb_comments"> <fb:comments href="https://www.example.com/" data-width="400" data-numposts="100"></fb:comments>
</div>

CSS CODE (Used For Scolling Comments-Optional)

Insert the code at the bottom of your 'main_style.css' stylesheet. 

#fb_comments { height:345px; padding-bottom:20px; overflow-y: scroll; }

Make sure to change the "https://www.example.com/" link to your facebook's actual URL. If you still need help installing the extension, please feel free to reply back to this post.

Best Regards,

1,719 Views
Message 6 of 5
Report

My website:

www.protectiononeonone.com

I have got my facebook comments plugin in a blog page and its working fine.

But due to the theme set to dark, the font color of the comments is dark so no-one can read them?!

I read on facebook you can choose either 'light' or 'dark' so I would like to change it to light.

Any help would be much appreciated, I've been sat here for nearly two days trying to sort this Smiley Sad

Many thanks

Craig Nixon

1,396 Views
Message 6 of 5
Report

I guess facebook plugin is really great and it never disappoints.it brings a lot of user's views on your blog as many users use facebook comment plugin to comment.I am also using fb plugin in my blogs for Facebook support or help related to facebook comment plugin you can take it from experts,

1,239 Views
Message 6 of 5
Report