How to remove the “Facebook social plugin” text?

前端 未结 10 1301
生来不讨喜
生来不讨喜 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:12

    You're overcomplicating things. Small CSS change...

    .fb_iframe_widget{overflow: hidden;}
    .fb_ltr{margin-bottom: -20px;}
    

    Done!

    Sidenote - I agree with the warning about legal issues. You shouldn't really do this.

提交回复
热议问题