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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -