简单的iframe没有显示在github页面上

时间:2018-02-04 20:53:50

标签: iframe github-pages

我经常在我的github.io页面中嵌入iframes,但这个页面失败了 - 我看不出原因。

iframe

<iframe src="http://www.javarepl.com/embed.html" style="width: 500px; height: 130px; border: 0px"></iframe>

嵌入在此页面的多个位置 - 而不显示

https://seinecle.github.io/codapps/generated-html/essential-notions-of-code.html

(注意:在本地加载html页面时,iframe会显示)。

2 个答案:

答案 0 :(得分:2)

检查您的浏览器控制台,您将看到错误:

  

混合内容:&#39; https://seinecle.github.io/codapps/generated-html/essential-notions-of-code.html&#39;是通过HTTPS加载的,但请求了一个不安全的资源&#39; http://www.javarepl.com/embed.html&#39;。此请求已被阻止;内容必须通过HTTPS提供。

您无法在HTTPS文档中嵌入HTTP帧。您可能希望联系该网站的运营商,要求他们启用HTTPS。

答案 1 :(得分:-1)

快速回答: 使用 https 而不是 http