Embeddable Youtube video is not embedabble

Viewed 21
2 Answers

If you're using an iframe this works fine for me

<iframe width="560" height="315" src="https://www.youtube.com/embed/CZkrVyILOYA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen ></iframe>

My website didn't send a referrer in the request. Now it does and all youtube video's can be embedded.

Related