• Plugin Author we8u

    (@we8u)


    Version 3.0 of the fbcwp plugin is a fairly substantial update, partially because facebook themselves have released version 2 (v2) of their comment system.

    In light of this, I’m going to provide a brief rundown of what’s changed, and some useful info.

    = New options =
    * You can now be notified via facebook notifications of any comments (multiple user IDs can be specified in the settings page).

    * You can switch between v1 and v2 on the settings page of this plugin. By default, v1 is used since v2 is somewhat buggy / lacks features that are in v1.
    Note: While using v1, threaded replies likely won’t show. Also, facebook seems to be constantly updating v2, and sometimes some comments disappear. Though, they’ve always come back on my test site.

    * You can enable both v1 and v2 at the same time, though I don’t recommend it. But, it’s there in the settings for anyone who wants to. Also note that this setting uses both the page/post url (v2 method) and xid, whereas using just v2 fetches via the transitional ‘migrate’ flag.

    Here is a brief summary of what changed in facebook’s v2 of their comment system. These changes were made by facebook and so can’t be undone (you can still use v1 though) see here for more.

    * No more built in like button

    * No more custom CSS: “We want to make the Comments plugin consistent with the others, so we will most likely have a dark styled version, ability to specify font, etc., but unfortunately, not have custom css.” – Cat Lee, Program Manager, Developer Relations at Facebook

    * No anonymous comments, but can login with other sites (currently Yahoo!, but they say more are to come). Note that anon comments don’t really work right in v1 either (see: https://bugs.developers.facebook.net/show_bug.cgi?id=14126).

    * No more sorting chronologically. v2 uses a system somewhat like digg’s, where the comments it thinks are best are displayed first.

    * Comments made in v2–on posts which have no comments from v1–won’t show up on the dashboard, the recent comments widgets nor will they be included in a post’s comment count. This is because the method by which this data is retrieved (FQL) is currently returning empty queries when using the new v2 query. Note that if a post has comments on it before switching, everything will report correctly for that post.

    = v2 issues/bugs =
    * can’t reply to v1 comments. This seems to be a facebook bug
    * replies are sometimes also displayed as single, unnested posts if the page is refreshed (see: https://bugs.developers.facebook.net/show_bug.cgi?id=15583)
    * currently no “dark” options to style the comments. facebook devs say it’s coming soon
    * posting using alternate facebook identity not working

    I’ll be keeping up with v2 dev and updating this plugin as necessary to accommodate any changes they make. I expect facebook will fix the v2 FQL soon, since it’s the only way to get comments from the new system, and many people have complained. Once that’s fixed, I’ll update the plugin so it displays/counts comments on the dashboard and in widgets for posts with only v2 comments.

    If you find any bugs/issues, please either post them here, email them to me or add them here: https://github.com/shaund/Facebook-Comments-for-WordPress/issues

    Updates coming in the near future
    * Option to automatically include like button with v2 (only reason it wasn’t in this version was because I want to be sure there are no conflicts)
    * Storing facebook comments in the WordPress database

    shaun

    https://www.ads-software.com/extend/plugins/facebook-comments-for-wordpress/

Viewing 15 replies - 46 through 60 (of 62 total)
  • Now it sems to works for the sub-blog: https://www.geislingen.org/sjrgeislingen/2011/03/08/der-vorstand-schmeisst-hin/
    But the comments via Facebook displayed twice

    “Das sind wirklich keine guten Nachrichten…” One at top and one as a reply…

    I really like this plugin but new the version is completely broken. ??

    Hello!

    I “lost” all previous comments since updating! They all disappeared! Vanished!

    Anyone else having the same issue? Is there a way to recover the previous comments?

    By the way, I tried playing with the advanced settings, checking and unchecking all boxes, with no luck.

    I encountered the same issue. Make sure you inputted the textbox ‘Comments XID:’ from your old version. That should work the new version. You can get the XID from your database under wp_options table and option name is ‘fbComments_xid’.

    @eugenealegiojo Thank you so very much! All comments showed up again! I would have never been able to retrieve my Facebook Comments without your help!

    Glad it helps.

    I’ve found out the reason why the comments count didn’t work on single.php is that due to the condition below:

    !comments_open() || ( $fbc_options['displayPagesOrPosts'] == 'pages') && (!is_page()) ||
    ($fbc_options['displayPagesOrPosts'] == 'pages') && (!is_page()) ||
    ($fbc_options['displayPagesOrPosts'] == 'posts') && (!is_single()))

    around line 24 to 27 in facebook-comments-combinecomments.php (for ver 3.0.2)

    In order to fix, I just removed this condition ($fbc_options['displayPagesOrPosts'] == 'posts') && (!is_single())

    Ok on my 4 identical blogs i got the new update working. On my large blog with 350 posts the update would finally activate but now no matter what I do it wont show up at all – nothing zip. Any ideas. I tried deactivating and no use. Help.

    And i have this error when activate the desboard comments in the back admin

    Fatal error: Cannot use object of type WP_Error as array in /xxxxxx/xxxxxx/xxxxxxx/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-admin.php on line 71

    Hi!, some post of my blog say “comments closed” and the comments is not closed, in another post all is ok. wha is the problem with this?

    Whew! Thanks for sticking to it and getting it to work properly once again. Keep up the great work.

    Working for me (after deleting and reinstalling) but sadly the inability, which I fully understand isn’t the authors fault or within his control, to have anonymous/WP user comments now makes me question whether I will be able to continue to use this plugin. ??

    I have posted on the FB app page about it, but I won’t hold my breath.

    My comments from V1 are not showing up in V2! What am I doing wrong? They are still there but what’s the point in updating if you loose all your content? Everything else works fine.

    My site says “No comments” eventhough I have comments on the article. Any ideas on why?

    EDIT: Nevermind, some settings fixed my problems ??

Viewing 15 replies - 46 through 60 (of 62 total)
  • The topic ‘[Plugin: Facebook Comments for WordPress] Just Released, Version 3.0’ is closed to new replies.