Viewing 2 replies - 1 through 2 (of 2 total)
  • @revolutionfrance, thats because 2 of plugin call the same base facebook API.

    The solution is replace some code at “/public_html/wp-content/plugins/seo-facebook-comments/facebook/seo_fb_comments_facebook.php” >> Line 19

    Find:
    require_once ( WP_PLUGIN_DIR . ‘/seo-facebook-comments/facebook/base_facebook.php’ );

    And replace with:
    require_once ( WP_PLUGIN_DIR . ‘/wp-fb-autoconnect/facebook-platform/php-sdk-3.1.1/base_facebook.php’ );

    And now you can login with WP FB Autoconnect

    thanks…it works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SEO Facebook Comment] Conflict with WPFB Autoconnect’ is closed to new replies.