Comment system on static blog system

tags: Program life  github

  • Based on a third party: Disqus/Livere/Valine

  • Based on Github issue: Gitment/Gitalk/utterances/Vssue

  • Pure static: Staticman

  • Self-built: ISSO/HashOver

Preface

There are many blog systems, WordPress, Emlog, Typecho, etc., all have their own comment systems, while static blog systems such as Hexo, Jekyll, Hugo, etc., do not have their own comment systems, so third-party comment systems have emerged. Here are only a few.

Based on third party

Disqus

https://disqus.com

The mainland is no longer available.

Livere

https://livere.com

A comment system in South Korea that supports Chinese and uses email to register. It supports login on many domestic social platforms and has a good appearance.

Valine

https://valine.js.org/

A fast, concise and efficient no back-end comment system based on LeanCloud.

You can install extension plug-ins to make comments and reply email notificationsValine-Admin

Based on Github issue

Gitment

https://github.com/imsun/gitment

Chinese introduction:Gitment The advantages are not mentioned.

Disadvantages: Only supports GitHub login and has not been maintained for a long time.

Gitalk

https://gitalk.github.io

A comment plug-in developed based on Github Issue and Preact.

Similar to GitmentInstall and use

utterances

https://github.com/utterance/utterances

Official introduction:

A lightweight comment widget based on GitHub issue.

Official website

Vssue

https://vssue.js.org/

Vssue is a Vue component/plugin that can enable commenting on your static pages.

The origin of the name Vssue: Driven by Vue and implemented based on Issue.

Comparison of vssue with similar projects

Vssue Is inspired byGitment with Gitalk, But there are some differences with them:

  • Vssue Supports Github, Gitlab, Bitbucket, Gitee and Gitea, and is easy to extend to other platforms.Gitment with Gitalk Only supports Github.
  • Vssue You can post, edit, and delete comments.Gitment with Gitalk Can only post comments.
  • Vssue is based on Vue.js Developed, can be integrated into the Vue project, and provides aVuePress pluginGitment Based on native JS, whileGitalk based on Preact

Pure static

Staticman

https://staticman.net

As the name implies, a purely static comment system means that when users perform operations such as comment generation, the input content and the rest of the content are regenerated and uploaded to the GitHub repo.Demo page

Self-built comment system

ISSO

https://posativ.org/isso

Official introduction:

Comment system similar to Disqus

Users can edit or delete their own comments (within 15 minutes by default), support Markdown writing, and easily migrate their own Disqus / WordPress comments.

HashOver

https://www.barkdull.org/software/hashover

Official introduction:

A free and open source PHP comment system that allows completely anonymous comments and simple theming. Designed to replace proprietary services such as Disqus.

Featured functionsOfficial websiteView


Reference website

  1. Recommended by third-party review system-Shui Bakou Ji

Intelligent Recommendation

Hexo blog access Gitment comment system tread

This article mainly records the steps and treading of Hexo static blog access to Gitment. Based on the static blog of github.io, NexT is the latest v6.1.0. If you want to see the effect, welcome to se...

Teach you to use issue as a blog comment system

Since last week’s Week 60 sharing I saw the JS library that can be used as a comment system to insert GitHub's issue into a third-party web page.utterances. I am "dreaming about this."...

Django do a simple blog system (12) ---- comment

Foreword Add a comment function. Tutorial big thank God:Django to build personal blog. A. Preparations Comment is a relatively independent function, so create another app: Then register the app in set...

Jekyll blog adds Gitment comment system

Homepage: https://zhangquan1995.github.io Learn about several domestic third-party comment systems, such as "Duoshuo", "Congyan", "Friendly Words", "Sina Cloud Follo...

Hexo blog dual comment system (Labil and Disqus)

Foreword: Seeing next issue, someone raised the issue of the double comment system, and the implementation scheme and effect are different I happen to be thinking about implementing a similar dual com...

More Recommendation

Hugo blog uses utterances as a comment system

The comment plug-ins on the hugo blog have been tried a lot, but there are too few comment plug-ins on hugo on the Internet. Such as: Disqus, gitment, gitalk, come to compare... these are all foreign,...

Hexo blog adds LiveRe comment system

There are many different comment systems, such as Changyan, Gitment, Gitalk, LiveRe, Disqus, Friends, Valine, etc. Talking freely, produced by Sohu Gitment Gitalk LiveRe Friendly words Valine Here is ...

Hexo blog NexT theme beautification comment system

Preface For more performance demonstrations, please visit mypersonal blog。 Effect picture: Valine Born on August 7, 2017, it is a fast, concise and efficient no back-end comment system based on Leancl...

Personal blog website access to Laibili comment system

NetEase officially issued an announcement on July 6, informing users that the service is about to be suspended (at the end of July), so we who are free users have to change their nests. Third party re...

Add a comment system to Jekyll blog: gitment

Recently, I used Jekyll to build a personal blog (jacobpan3g.github.io/cn) on Github Pages. When I need to add a comment system, I found several third-party comment systems in China, such as "Say...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top