在网站上设置facebook iframe的样式

时间:2015-09-06 16:02:51

标签: html css facebook facebook-iframe

我在我的网站上嵌入了一个Facebook页面:

 <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FIACTTV&width=1200&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=635" scrolling="yes" style="border:none; overflow:hidden; width:1200px; height:930px; background: white;" allowtransparency="true" frameborder="0">
</iframe>

该框显示宽度为500px,我似乎无法将内容显示为1200px。 任何人都有像ifbox iframe样式的经验?

我试过了:

iframe #u_0_0 div {
    width: 1200px !important;
}

1 个答案:

答案 0 :(得分:1)

Facebook仅允许插件的最大宽度 500px

来自Facebook开发者文档:

  

width - 插件的像素宽度。闵。是180&amp;最大。是500

请参阅here