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?
Here’s the site in question.
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! 
Could not duplicate the issue
shrugs
So no idea on what I can do to make the pop up appear? Also, what browser did you use, if I may ask?
system
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.