Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Huzefa Hamid

    (@huzefa-hamid)

    Can any body help me pls ?

    Thread Starter Huzefa Hamid

    (@huzefa-hamid)

    I found solution, in facebook-comments-sync/fbcs-frontend.php file:

    Previous

    js.src = "//connect.facebook.net/<?php echo $options['language']; ?>/sdk.js#xfbml=1&version=v2.4&appID=<?php echo $options['app_ID']; ?>";

    Change to

    js.src = "//connect.facebook.net/<?php echo $options['language']; ?>/sdk.js#xfbml=1&version=v2.4&appId=<?php echo $options['app_ID']; ?>";

    only change variable appID to appId

    and its working properly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments not shown on FB moderation’ is closed to new replies.