disqus / disqus-react

A React component for Disqus
MIT License
365 stars 46 forks source link

Disqus DiscussionEmbed disappears on mobile #115

Closed idiglove closed 2 years ago

idiglove commented 2 years ago

Describe the bug

The embed loads but after certain time the iframe disappears, thus the comments are not displayed anymore

To Reproduce

Steps to reproduce the behavior:

I'm using it as

<DiscussionEmbed shortname={disqusShortname} config={disqusConfig} />

Expected behavior

The iframe shouldnt be gone and still persist

Screengrab

https://user-images.githubusercontent.com/29911508/136882943-d46a4f2f-1256-4691-9ab8-618de991660e.mp4

Specifications:

idiglove commented 2 years ago

It's been three days, this is affecting our live site greatly. Any help is appreciated, thanks

tterb commented 2 years ago

@idiglove Can you provide a public repo that can be used to debug this issue and/or a link to the effected website?

idiglove commented 2 years ago

This has been resolved, using the native disqus comment worked Using CommentCount component somehow affected it

rakeshkr22 commented 2 years ago

@idiglove Can you please elaborate how it got resolved ?. I am facing the same issue. CC : @tterb