Facebook 粉丝页面 iframe 分享按钮
我刚刚开始在 Facebook 上创建粉丝页面。粉丝页面左侧有一个“分享”按钮,用于分享当前的粉丝页面。
我看到它的网址是: http://www.facebook.com/ajax/share_dialog。 php?params
当我尝试使用它时,它失败了。有没有什么方法可以使用这个或模拟这个功能,让我分享粉丝页面?
提前感谢大家。
I just start on creating fan page on facebook. Left hand side of the fan page, there is a "Share" button which is sharing the current fan page.
I saw that it's url is: http://www.facebook.com/ajax/share_dialog.php?params
When i try to use this, it's failed. Is there any method can use this or simulate this function, allowing me to share the fan page?
Thanks to all in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我知道这个帖子基本上已经死了,但它仍然出现在谷歌中,所以我想我会回答它。使用 Jquery 和 FB Javascript API 可以实现这一点。
http://fbmhell.com/2011/07/facebook-分享-popup-iframe-tabs-jquery/
I know this thread is basically dead, but it still comes up in Google, so I figured I'd answer it. This is possible using Jquery and the FB Javascript API.
http://fbmhell.com/2011/07/facebook-share-popup-iframe-tabs-jquery/
查看 http://developers.facebook.com/docs/reference/plugins/类似框/
Check out http://developers.facebook.com/docs/reference/plugins/like-box/
您可以使用我在这里描述的方法:如何进行自定义共享按钮
它适用于页面选项卡。
You can use the method I describe here : How to make custom share buttons
It works in page tabs.