페이스북 페이지에 IFrame 앱 사용시 스크롤바 없애기 | Tips

<스크립트>
window.fbAsyncInit = function() {
FB.Canvas.setSize({ width: 500, height: 1500 });
FB.Canvas.setAutoResize();
}

 

여기에 내용넣고...

 

<스크립트 src="http://connect.facebook.net/en_US/all.js">
<스크립트>

 FB.init({appId: <?=$app_id?>, status: true, cookie: true, xfbml : true});
        window.fbAsyncInit = function() {
         FB.Canvas.setSize({ width: 500, height: 1500 }); }



 

Comment Write
Comment List
등록된 코멘트가 없습니다.