
[英]Icons not showing in amp pages which is served by https://www.google.com/amp/s/siachenstudios.com/
[英]Does Google Form on AMP require HTTPS?
我正在尝试在我的 AMP 页面上嵌入 Google 表单,但是当我尝试使用 AMP 代码时。 它只是说“正在加载......”Google表单应该是: http://mogotest.com/amp/purple-mattress-coupon.html (请参阅移动设备)
到目前为止我采取的步骤。 1.我把这段代码放在AMP页面的header
<script async custom-element="amp-iframe"
src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<amp-iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeFJf7DVgmzPEE1UfYXE3Oy0aBef80QXmRtLfKd1-b8aek0IQ/viewform?embedded=true" width=“100%” height="678" frameborder="0" marginheight="0" marginwidth="0">Loading…</amp-iframe>
有谁知道如何解决这个问题,或者我的 AMP 页面不是 HTTPS 的问题?
您需要将您的网站移动到 HTTPS 才能使用视频 iframe 。
在下面的文章中,清楚地提到了哪些适用于 http,哪些不适用于没有 https。
https://amp.dev/documentation/guides-and-tutorials/start/create/basic_markup/?format=websites
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.