like - How to remove "comment box" from facebook box_count? -
i remove "comment box" after click "like button".
i have box_count , use code:
<div class="fb-like" data-href="..." data-width="450" data-layout="box_count" data-show-faces="false" data-send="false"></div>
i saw this page, doesn't work.
how can remove comments box count? thanks.
try css override
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; }
Comments
Post a Comment