Widgets / Comment Count

Comment Count

A low-weight count badge you can drop inline with any list item, card, or document link. Stays live as new comments come in.

Tenant · demo
Count rendered →
src/pages/comment-count.astro
---
import { FastCommentsCommentCount } from 'fastcomments-astro';
---

<p>This page has <FastCommentsCommentCount tenantId="demo" /> comments.</p>