The great big "I'm using WIX/SomeWebsiteMaking Tool and I don't know how to fix my embed" thread

Ok thanks again Barry. :slight_smile: is there any way you can show what a channel is auto hosting? for instance the main page on our website has our fam twitch account which hosts all of our members.

You’d have to write a chatbot to consume host events and update what channel to embed.

The embed doesn’t follow hosts

1 Like

Is that something I could google and find? I’ll be honest I was good with website development like 20 years ago but not so much anymore. XD

IRC is documented here

Then you can determine how to relay a host event to your website

1 Like

Thanks again for your help Barry but I’m lost already with that. :confused: XD

HI there, So I’m trying to help a friend embed his twitch stream on his website using wordpress ( iFrame ) unfortunally we’re getting a error

Whoops! This embed is misconfigured.

(Developers: Please check your browser console for more information)

We’re copying the code from his twitch stream and placing it, what am I doing wrong?

website URL:
http://monagallis.com/gallisradio/

twitch URL: Twitch

Your website needs to

  • support SSL (https)
  • be over forced SSL (https)

It’s not on either of those

There is no broken embed only the linked page

Struggling with a little project for a streamer I follow.

Trying to embed using google sites: https://www.truthtellereaglefuck.org/

<iframe src="https://player.twitch.tv/?channel=hasanabi&parent=www.truthtellereaglefuck.org" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

Thanks

See this example

For an advised fix

As the URL’s you need for one of your parents changes every time you save/publish

1 Like

someone can tell me if I’m using the right url to embed my stream because I don’t have all the options like clicking to be redirected directly to twitch when I watch if it works my url is: beststreamer777.blogspot.com and the code I use is:

The code that is currently on your site is correct.

<iframe allowfullscreen="true" frameborder="0" height="378" scrolling="no" src="https://player.twitch.tv/?channel=beststreamer777&parent=beststreamer777.blogspot.com" width="620"></iframe>

However, the embed can only be displayed on a website that is using HTTPS. If I go to https://beststreamer777.blogspot.com, your embed displays as expected. You will probably need to enforce HTTPS on for your blogspot site to make sure everyone visits securely.

oh ok thank you very much I should block the visit of the site in http then

Or jsut redirect from http to https automagically!

1 Like

Oh okok thank you very much for your helps guys im gonna try that

Can you set me up with the code for the embedded thing for my Wix site:

https://levitategamer.wixsite.com/levitate-gamer

Update your chat iframe URL to https://www.twitch.tv/embed/levitate_gamer/chat?parent=levitategamer.wixsite.com&parent=levitategamer-wixsite-com.filesusr.com

It works! Thank you so much!

Also how do you make the default dark mode for the chat?

barry??

ive already figured out how to do the new twitch embed on my main page and its works perfectly, now im having a problem running the same embed on my secondary (translation page)

www.oyelatinos.com/livestream is my main, but my spanish page which would be my secondary page doesnt load the embed.

HELP !