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 the is directly included in the component's template, then it is displayed correctly. However, if the is inside of a *ngIf or a conditionally included it is NOT displayed/processed.
It appears that I can force the conditionally included to be processed by forcing a call to
window.FB.XFBML.parse()
but this feels like a kludge/hack that should not be required for the fb-page to be recognized and rendered properly?
The text was updated successfully, but these errors were encountered:
Hi have added this inside the index.html:
<script type="text/javascript" src="https://connect.facebook.net/en_US/sdk.js"></script>
And also added this inside the app.module:
And also added this inside a component template:
<fb-page href="https://facebook.com/zyramedia" tabs="events,timeline,messages"></fb-page>
If the is directly included in the component's template, then it is displayed correctly. However, if the is inside of a *ngIf or a conditionally included it is NOT displayed/processed.
It appears that I can force the conditionally included to be processed by forcing a call to
window.FB.XFBML.parse()
but this feels like a kludge/hack that should not be required for the fb-page to be recognized and rendered properly?
The text was updated successfully, but these errors were encountered: