Embed Chat authentication error

Hey there, I wanted to integrate a twitch chat to my website but it seems that there is a problem with the authentication.

I’m logged in to Twitch, and when I try to send a message from my website the chat iframe ask me to log in:


It opens another window/tab and close it immediatly.

No problem here, but once I’ve done this, I cannot send any message, the same message appear.

I tried with this NPM package, and with the basic iframe method presented here in the documentation, but I have the exact same behavior.

Any idea what could cause this problem?
Thanks!

EDIT: Here’s what my iframe looks like (of course I the [MY WEBSITE URL] is my website url):

<iframe title="Test" height="100%" width="100%" src="https://www.twitch.tv/embed/kaldeor/chat?darkpopout&amp;parent=[MY WEBSITE URL]" frameborder="0" theme="dark"></iframe>

It was due to the DuckDuckGo Privacy Essentials Google Chrome extension :sob:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.