在网站上设计 facebook iframe

Styling a facebook iframe on website

我在我的网站上嵌入了一个 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>

框显示为 500 像素宽度,我似乎无法将内容设置为 1200 像素。 任何人都有设计 likebox iframe 的经验吗?

我试过:

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

Facebook 似乎只允许 max-width 的插件 500px

来自 Facebook 开发者文档:

width - The pixel width of the plugin. Min. is 180 & Max. is 500

here