Youtube embed does not convert to tag
-
We use iframe code to embed youtube video and it does not convert to <amp-youtube> automatically on AMP page.
Is there any specific setting that is required to load AMP youtube JS and convert the iframe youtube embed to corresponding <amp-youtube> tage?
or we should code for it explicitly using a hook?
This is our current code for embedding youtube videos:
<div class=”embed-responsive embed-responsive-16by9″>
<iframe class=”embed-responsive-item” width=”560″ height=”315″ src=”VIDEO_CODE” frameborder=”0″ allowfullscreen></iframe>
</div>The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Youtube embed does not convert to tag’ is closed to new replies.