Social Reiot

Social Game Developer wandering in strange dungeon.

Fb:serverfbml Requires the "fbml" Attribute.

jQuery.load 방식으로 서버에서 FBML 을 받아서 fb:request-form + fb:multi-friend-selector 를 띄우는 법

new javascript SDK 초기화시 xfbml 파싱 off

FB.init({xfbml:false})

다음과 같이 DOM 을 준비

다음과 같이 스크립트를 준비

$(#invite-fbml).load(url,function(){

FB.XFBML.parse($(#wrapper)[0]);

});

Comments