我正在尝试使用以下代码显示“共享”对话框,但它显示为新窗口。这是 Facebook 内部的 iFrame 应用程序。有人知道如何让它在标准 FB 对话框 iframe 中而不是新窗口中显示“共享”吗?
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
FB.ui({ method: 'stream.publish', message:'hello world'});
</script>