How to embed YouTube Shorts?
- Get the URL of the embedded video, for example:
https://www.youtube.com/shorts/ML22aRbaoQU
- Add it to your website
<iframe width="315" height="560" src="https://www.youtube.com/embed/<video-id>" title="YouTube video player" frameborder="0"" allowfullscreen=""></iframe>
- Replace <video-id> with your video id and it will become:
<iframe width="315" height="560" src="https://www.youtube.com/embed/ML22aRbaoQU" title="YouTube video player" frameborder="0"" allowfullscreen=""></iframe>