I am facing similar problem, in my case they are iframes that are not loading.. I also tested using the YouTube iframe and it did not work
Hello @sylvainbotter
Can you please tell me how you are embedding the video.
are you using any plugin?
@rogermauricio5 can you please explain a little bit about your issue, it’s better if you share the URL of the page so I can check it.
Hello,
It’s part of my theme!
Here is how i insert it: (as an iframe)
<iframe width=”320″ height=”180″ src=”https://www.youtube.com/embed/KXsE0qVJp_s” frameborder=”0″ allow=”autoplay; encrypted-media” allowfullscreen></iframe>
(into a specific case dedicated in my post page)
For example NON AMP (see video embed visible)
https://www.lytchee.com/espagne/que-faire-seville/
AMP (no video.., disappear)
https://www.lytchee.com/espagne/que-faire-seville/amp/
Best regards,
thanks!!
Sylvain
Good morning @ampforwp
I’m inserting “iframe” into the “custom amp editor” into a regular publication, I have a few dozen publications that worked that way.
Ex: <iframe width=”500″ height=”520″ sandbox=”allow-modals allow-forms allow-popups allow-scripts allow-same-origin” seamless=”seamless” scrolling=”no” src=”https://foramp.rogertakemiya.com.br/laborario/timestamp-to-date.php?amp-iframe=1″></iframe>
URL: https://rogertakemiya.com.br/converter-data-para-timestamp/?amp
Thank you so much
@ampforwp
Complementing, this problem started after the last update (0.9.92)
Every time I update the plugin I do a check in the AMP pages to see if the iframe is loading and this time we had this problem, it seems that something is blocked loading the iframe, as a filter, and not rendering the AMP version of it
thanks @rogermauricio5 I tried and works as temporary solution 😀
See this
https://ww.wp.xz.cn/support/topic/google-maps-disappeared-4/
My google maps now show. Be aware that an iframe has to be at least 600px from the top of the page so use a placeholder image too if that is your case. Also with youtube I have had to use
https://www.ampproject.org/docs/reference/components/amp-youtube
Basically, I have use the custom AMP editor for pages using iframes and youtube videos so I can render the code directly and not depend upon any automated transform.
Problem was solved with the last update (0.9.94), thank you very much @ampforwp
Hello @rogermauricio5
Glad to hear that your issue gets fixed in the latest version of our plugin.
If you have any issues then let me know.
Thank you
Hello, for me google maps is SOLVED. But videos NOT:
So I will continue for now to copy paste the iframe in the AMP editor, like this it’s work.