How to make youtube shorts url(link) work on website without having to use embed code.


There's two ways to make the youtube shorts URL work.

First Option
1. Copy and paste the embed code from your youtube shorts video.
Example=(<iframe width="440" height="783" src="https://www.youtube.com/embed/QecHqRaYiFc" title="MOM SHOCKED HOW HER KID GOT AN UPGRADE 💀" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>)
2. Copy the url which is everything inside the "" after src= (highlighted) and paste on your website.

Second Option
1.Copy and past youtube shorts url
Example=(https://www.youtube.com/shorts/QecHqRaYiFc)
2.Replace the /shorts/ slug with /embed/ slug
3. Copy new URL and paste on your website.

Did you find this article useful?