How to workaround 'FB is not defined'?

前端 未结 12 1235
余生分开走
余生分开走 2020-12-04 17:56

Sometimes I\'m getting the \"FB is not defined\" issue when loading the http://connect.facebook.net/en_US/all.js

I\'ve realized that the problem is because sometime

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 18:41

    You were very close with your original example. You could either use @jAndy's suggestion or:

    if (typeof FB != 'undefined')
    

提交回复
热议问题