iFrame 不会从 codepen 或任何其他站点加载
iFrame doesn't load from codepen or any other sites
我创建了 html 页面:
http://time.graphics/embed?v=1&id=4
我要创建小部件嵌入代码:
<iframe width="600" height="400"
src="" http://time.graphics/embed?v=1&id=4
frameborder="0" allowfullscreen></iframe>
但它不起作用,这里是codepen:
https://codepen.io/jenkaman/pen/MoQzNo
请帮忙。这是怎么回事?如何创建小部件,它将显示在任何网站上。谢谢
问题解决了!
需要使用 https!
我创建了 html 页面: http://time.graphics/embed?v=1&id=4
我要创建小部件嵌入代码:
<iframe width="600" height="400"
src="" http://time.graphics/embed?v=1&id=4
frameborder="0" allowfullscreen></iframe>
但它不起作用,这里是codepen: https://codepen.io/jenkaman/pen/MoQzNo
请帮忙。这是怎么回事?如何创建小部件,它将显示在任何网站上。谢谢
问题解决了! 需要使用 https!