2011-12-29 5 views
0

イム使用してlikeboxはlikeboxイベント(インラインフレーム)のiframe内

<iframe src="//www.facebook.com/plugins/likebox.php?href= 
    <?=Facebook::GetConfig('LikeUrl')?> 
&amp;width=292&amp;height=290&amp;colorscheme=light&amp; 
show_faces=true&amp;border_color&amp;stream=false&amp; 
header=true&amp; 
appId=<?=Facebook::GetConfig('appId')?>" 
scrolling="no" frameborder="0" style="border:none; overflow:hidden; 
width:292px; height:290px;" allowTransparency="true" id="fbframe"></iframe> 

私は、ユーザノーボタンのように押したかを持って知ることができるか、ではない

答えて

3

edge.createedge.remove働くんLike Buttonの非Iframeバージョン(XFBMLとHTML5)でのみ発生したイベント

あなたは他のIframeバージョンを簡単に変更できます:

<fb:like-box href="<?=Facebook::GetConfig('LikeUrl')?>" width="292" height="290" 
      show_faces="true" stream="false" header="true"></fb:like-box> 
関連する問題