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
I'm glad to find a angular way to use the FB API, but I faced a problem with my app using HTML5 navigation and social plugins (like button for example).
Hi there.
I'm glad to find a angular way to use the FB API, but I faced a problem with my app using HTML5 navigation and social plugins (like button for example).
The only way I found to have FB parsing my like divs is to call FB.XFBML.parse, and it seems it's not implemented in the Facebook angular service.
So based on http://stackoverflow.com/questions/23806303/angularjs-socials-share-buttons-troubles-the-display-is-only-in-one-page I ended with an ugly :
Did I miss a way to call XFBML.parse using your module ?
The text was updated successfully, but these errors were encountered: