Iframe problem - Product Landing Page

why is my youtube iframe not working its something like this? youtube refused to connect?
image

show your code or it impossible to say

        <iframe id="video" width="420" height="315" src="https://youtu.be/cSGej5mQiQI">

            <p>Your browser does not support iframes.</p>

        </iframe>

    </div>

Hello Shaddao,

I think the issue is to do with the shortened URL. To fix it, when you click on “Share” on YouTube, click on “Embed”, then copy the code that YouTube provides for embedding the video to your site. It already includes the iframe tags for you but with a different URL.

2 Likes

Thank you very much. I literally forgot about that. :sweat_smile: