facebook-app:分享按钮和 iFrame 一起调整代码大小
是否可以在同一个应用程序中拥有共享按钮(旧按钮)和 iFrame 调整大小功能?看来这两个 JavaScript 库不能一起工作。
更新
我最终用 FB.ui 提要对话框替换了旧的共享按钮: https://developers.facebook.com/docs/reference/dialogs/feed/
Is it possible to have a share button (the old one) and the iFrame resize function in the same app? It seems the two javascript libraries don't work together.
Update
I finally replaced the old share button with a FB.ui feed dialog:
https://developers.facebook.com/docs/reference/dialogs/feed/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将共享按钮嵌套在单独的 iframe 中,这样库就不需要一起工作
you could nest the share button in a separate iframe, so the library won't need to work together