Skip to content

Instantly share code, notes, and snippets.

@diendv96
Forked from abrudtkuhl/comments.php
Created October 20, 2015 08:52
Show Gist options
  • Save diendv96/797346523ae3d2d8b9ad to your computer and use it in GitHub Desktop.
Save diendv96/797346523ae3d2d8b9ad to your computer and use it in GitHub Desktop.
WordPress comments.php for Responsive Facebook Comments
<div class="fb-comments"data-href="<?php the_permalink(); ?>" data-num-posts="2" mobile="false"></div>
/* facebook comments */
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment