我正在尝试通过 iFrame 使用 Facebook Like 按钮,如下所示:
<iframe id="test" src="http://www.facebook.com/plugins/like.php?
href=http://yoururl.com/&
layout=button_count&
show_faces=false&
width=50&
action=like&
colorscheme=light&
height=21"
scrolling="no" frameborder="0"
style="border:none; overflow:hidden; width:50px;
height:21px;"
allowTransparency="true">
用户第一次点击“Like”后,我想在我的 DOM 内容中执行一些 Javascript。我该怎么做呢?