Facebook 对话框的大小

发布于 2024-10-27 16:05:17 字数 234 浏览 0 评论 0原文

当使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里泪两行 2024-11-03 16:05:17

FB.UIServer.Methods["feed"] = {尺寸:{宽度:450,高度:240}};

把它放在你的 fb.init 之后。

FB.UIServer.Methods["feed"] = {size:{width:450,height:240}};

put this right after your fb.init.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文