Closed taketomatsunaga closed 4 years ago
Can we call FB.XFBML.parse()
manually using this library?
-> I used window.FB.XFBML.parse(this.facebookDiv)
. but issue stays.
did you resolve it?? 'cause i have the same issue, i cant rederer any facebook component in html, buut i get successfully responses of Facebook login or Facebook api using 'facebookService: FacebookService'.
@jefcoserrca
Yes I did. Please check the following post.
congrats! ! and thank you very much!
best regards!
Hi, I have been develop profile page showing facebook posts. But my posts often does not render and not showing anything.
Angular CLI: 8.0.1 Node: 12.14.1 OS: linux x64 Angular: 8.0.0
in my profile page, I have following code.
the app-ifm-fb-post directive is below.
When I run the app, I can see the html codes. however nothing will be shown except post links for testing.
Could someone help me!?!?