Django: How to embed a video in ``` – SL4566 Jul 18 '22 at 23:56

  • @SL4566 works if you add the protocol `https://` or `http://` depending whether your environment is https or http. – Alexander Suraphel Jul 19 '22 at 09:56
  • 0

    I had the same experience and I solved it by adding video id after embed. In your case it should be as

    <iframe src="https://www.youtube.com/embed/YourVideoId" frameborder="0" allowfullscreen></iframe>