Skip to content

Instantly share code, notes, and snippets.

@anthonyterrell
Created April 5, 2013 16:21
Show Gist options
  • Save anthonyterrell/5320594 to your computer and use it in GitHub Desktop.
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/
.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