Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter stevensp

    (@stevensp)

    Did you ever figure this out? I too am having the same issue.

    It doesn’t work for me eather. Anyone figured this out?

    What version number of the plugin are you using 3.1? I am using 3.1 and it is not working for me. My colleague has 2.x and it is working for him. Just wondering if that had anything to do with it.

    Notifications are not working for me, either. I’m using v. 3.1. Hopefully someone replies with a fix soon!

    If anyone is still having an issue with this plugin sending notifications, here’s a fix:

    Edit these files in the wp-content/plugins/facebook-comments-for-wordpress/ directory:

    facebook-comments-ajax.php
    remove lines 2-4:

    if (FBCOMMENTS_ERRORS) {
    	error_reporting(E_ALL); // Ensure all errors and warnings are verbose
    }

    facebook-comments-display.php
    change line 162 to:
    FB.Event.subscribe('comment.create', addedComment);

    In the advanced settings for the plugin ensure this is checked:
    √ Include Facebook JavaScript SDK (This should be checked unless you’ve manually included the SDK elsewhere)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Facebook Comments for WordPress] Notification not working’ is closed to new replies.