• Resolved james.d

    (@jamesd-1)


    This is a question in general regarding Facebook “Like” button plugin. I want to know how to disable a comment box to open when “Like” is clicked on a blog post.

    FYI, I’m using “Facebook Like Button for Dummies” plugin, and this plugin uses XFBML (no option for iframe) by default.

    Thank you for your advice.

Viewing 1 replies (of 1 total)
  • Thread Starter james.d

    (@jamesd-1)

    Resolved it by myself.
    Can add the following in any css file.

    .fb_edge_comment_widget {
      display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Facebook Like button: how to disable a comment box to open’ is closed to new replies.