I would like to remove the "comment box" after I click "like button".
I have box_count and I use this 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, but doesn't work.
How can I remove the comments from box count? Thanks.