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 used the following code to get rid of it. It seems to be the most up to date one that is working. Just change the margin-bottom to your liking.
.fb_iframe_widget { overflow: hidden; } .fb_iframe_widget span { margin-bottom: -30px; }