Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

The currently supported comment systems are: Valine, MiniValine, Disqus, Gitalk, Vssue, Livere, Isso, Hashover

blog/_config.volantis.yml
comments:
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.yml
comments:
...
service: valine
...
valine:
appId: # your appId
appKey: # your appKey
js: https://unpkg.com/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.yml
comments:
...
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.yml
comments:
...
service: vssue
...
vssue:
owner:
repo:
clientId:
clientSecret:

A modern comment component based on Github Issue and Preact.
https://gitalk.github.io/

blog/_config.volantis.yml
comments:
...
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:

  1. Click GitHub -> Settings https://github.com/settings/profile
  2. Click Developer settings https://github.com/settings/developers
  3. Click New OAuth App https://github.com/settings/applications/new
  4. 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.yml
comments:
...
service: disqus
...
disqus:
shortname:

Communication makes better world.
https://www.livere.com/

blog/_config.volantis.yml
comments:
...
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.yml
comments:
...
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.yml
comments:
...
service: hashover
...
hashover:
src: https://example.com/[path/)comments.php
blog/themes/volantis/layout/_third-party/comments/comment system name/layout.ejs
Write layout code here
blog/themes/volantis/layout/_third-party/comments/comment system name/script.ejs
Here to write the code to load js

contains more comment systems

User Exchange Area

This is only for communication between users. If you have any questions, please go to GitHub to submit an issue. Asking questions in the comment area will not receive any response from the developer!