[removed] My fbAsyncInit() method never gets called

后端 未结 6 1922
予麋鹿
予麋鹿 2020-12-19 02:16

I\'m copying the code right out of this page on Facebook\'s developer website and the fbAsyncInit() method never fires. I\'ve also read this page, I\'ve tweaked the code qu

6条回答
  •  爱一瞬间的悲伤
    2020-12-19 02:16

    I had the same problem. It seemed I loaded the JavaScript library //connect.facebook.net/en_US/all.js in some other place before the async loading.

    That probably confused things a bit.

    I removed the premature load tag definition and now I am fine.

提交回复
热议问题