Embedding videos in blogger with an IFrame

There are a bunch of ways you can embed your video in a blog or other article. You can create a hyperlink URL on top of a thumbnail of your video.  I usually embed the video in an iframe in a way that should rotate with the device.  

IFrame Magic for YouTube Videos

Replace the string in the url replacethis with the video identifier for your video
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen" 
allowfullscreen="" frameborder="0" height="360" 
src="https://www.youtube.com/embed/replacethis" width="640"></iframe>

Revision History

Created 2022 12

Comments

Popular posts from this blog

Installing the RNDIS driver on Windows 11 to use USB Raspberry Pi as network attached

Understanding your WSL2 RAM and swap - Changing the default 50%-25%

Get AI code assist VSCode with local LLMs using LM Studio and the Continue.dev extension - Windows