How to remove the “Facebook social plugin” text?

前端 未结 10 1364
生来不讨喜
生来不讨喜 2020-12-20 15:29

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

10条回答
  •  时光取名叫无心
    2020-12-20 16:08

    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;
    }
    

提交回复
热议问题