Solitude Docs

Twikoo Comments

Twikoo works well when you want a comment system with a self-managed backend or cloud function deployment.

Purpose

Twikoo works well when you want a comment system with a self-managed backend or cloud function deployment.

Backend setup

Create or configure the provider backend first. Keep the provider dashboard open while editing the theme configuration so IDs and domains can be copied exactly.

Theme configuration

comment:
  enable: true
  use: twikoo
  twikoo:
    enable: true
    envId: ''
    serverURL: ''

Page behavior

Comments can usually be controlled globally and then overridden by Front Matter.

---
title: Example Post
comments: true
---

Verify

  • The comment container appears on article pages.
  • The browser console has no provider initialization errors.
  • The configured domain matches the deployed site domain.
  • Test comments can be created, loaded, and moderated.