在你需要安装 DisqusJS 的页面的之前引入 DisqusJS 的 CSS: 在需要展示评论的地方插入 JS: <!-- 如果你只兼容现代浏览器,你也可以使用 ES Module -->importDisqusJSfrom'https://cdn.jsdelivr.net/npm/disqusjs@3.0/dist/browser/disqusjs.es2018.es.min.mjs' 接着创建一个 DisqusJS 容器: 通过NPM...
Disqus 因为网上大部分的教程都是Gitalk的,所以这里写一篇Disqus的。 3 具体流程 首先去官网注册获取key: 填上标签,以及自己的Github Pages网站,描述以及组织可以不同填: 注册之后就可以看到自己的key: 先复制这个key,然后在settings中设置自己的仓库名(https://username.github.io): 完成之后打开Gridea,复制刚才的ke...
首先,新建一个Disqus局部模板:themes/yilia/layout/_partial/post/DisqusJS.ejs 然后,去掉原版主题的Disqus相关代码,并引用刚才新建的模板:themes/yilia/layout/_partial/article.ejs 最后,在配置文件里填上相关参数:themes/yilia/_config.yml 1 2 3 4 5 6 7 disqus:'firet' disqusjs: siteName:'F!redent' ...
A free, fast, and reliable CDN for disqusjs. Alternative DISQUS - Render comments components from Disqus API
jQuery.post('https://disqus.com/api/3.0/posts/update.json',{ post:"2957858030", access_token:ACCESS_TOKEN, message:"This comment has been overwritten", api_key:APIKEY}) maybe the previous argument of forum is invalid. And I add the new argument of access_token to solve the authorized...
disqusjs.skk.moe的域名年龄为6年5个月1天,注册商为NameSilo,LLC,DNS为ns2.vercel-dns.com,ns1.vercel-dns.com,域名更新时间是2024年02月16日,域名过期时间是2025年09月14日,距离过期还有211天。解析出来的IP有:104.20.18.168[泛播 Cloudflare],104.20.19.168[泛播 Cloudflare],172.67.2.238[泛播 Cloudflare]...
npm i @dennisdigital/polaris-components-disqus Repository github.com/dennisinteractive/polaris-componentlibrary Homepage github.com/dennisinteractive/polaris-componentlibrary#readme Weekly Downloads 0 Version 1.2.1 License MIT Unpacked Size 9.87 kB Total Files 7 Last publish 3 years ago Collaborators Try...
Latest version: 1.5.2, last published: 3 years ago. Start using @dennisdigital/polaris-components-disquscount in your project by running `npm i @dennisdigital/polaris-components-disquscount`. There are no other projects in the npm registry using @dennisd
从Disqus切换到DisqusJS 因为我用的是next(7.8.0) 主题,官方支持DisqusJS等多种评论系统,所以切换还是挺方便的. 在主题配置文件_config.yml中,找到disqus段并把enable设为false. 同主题配置文件,找到comments段,将active设为disqusjs. 在Disqus 后台 -> Applications -> Settings中,将你要进行反代的服务器域名填入...
在你需要安装 DisqusJS 的页面的之前引入 DisqusJS 的 CSS: 在需要展示评论的地方插入 JS: <!-- 如果你只兼容现代浏览器,你也可以使用 ES Module -->importDisqusJSfrom'https://cdn.jsdelivr.net/npm/disqusjs@3.0/dist/browser/disqusjs.es2018.es.min.mjs' 接着创建一个 DisqusJS 容器: 通过NPM...