Skip to content

Instantly share code, notes, and snippets.

@conspirator
Created October 3, 2011 15:22
Show Gist options
  • Save conspirator/1259364 to your computer and use it in GitHub Desktop.
Save conspirator/1259364 to your computer and use it in GitHub Desktop.
I 'like' Facebook and its Like button. I 'dislike' the comment box that flies out when you click it. Here's a quick and easy fix. Boom!
/* hide the like button count */
.fb_edge_widget_with_comment iframe {
width:52px !important;
}
/* hide that pesky comment box */
span.fb_edge_comment_widget.fb_iframe_widget iframe {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment