Facebook:当用户点击粉丝页面上的“喜欢”按钮时获取
我创建了一个应用程序,将用作我公司 Facebook 粉丝页面上的选项卡。我有一个新的要求,当用户单击 facebook 粉丝页面上的“赞”按钮时进行捕获,并在事件触发时隐藏应用程序页面的一部分(在 iframe 内)。虽然“赞”按钮位于 facebook 页面上,但有没有办法在我的应用程序 iframe 中捕获“赞”按钮(即:javascript sdk)的点击事件,以便我可以隐藏适当的元素?
就像这样...... http://www.facebook.com/redbull
感谢您的任何和所有建议, 乙
I have created an app that will be used as a tab on my company facebook fan page. I have a new requirement to capture when the user clicks the like button on the facebook fan page and hide a portion of the app page (within the iframe) when the event fires. Although the like button is on facebook's page, is there a way to capture the click event of the like button (ie: javascript sdk) within my app iframe so I can hide appropriate elements?
Like this .... http://www.facebook.com/redbull
Thanks for any and all advice,
B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了答案...
如何检测 Facebook Like 按钮按下并触发事件?< /a>
我检查了 fb_sig_is_fan 的传入请求。
I found the answer...
How to detect Facebook Like button pressed and trigger event?
I checked the incoming request for fb_sig_is_fan.
恐怕这是不可能的。也是没有道理的!因为一旦您点击“赞”按钮,Facebook 就会重新加载页面!
I am afraid that this is not possible. Also it makes no sense! because Facebook will reload the page once you click on the like button!