创建可与https配合使用的博客小工具我遇到了麻烦。目前我使用以下代码。
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="A Title" />
<Content type="html">
<![CDATA[
<p id="demo"></p>
<script type="text/javascript">
document.getElementById("demo").innerHTML = "Page hostname is " + window.location.hostname
</script>
]]>
</Content>
</Module>
当我将此小工具添加到我的博客时,它只显示:
Gadget
This content is not yet available over encrypted connections.
我不明白为什么这不适用于https。 它似乎在预览中有用。