Facebook 对话框的大小
当使用带有 display=iframe 的新 Facebook Feed 对话框时,如何控制大小?文档页面上没有列出大小参数 http://developers.facebook.com /docs/reference/dialogs/feed/ 阴影框填满了我的整个画布。
When using the new Facebook Feed Dialog with the display=iframe, how do you control the size? There are no parameters for size listed on the doc page http://developers.facebook.com/docs/reference/dialogs/feed/ and the shadow box is filling my entire canvas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FB.UIServer.Methods["feed"] = {尺寸:{宽度:450,高度:240}};
把它放在你的 fb.init 之后。
FB.UIServer.Methods["feed"] = {size:{width:450,height:240}};
put this right after your fb.init.