Widgets / Live Comment Widget

Live Comment Widget

The flagship live commenting widget. Replies, voting, moderation, media attachments, and realtime sync come bundled in the default configuration.

Tenant · demourlId · gatsby-demo
commenting.tsx
import { FastCommentsCommentWidget } from 'fastcomments-react';

export default function CommentsPage() {
  return <FastCommentsCommentWidget tenantId="demo" urlId="gatsby-demo" />;
}