huxpro.github.io
huxpro.github.io copied to clipboard
如何配置disqus成功?
多说快挂了,想配置一下disqus。但是在_config.yml设置用户名后没有反应
需要在disqus官网进行注册,成功注册后将会得到一个short name,把这个short name修改到yaml中即可
多谢喽
注册成功添加了short name还是不行啊,无法加载
注册成功添加了short name还是不行啊,无法加载
解决了,光改个short name不行吧,按照官网的添加方式改了之后,成功了
请问如何才能配置disqus呢?改成username并没有生效
我这边Disqus也有问题,显示“We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.”
解决了,光改个short name不行吧,按照官网的添加方式改了之后,成功了
请问你是按照官网的哪个页面配置成功的?谢谢!
多次尝试,找到了解决办法: 按照Disqus 官方的嵌入教程,见链接: https://pzhou-me.disqus.com/admin/install/platforms/jekyll/。 省去教程中的第1步,直接按照第2步把对应代码添加到 _layouts/post.html 中,并注释掉其中作者(该Jeklly模版的作者)的 125-140行的Disqus相关的代码,就可以啦。
1、在Disqus注册;2、Settings =>Add Disqus to Site => Create a new site ,并把这儿命名的WebSite Name 填到 _config.yml 里就行了。 感觉就是先有账号,再在账号下建个讨论室,blog 里加载这个讨论室。