Created
April 5, 2013 16:21
-
-
Save anthonyterrell/5320594 to your computer and use it in GitHub Desktop.
These styles remove the section which displays a count or who else "liked." This is not my code but am unable to find it's original source. I've been using it for some time now and it's pretty bullet proof. Facebook Like Button: https://developers.facebook.com/docs/reference/plugins/like/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fb-like { | |
width: 50px; | |
height: 30px; | |
overflow: hidden; | |
} | |
div.likewrap span.fb_edge_comment_widget{ | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment