I would like to disable to pop up facebook like button comment when user click the like button.
I followed these posts:
Facebook Like Button - how to disable Comment pop up box?
Facebook Like Button - how to disable Comment pop up?
I tried for CSS
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;
}
This did not work.
I tried
fb-like {
height: 20px;
overflow: hidden;
}
This worked when I checked with PC, but it does not work when I check it with iPhone.
Could you tell me how to disable facebook like button comment pop up?