I was using:
.fb-comments, .fb-comments span, .fb-comments iframe[style] { width: 100% !important; }
To make Facebook Comments responsi
Here is a small solution.. try it...
Add this jQuery:
$(document).ready(function(){ $(".fb-comments").attr("data-width", $(".fb-comments").parent().width()); });