因为我已经在HTTPS上升级了我的网站,我不能得到评论计数。我的网站使用MeteorJS,我使用this module:
loadCounts: ->
unless @shortName
console.log 'Disqus needs a shortname. eg disqus = new Disqus(shortname)'
return
window.disqus_shortname = @shortName
window.DISQUSWIDGETS = undefined
$.getScript("http://" + @shortName + ".disqus.com/count.js")您是否知道我是否需要更改disqus上的配置以启用https?也许Nginx的配置也是如此?
https://stackoverflow.com/questions/41343945
复制相似问题