Reputation: 1261
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?
Upvotes: 3
Views: 14544
Reputation: 61
The comment box do not appear anymore after clicking like button.
Summary: Instead of copying the plugin code from HTML5 section copy the one from IFRAME section.
Upvotes: 3
Reputation: 173
It seems that none of the older versions is working anylonger. That comment box always appears on my fb like buttons.
Upvotes: 1
Reputation: 74014
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.
Upvotes: 1