We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an issue - if you have markup like this:
<div id="FB"></div>
plugin will fail to initialize.
It is caused by using FB in global scope - in angular-easyfb.js
$window.FB.init(ezfbInitParams);
https://github.com/pc035860/angular-easyfb/blob/master/angular-easyfb.js#L130
The text was updated successfully, but these errors were encountered:
Hi @NenadP ,
Any suggestion on this? I thought the only way to use FB JS SDK is accessing it through global scope ($window.FB here)?
$window.FB
Sorry, something went wrong.
Agh - yes I unserstand now - it is registered there by Facebook JS SDK. So nothing much could be done here I think?
I don't need to use id="FB" :) happily.
Thanks
No branches or pull requests
There is an issue - if you have markup like this:
plugin will fail to initialize.
It is caused by using FB in global scope - in angular-easyfb.js
https://github.com/pc035860/angular-easyfb/blob/master/angular-easyfb.js#L130
The text was updated successfully, but these errors were encountered: