Facebook FB.ui发送对话框

Facebook FB.ui发送对话框,facebook,facebook-graph-api,Facebook,Facebook Graph Api,我有一个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&l

我有一个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 send对话框不在iframe中而是在父窗口中弹出吗


谢谢

FB.ui有一个“显示模式”,请将其设置为所需。有关更多详细信息,请查看,

你是最棒的。弹出值实际上起了作用。谢谢