- V3 Knowledge Base
- Advanced Technical Use Cases
- Custom Design Tool Scripts
Stop the Comment Box Appearing After a Like
Insert this into your custom overlay CSS to stop the comment box from appearing after a like occurs on your overlay:
div[data-layertype="facebook"] div.fb_iframe_widget > span{overflow: hidden;}