You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I place xfbml code in a directive to render the login button then navigate to another page and return to the login button page, it doesn't render the button.
Do I need to call FB.init() on every time the directive is shown again?
EDIT: well even calling FB.init() every time the directive is shown still doesn't show the FB login button. I don't know what's wrong.
The text was updated successfully, but these errors were encountered:
Hi, it seems to work on the social plugins (Like button etc.) but NOT the login button:
This works and re-renders the Like button when navigating the site <div onrender="rendered()" class="fb-like" data-href="https://developers.facebook.com/docs/plugins/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
If I place xfbml code in a directive to render the login button then navigate to another page and return to the login button page, it doesn't render the button.
Do I need to call FB.init() on every time the directive is shown again?
EDIT: well even calling FB.init() every time the directive is shown still doesn't show the FB login button. I don't know what's wrong.
The text was updated successfully, but these errors were encountered: