我正在尝试将iframe嵌入到我的博客网站中。但主要问题是Blogspot不支持带有HTTP URL的iframe,而我的目标网站是HTTP上的。这是我的iframe示例:
<iframe
src="http://mywebsite.com"
style="border:0px #ffffff none;"
name="myiFrame"
scrolling="no"
frameborder="1"
marginheight="0px"
marginwidth="0px"
height="400px"
width="600px"
allowfullscreen
></iframe>
Blogger显示以下警告:
此页面上有HTTP资源,因此在通过安全连接查看博客时,混合内容会对某些元素的安全性和显示产生负面影响。
如何将带有HTTP URL的iframe嵌入到Blogspot.com中?