zyra / ngx-facebook

Angular TypeScript Wrapper for Facebook SDK
http://zyra.github.io/ngx-facebook/
MIT License
209 stars 71 forks source link

facebook comments plugin is not display on chrome #79

Closed Lagistos closed 6 years ago

Lagistos commented 7 years ago

I added a comments area and it's look ok on the firefox and edge but it's not visible in chrome. does somebody is familiar with this problem? is there a way to fix that?

xerotolerant commented 7 years ago

I have the same problem except it does not show in chome either.

ihadeed commented 7 years ago

Does this help https://github.com/zyra/ngx-facebook/issues/74#issuecomment-302836161?

Lagistos commented 7 years ago

Thank you about your answer. but the problem is still exists

xerotolerant commented 7 years ago

In my case I needed to initialize the module first. It showed up once I did that. It wasn't clear what functions required initialization and it failed silently. On Sat, 27 May 2017 at 3:38 AM Lagistos notifications@github.com wrote:

Thank you about your answer. but The problem is still exists

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zyra/ngx-facebook/issues/79#issuecomment-304435278, or mute the thread https://github.com/notifications/unsubscribe-auth/AQaDGOG64NVAra4sGrO_ZdTmne9VVVkPks5r99LxgaJpZM4NjiOV .

Lagistos commented 7 years ago

I did the initialization function again inside the constructor and yet not working on chrome, all the components working well except the comments component (and it's working well on firefox and edge) even after i updated my chrome it didn't work.

ihadeed commented 7 years ago

Ok I'll look into it.

The example project for this repo works fine on Chrome and it shows every single component correctly.

It's worth checking if you have any browser extensions blocking the comments component.

Lagistos commented 7 years ago

i dont have any extention on my chrome, i hope that it's a problem in my browser, thanks a lot.

ihadeed commented 7 years ago

Does the example project work fine for you?

Lagistos commented 7 years ago

actually no, and i just checked it on other websites with facebbok comments and it doesnt work there also, so probably the problem is in my browser, thanks a lot

amrography commented 7 years ago

It's not showing on opera too. The input href is removed when building the project

This what I write in HTML <fb-comments [href]="post.link"></fb-comments>

And this from console screen shot 2017-06-20 at 1 07 15 pm

danielsogl commented 6 years ago

Reopen the issue if you still have this problem.

tmarhem commented 5 years ago

Hello,

I still get the issue, I am using ngx-facebook plugin (or ng2-facebook-sdk) and it perfectly works on Firefox but not loading my and on chrome and safari. I initialized a window avriable in the component calling the fb module with the window.FB.XFBML.parse(); called in ngOnInit, this solution can be seen in other issues but it is not resolving this.

Any idea on a workaround ?

Thanks a lot