I have problem with AMP pages where I use video from Youtube.
The problem is that there is a line of code missing from the AMP pages:
<script async custom-element="amp-youtube" src="https://cdn.ampproject.org/v0/amp-youtube-0.1.js"></script>
Help here Example: <amp-youtube> - amp.dev
I can’t add this via code injection because injection doesn’t work for AMP versions of pages.
For example https://blog.pics.io/dam-strategy/amp/ and test’s result https://search.google.com/test/amp/result?id=XCDLOO3iEJZve08E_W5OXQ
Thanks!