Facebook Like Box

Discussion in 'Programming' started by danielldf, Nov 5, 2015.

  1. #1
    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):
     
    danielldf, Nov 5, 2015 IP
  2. neutralhatter

    neutralhatter Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    11
    #2
    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>
     
    neutralhatter, Nov 7, 2015 IP