如何使用自定义 Facebook 对话框,如本示例
我如何创建这样的自定义对话框:
我正在使用带有 graph api/new js-api 的 iframe 应用程序,但我无法找到一种方法来重现这一点,按钮和标题,保持用户语言。
问候。
How i can create a custom dialog like this:
I'm using iframe application with graph api/new js-api, but i cant figureout a way to reproduce this, the buttons and the title, keep the user languague.
regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我怀疑他们正在使用类似 jquery Facebox 插件的东西来做自己的模式对话框 http://defunkt.io/facebox/< /a>
他们在画布页面上使用未经批准的广告提供商 (AdBrite) 似乎也违反了 Facebook 政策。
I suspect they are doing their own modal dialog using something like the jquery Facebox plugin at http://defunkt.io/facebox/
They also appear to be violating Facebook policy by using an unapproved ad provider (AdBrite) on a canvas page.
您可以使用这个:
另请参阅:
http://fbdevwiki.com/wiki/FB.Dialog
You can use this:
See also:
http://fbdevwiki.com/wiki/FB.Dialog
您必须使用 FB.ui 方法来打开这样的对话框。您可以在此处找到示例代码和更多详细信息。
You have to use the
FB.ui
method to open a dialog like this. You can find example code and more details here.