gpt4 book ai didi

javascript - 在本地主机上使用 Disqus?

转载 作者:行者123 更新时间:2023-11-29 21:58:42 25 4
gpt4 key购买 nike

Disqus 没有出现在本地主机上。我试过 this solution ,但我认为此方法已被弃用,因为它不再有效。我在网上看到的所有答案都是这样,但它们都是几年前的了。如果有人知道如何在没有事件服务器或域的本地主机上测试它,我将非常感激。这是我的代码(Disqus 在他们的网站上为您提供的代码):

<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = ''; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>

编辑:如果您想知道,唯一显示的是“由 Disqus 提供支持的评论”链接。

最佳答案

这是一个远景,但你能试试吗

    dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';

代替

    dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';

确保在运行服务器而不是打开纯 html 文件时对其进行测试。

关于javascript - 在本地主机上使用 Disqus?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25066774/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com