Search code examples
facebookapifacebook-like

How to hide Comment Box after Like something?


I just want to use the like button and not show any comment popup. How can I do this?

Thanks.


Solution

  • .fb_edge_widget_with_comment iframe { height: 20px !important; overflow: hidden; }