How to remove the “Facebook social plugin” text?

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

    See the iframe example in the description of the .contents() method.

    You can easily access the DIV (or whatever) and modify the CSS for it, or manipulate any other way.

提交回复
热议问题