Comment Count
A low-weight count badge for article listings, cards, and feeds. The number stays live as new comments come in.
Tenant · demourlId · gatsby-demo
Count rendered →
comment-count.tsx
import { FastCommentsCommentCountWidget } from 'fastcomments-react';
export default function CommentCount() {
return <FastCommentsCommentCountWidget tenantId="demo" urlId="gatsby-demo" />;
}