Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to hide the comment popup that comes up when a facebook like is done. I've tried with giving css

.-cx-PRIVATE-pluginCommentFlyout__fullButton {
    display: none !important;
    }

but that doesn't seems to work as the css is added dynamically through jquery I assume. How can I hide this comment box?

share|improve this question

2 Answers

up vote 0 down vote accepted

This has already been answered in some other threads:

Facebook Like Button - how to disable Comment pop up box?

Facebook Like Button - how to disable Comment pop up?

Some answers might already be deprecated, but it´s worth a try. One solution that worked for me some months ago was to use the iframe-version and a width of less than 400px.

share|improve this answer

It seems that none of the older versions is working anylonger. That comment box always appears on my fb like buttons.

share|improve this answer
yes the same problem exists with this, i tried with this stackoverflow.com/questions/3247855/… approach and it worked out for me – Maninder May 2 at 10:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.