Search code examples
htmlvideoyoutubeembed

Embeded youtube video error


I'm trying to embed a youtube video on my site and no matter what video I embed it just says "an error has occurred." (This is the clearly explained problem)

I would like for the video to work. (This is the desired outcome)

<iframe width="420" height="315" src="https://www.youtube.com/embed/watch?v=039nv45oth8"></iframe> 

(The above is the minimum needed code)


Solution

  • Try this code instead:

    <iframe width="420" height="315" src="https://www.youtube.com/embed/039nv45oth8" frameborder="0" allowfullscreen></iframe>