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

The correct iFrame URL is

https://player.twitch.tv/?channel=theundergroundlair23&parent=www.theundergoundlair.fr&parent=www-theundergoundlair-fr.filesusr.com

I try again later because it does not work

Ignore the wix preview tool. We fix for your website not the preview tool

I just tried again it doesn’t work! J

you show as using a malformed src (missing " from the end) and not using the URL I sent

Always not

Can you send me the code by message? I copy and paste it.

I already send the correct iFrame URL in this post

It does not work! I do not understand!

I provided the iFrame URL to replace your iFrame URL with.

Since I didn’t want to change/adjust any of your iFrame parameters as you set those.

You seemed to have replaced everything with just the URL.

So as per the documentation

<iframe src="https://player.twitch.tv/?channel=theundergroundlair23&parent=www.theundergoundlair.fr&parent=www-theundergoundlair-fr.filesusr.com"></iframe>

You will need to update/add any other parameters you want/need as dictated by the documentation.

They are not there?

From the documentation I linked

I went to

For dumb iframes

There are the other parameters you may need/want

Please ignore WHATEVER The wix preview tool does and JUST SAVE the changes and check it on your actual website

This thread fixes for your Website, not the Wix preview tool

image

When adding the frameborder parameter you broke it

<iframe src="https://player.twitch.tv/?channel=theundergroundlair23&parent=www.theundergoundlair.fr&parent=www-theundergoundlair-fr.filesusr.com" frameborder=" 0"="" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

Is the literal copy/paste

Always not

PLEASE

IGNORE

THE WIX PREVIEW TOOL

It’s published and it doesn’t work

Same problem you have a missing " and you changed the fileusr.com to fileusr.fr in error

<iframe src="https://player.twitch.tv/?channel=theundergroundlair23&parent=www.theundergoundlair.fr&parent=www-theundergoundlair-fr.filesusr.com" frameborder=" 0"></iframe>