开发者

How to make fb:dialog pop-up on page Load

Any suggestion, instead of onCli开发者_如何转开发ck is it possible to do it onLoad or bodyLoad?

Please give suggestion for both Static FBML and iFrame.

Thanks


Yes , you just need to use

window.fbAsyncInit = function(){
  //your method goes here
  FB.ui({
   .....
 });
};

Hope it helps...Use FBML instead of iframe

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜