ppoffice / hexo-theme-icarus

A simple, delicate, and modern theme for the static site generator Hexo.
https://ppoffice.github.io/hexo-theme-icarus/
MIT License
6.36k stars 1.54k forks source link

希望添加对disqus-php-api的支持 #765

Open KaitoHH opened 4 years ago

KaitoHH commented 4 years ago

确保你在提交功能建议之前仔细阅读了Hexo文档Icarus用户指南,和GitHub issues来了解你的建议是否已经被他人提出过。

你的功能建议与某个使用问题相关么?请详述。

希望能够添加对 disqus-php-api 的支持,这是另一个代理 disqus 的插件,不过功能比 DisqusJS 更强大,还能够直接评论。

描述你想要的解决方案

我之前使用 NexT 主题时,写过一个集成 disqus-php-api 的插件 hexo-disqus-php-api。但对于这个主题,感觉我水平有限,不太会 添加,希望作者能添加支持。

mmdjiji commented 2 years ago

只需插入 disqus 的代码即可,认为 comment 是 disqus 的代码,下面是插入的逻辑:

$('.column.order-2.column-main.is-8-tablet.is-8-desktop.is-8-widescreen').append(comment);