I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
feedback
|
|
Simplest fix to hide the comment box after Facebook Like (XFBML version not the iframe one) is as given:
Put the CSS style in any of your CSS file and see the magic, it works :) | |||||||||||||
feedback
|
|
Putting the iframe in a appropriately sized div with overflow set to hidden resolved this issue - although this is only actually hiding the problem as such. | |||||||
feedback
|