Im using the code above to show a facebook like box but i need to hide the like count.. anyone know if that its possible ? <center> <div class="fb-page" data-href="https://www.facebook.com/mypage" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" data-show-posts="false"></div></center> Code (markup):
Hi, It's possible to hide the like count if you go to the "like button configurator" and choose "button" as layout type. https://developers.facebook.com/docs/plugins/like-button#configurator Here is an example: <div class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>