On YouTube
- Open the video
- Click the share option
- Click the Embed option
- Enable privacy mode, to prevent tracking cookies
- Copy the code, it looks like the one below
- Then add ?rel=0 behind the url to prevent it to load related video’s from other channels.
- loading=”lazy” is a WP 5.7 setting to lazy load iframe embeds.
Example:
<iframe width="560" height="315"
src="https://www.youtube.com-nocookie.com/embed/W7orPvGlEJE?rel=0"
loading="lazy" frameborder="0" allow="accelerometer; autoplay;
encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>Code language: HTML, XML (xml)