- Published on
ghost-twikoo
- Authors
- Name
- Tails Azimuth
基于你懂的原因 ,在环境中使用Disqus 有各种奇葩问题 只能找替代品了
部署代码
还是选择云端简单一点,反正渣站点评论不多的,逃
关键是可以一键
添加js
在Ghost后台 https://example.com/ghost/#/settings/code-injection 加入 <script src="https://cdn.bootcdn.net/ajax/libs/twikoo/1.6.8/twikoo.all.min.js"></script> 即可,加入==js支持==
添加前台展示
<div id="tcomment"></div>
<script>
twikoo.init({
envId: '您的环境id', // 腾讯云环境填 envId;Vercel 环境填地址(https://xxx.vercel.app)
el: '#tcomment'
})
</script>
参考:[官方网站]https://twikoo.js.org/