单击按钮时显示警报
我正在使用默认的 Facebook 嵌入代码:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=176702405718664&xfbml=1"> </script>
<fb:like href="http://domain.com" send="true" width="700" show_faces="false" action="recommend" font=""></fb:like>
.. 但我想在用户单击“推荐”或“发送”按钮时显示警报。请参阅此小提琴:
谢谢!
I'm using the default Facebook embed code:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=176702405718664&xfbml=1"> </script>
<fb:like href="http://domain.com" send="true" width="700" show_faces="false" action="recommend" font=""></fb:like>
.. but I'd like to show an alert if the user clicks 'recommend' or 'send' buttons. Please see this fiddle:
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须订阅 edge.create 事件,当用户单击“like”按钮时会触发该事件。
// 对于发送,你必须使用这个
you will have to subscribe to the edge.create event, it gets triggered when user clicks the like button.
// for send you will have to use this