How do I embed a Vimeo video in HTML?

If you are signed in on Vimeo, an go to your video settings, there should be an menu “Embed”. Click this item and you will get various embedding options.

At the right side of the window (below your profile icon) there will be a button Embed code. Clicking this will give you the Embed code. Here is an example it generated for me. I removed my video number though.

<iframe src="https://player.vimeo.com/video/**yourvideonumberhere**" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>

And of course, embedding should be allowed for the video in the settings.

Leave a Comment