> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/blog/article-settings/blog-article-comments.md).

# ブログ記事のコメント機能

読者やコミュニティメンバーが記事にコメントできるようにすると、反応や会話が生まれ、エンゲージメントが高まります。コメント機能を使うには、ブログ設定でコメントを有効化してください。意見や感想を集めやすくなります。

### コメント機能を有効にする方法

コメントの表示形式は、次の2種類から選べます。

* **従来のコメント**：従来型のコメント欄（一般的な形式）
* **コメントウィジェット**：新しい形式のコメント機能（カスタマイズ可能で、ページに自然に組み込めます）

![コメントオプション](/files/wGjd90ujfg9ZU7bcLrit)

***

### 従来のコメント

従来のコメントは、**ログインなし**でサイト訪問者がコメントできる方式です。\
読者は、**メールアドレスを入力してもしなくても**コメントできるため、気軽に参加してもらいやすいのが特徴です。

#### 従来のコメントの管理（モデレーション）

承認機能をオンにしている場合は、コメントを公開する前に内容を確認できます（承認は任意です）。\
コメントの管理はブログ設定画面から行えます。

**コメント管理の手順**

* **［コメント］セクションを開く**：記事設定メニューの下部にあります
* **既存のコメントを確認する**：読者の反応をチェックできます
* **コメントを承認する**：有益なコメントを公開します
* **コメントを削除する**：不適切・不要なコメントを削除します

従来のコメントを有効にすると、気軽な参加を促しつつ、必要に応じて内容もコントロールできます。

![従来のコメント欄](/files/ZQnNvTwTcjoiZYtlhcTM)

***

### メンバーコメント

メンバーコメントは、レガシーコメントよりも管理性が高く、**認証済みのメンバーだけ**がコメントできる方式です。\
安全で質の高い議論の場を保ちやすくなります。

#### 主な特徴

* **アクセス制限**：コメントできるのは認証済みメンバーのみ
* **承認通知**：確認が必要な新規コメントがあると通知を受け取れます
* **返信機能**：管理画面（承認エリア）から直接返信できます

ブログ設定でメンバーコメントを有効にすると、コミュニティ内での「濃い交流」や「意味のあるやりとり」を育てやすくなります。

![コメントウィジェット](/files/UaiGneTT64NSwcIl68OG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opusbooster.com/blog/article-settings/blog-article-comments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
