我开发了以下 ling: http: //www.mandanemedia.com/freelancer/
<iframe id="targetFrame" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages/MandaneMediacom/275554465891715&width=300&colorscheme=light&show_faces=true&border_color=%23ffffff&stream=false&header=false&height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
它是一个 iframe,在 2 秒后向人们显示 facebook like 按钮。现在的问题是,当用户按下喜欢按钮时,客户端希望关闭这个 iframe。
在这种情况下,我如何捕捉火灾事件。我可以通过 facebook 事件捕获它,或者我可以通过 javascript 捕获它?