I have developed the following 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>
It is a iframe which after 2 sec show people the facebook like button. Now the issue is that the client wants when a user press like button, this iframe be closed.
how can i capture the fire event like in this situation. I can capture it by facebook event or i can capture it by javascript?