我有一个iframe,其中包含如下所示的链接:
<a href="javascript:void(0)" onclick="FB.ui({method: 'send', picture: pic, name: name, description : description , to: [xxxxxxxxxx],link:'http://link.com'}, function(response) {if (response) {alert('cool!')}})>Click me</a>你知道如何让FB.ui发送对话框不是在iframe中弹出,而是在父窗口中弹出吗?
谢谢!
发布于 2013-02-28 20:12:34
有一个‘显示模式’的更多细节检查,将其设置为您want.For更多细节检查,http://developers.facebook.com/docs/reference/dialogs/#display
https://stackoverflow.com/questions/15134354
复制相似问题