ngx-facebook
ngx-facebook copied to clipboard
fb_Page NOT WORKING with URL as variable
Hi,
I am stuck with this strange issue.
This DOES NOT WORK
However hardcoding the href works
Thanks. Appreciate your help in this regard
attaching console logs
@pachu4u I had the same issue. My workaround has been to add the href attribute to FB.XFBML.parse();
<fb-page [attr.href]="data.facebook_url" tabs="timeline">
should work.