Viewing 6 replies - 1 through 6 (of 6 total)
  • Is that all that’s happening to you?

    Version 1.2 worked fine for me. After upgrading to version 1.3, all of my Facebook comments keep getting duplicated as WordPress comments. Typically between 10-20 copies each. After erasing the duplicate comments, I then realized that it was an on-going process. I consequently downgraded back to version 1.2 which fixed the problem.

    Thread Starter GMScribe

    (@gmscribe)

    It’s a new blog so I hadn’t tried but I just entered a few facebook comments myself and found that it did indeed duplicate the comment into wordpress comments but only once as opposed to a reoccurring process.

    Plugin Author bemcapaz

    (@bemcapaz)

    Hi GMScribe, this can occur when the theme you are currently using do not have the <div id=”comments”> wrapper around the comments area.

    To fix that you can do two tings

    Add that wrapper around the comment area, or go to the page, in your admin wordpress
    wp-admin/plugin-editor.php

    On “select plugin to edit” choose SEO Facebook Comments, than open the file wpcomments.css and look for the line

    #comments{
    display:none
    }

    Change the comments to id of the current wrapper element of your comments area 😉

    Thread Starter GMScribe

    (@gmscribe)

    Hi bemcapaz,

    I’m using the default wordpress theme and can confirm that it does have the <div id=”comments”> wrapper so this appears not to be the issue.

    Cheers

    Thread Starter GMScribe

    (@gmscribe)

    Ah I see the new plugin and it has fixed my issue. =)

    Plugin Author bemcapaz

    (@bemcapaz)

    Yep, was a mistake i made in the plugin.php. I also fixed several issues regarding IE bugs and such.

    Thanks a lot for the feedback 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: SEO Facebook Comment] Version 1.3 ignores Hide Default Comments’ is closed to new replies.