我想在AMP页面上显示iframe。是否可以将 www.yourdomain.com 等域添加到AMP Iframe中?
<amp-iframe width="200" height="100"
sandbox="allow-scripts allow-same-origin"
layout="responsive"
frameborder="0"
src="http:www.mydomain.com">
</amp-iframe>
答案 0 :(得分:1)
保持关怀。 iframe网站必须是 https:// 网站。
答案 1 :(得分:0)
是的,我们可以像下面的例子那样添加域名
<amp-iframe width="600" height="400" layout="responsive" sandbox="allow-scripts allow-same-origin allow-popups" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJ2eUgeAK6j4ARbn5u_wAGqWA&key=AIzaSyCNCZ0Twm_HFRaZ5i-FuPDYs3rLwm4_848"></amp-iframe>