Hi there, I’m currently trying to implement a livestream embed on a wix site I’m making, and it shows up fine, but when I send a message to the chat it says:
“You rejected the prompt to send messages in this embedded version of Twitch Chat. If this was done in error, please refresh the page.”
However, no popup appears for me to accept. How do I fix this?
This is the code I’m using
<!-- Load the Twitch embed script -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: 854,
height: 480,
channel: "bbgdylan",
parent: ["bbgdylan.wixsite.com", "www.bbgdylan.wixsite.com","www-bbgdylan-wixsite-com.filesusr.com"]
});
</script>
Thanks for reading, and I hope you guys will be able to help me!