there is no iframe code for the comment plugin - html5 code works, but it does not resize for iphone, which causes a lot of layout problems. I used conditional css for iphone size: (you have to wrap the code in a div with the facebook-wrap class)
@media screen and (max-width: 460px) { .facebook-wrap iframe { width:300px!important; left:0!important; position:relative!important; max-width:100%; } .comments_wrap.section{padding:0}
source share