We need to supply a custom URL with the ID in the iframe source attribute to embed a Youtube URL.

**https://app.meditationmag.com/api/yt_video/(YoutubeID)**

Youtube URL**https://www.youtube.com/watch?v=VeUFLhqH0kY**

Embed URL: **https://app.meditationmag.com/api/yt_video/VeUFLhqH0kY**

In the example URL shown, VeUFLhqH0kY is the video ID.

<div style="position:relative; width:1px; min-width:100%;padding-bottom:56.25%;">
  <iframe allowfullscreen allow="autoplay" class="spotlightr" allowtransparency="true" style="width:1px; min-width:100%; height: 100%; position:absolute" allowfullscreen="true" src="<https://app.meditationmag.com/api/yt_video/VeUFLhqH0kY>" frameborder="0" scrolling="no" name="videoPlayerframe"></iframe>
</div>

Here is another slightly adjusted format in case the above doesn’t work:

<div style="position:relative; width:1px; min-width:100%;padding-bottom:56.25%;">
 <iframe allow="autoplay" class="spotlightr" allowtransparency="true" style="width:1px; min-width:100%; height: 100%; position:absolute" allowfullscreen="true" src="<https://app.meditationmag.com/api/yt_video/_o0QzpDIlxE>" frameborder="0" scrolling="no" name="videoPlayerframe"> </iframe>
</div>