1.友言部署完毕后,可以显示评论框,连接到微博和 QQ 时出问题,目测是友言的处理有 bug:
Fatal error: Uncaught exception 'OAuthException' with message 'get access token failed.invalid_grant' in /workspace/php/uyan/api.uyan.cc/include/lib/tsina/saetv2.ex.class.php:203 Stack trace: #0 /workspace/php/uyan/api.uyan.cc/include/social.func.php(71): SaeTOAuthV2->getAccessToken('code', Array) #1 /workspace/php/uyan/api.uyan.cc/api/mode/bind.mode.php(63): tsinaCallback(Array) #2 /workspace/php/uyan/api.uyan.cc/include/ecore.class.php(63): BindMode->__construct(NULL) #3 /workspace/php/uyan/api.uyan.cc/v4/login/index.php(8): ECore::load('BindMode') #4 {main} thrown in /workspace/php/uyan/api.uyan.cc/include/lib/tsina/saetv2.ex.class.php on line 203
2.Octopress 的博客自带 Disqus 评论系统,按照一般惯例,只要去 Disqus 注册账号,填一下 disqus_short_name 就可以了,但是我填完后,提示我加载失败,网上搜了下,没有什么好的解决方案,因为大多数人在这里都是一步过了。。。
两个问题向大家求教:
1.所以,友言是真的跪了吗?还是短期有线上 bug ?
2.Disqus 怎么破才好,我的博客用 Octopress 的默认主题,没做什么更改,不知道为啥不行捏,有人遇到同样的问题吗?
1
f2f2f 2017-10-15 17:33:01 +08:00
disqus 国内被墙了,有个博客反代你可以部署
|
2
stebest 2017-10-15 18:33:44 +08:00
可以用来必力,还比较稳定,不过你还担心的话,就用 github 的 Issue 当评论。反正我是感觉 Github 应该没那么容易挂,顺手广告 https://newdee.cf
|
5
rainex 2017-10-15 20:37:50 +08:00
之前联合早报国际版还用了 disqus,后来被墙后默默取消了
|
8
scofieldpeng 2017-10-15 22:08:33 +08:00
@stebest 博客还挂个 daovoice,哈哈哈哈
|
9
daya0576 2017-10-15 22:22:43 +08:00
2. Octopress 的话, 可以看一下 disqus 的代码有没有加载.
如果有加载的话 是会有圈圈一直 loading 的图标的 |
10
beginor 2017-10-15 22:49:43 +08:00 via Android
同样推荐使用 GitHub 的 issue 做评论,我用的是这个 https://imsun.net/posts/gitment-introduction/
|
11
stebest 2017-10-16 06:32:29 +08:00 via Android
@scofieldpeng 明白是谁匿名在 daovoice 上留言了😂
|
12
TankyWoo 2017-10-16 08:32:22 +08:00
用的 [isso]( https://github.com/posativ/isso)
|
13
Heroy 2017-10-16 09:29:12 +08:00
valine 啊 https://valine.js.org/
|