I\'m using the comments facebook social plugin When I embed it, the script created an iFrame that has the text \"Facebook social plugin\" with the facebook logo at the botto
I ran into this issue as well. I fixed it by setting the height of the iframe using an inline style and set overflow to hidden.
Example: iframe is 185px. Add this inline:
style="overflow:hidden; height:160px;"