2011-12-29 4 views
0

메신저 사용 likebox는likebox 이벤트 (iframe을)은 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 (XFBML 및 HTML5)의 비 Iframe 버전에만 발생하는 이벤트

다른 Iframe 버전을 쉽게 변경할 수 있습니다.

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