The currently supported comment systems are: Valine, MiniValine, Disqus, Gitalk, Vssue, Livere, Isso, Hashover
blog/_config.volantis.ymlcomments: title: <i class='fas fa-comments'></i> Comments subtitle: service: valine # valine, minivaline, disqus, gitalk, vssue, livere, isso, hashover
A fast, concise and efficient no back-end comment system
https://valine.js.org
blog/_config.volantis.ymlcomments: ... service: valine ... valine: appId: # your appId appKey: # your appKey js: https://cdn.jsdelivr.net/npm/valine@1.4/dist/Valine.min.js ... See the source code for optional configuration items
Among them, placeholder
supports setting in front-matter.
front-matter--- valine: placeholder: What do you think of xxx? ---
You can also share a comment box for multiple pages by setting valine.path
.
front-matter--- valine: path: /wiki/volantis/ ---
A fast, concise and efficient no back-end comment system
https://github.com/MiniValine/MiniValine/
blog/_config.volantis.ymlcomments: ... service: minivaline ... minivaline: appId: # Your leancloud application appid appKey: # Your leancloud application appkey ... See source code for optional configuration items
Vue-driven, Issue-based comment plugin
https://vssue.js.org/zh/
blog/_config.volantis.ymlcomments: ... service: vssue ... vssue: owner: repo: clientId: clientSecret:
A modern comment component based on Github Issue and Preact.
https://gitalk.github.io/
blog/_config.volantis.ymlcomments: ... service: gitalk ... gitalk: clientID: clientSecret: repo: owner: admin: # []
The method of obtaining clientID and clientSecret can be searched for the tutorial by yourself, here is only a brief description of the steps:
- Click GitHub -> Settings
https://github.com/settings/profile
- Click Developer settings
https://github.com/settings/developers
- Click New OAuth App
https://github.com/settings/applications/new
- Fill in the information:
Application name Fill in whatever you want, mine is:xaoxuu.com
Homepage URL and Authorization callback URL both write your URL, mine is:https://xaoxuu.com
**You can share a comment box on multiple pages by setting gitalk.id. **
front-matter--- gitalk: id: /wiki/volantis/ ---
Disqus-The #1 way to build an audience on your website.
https://disqus.com/
blog/_config.volantis.ymlcomments: ... service: disqus ... disqus: shortname:
Communication makes better world.
https://www.livere.com/
blog/_config.volantis.ymlcomments: ... service: livere ... livere: uid: #Your livere's uid
Check your uid here: https://livere.com/insight/myCode
, find the following code in [Code Management -> General Website], where the content in data-uid
is yours livere_uid
.
<!-- Labilee City version installation code -->
<div id="lv-container" data-id="city" data-uid="Your livere’s uid">
...
A commenting server similar to Disqus.
https://posativ.org/isso/
blog/_config.volantis.ymlcomments: ... service: isso ... isso: url: https://example.com/[path/) src: https://example.com/[path/)js/embed.min.js
A free and open source PHP comment system designed to allow completely anonymous comments and easy theming.
https://www.barkdull.org/software/hashover
blog/_config.volantis.ymlcomments: ... service: hashover ... hashover: src: https://example.com/[path/)comments.php
blog/themes/volantis/layout/_third-party/comments/comment system name/layout.ejsWrite layout code here
blog/themes/volantis/layout/_third-party/comments/comment system name/script.ejsHere to write the code to load js