0
IM使用likebox在iframe中likebox事件(IFRAME)
<iframe src="//www.facebook.com/plugins/likebox.php?href=
<?=Facebook::GetConfig('LikeUrl')?>
&width=292&height=290&colorscheme=light&
show_faces=true&border_color&stream=false&
header=true&
appId=<?=Facebook::GetConfig('appId')?>"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:292px; height:290px;" allowTransparency="true" id="fbframe"></iframe>
我怎麼能知道有用戶按下喜歡按鈕或沒有辯論,因爲
FB.Event.subscribe('edge.create', function(targetUrl) {
alert('liked ');
});
不工作