Facebook comments and review woo is not working

Hi there

I have a problem with the pluginn FB comments. I activated the FB comments and the correct API.
I disabled the woo reviews because they conflicted the FB comment if i remember correctly.
Thanks in advance!

I have tried
Edit this file \wp-content\plugins\tco-facebook-comments\functions\output.php
Change this line of code
if ( isset( $tco_facebook_comments_enable ) && $tco_facebook_comments_enable == 1 ) {
to this

if ( isset( $tco_facebook_comments_enable ) && $tco_facebook_comments_enable == 1 && !is_singular(‘product’) ) {

Hi there,

As there are multiple components involved regarding the setup of the Facebook Comments extension I wonder if you created the proper app on your Facebook account and gave the correct permissions to the plugin. For more information kindly read this article:

Also, I would deactivate all 3rd party plugins to make sure that I test the extension in a plugin free environment to make sure it is not a possible conflict.

Thank you.