Recent Comments
A live, cross-site stream of the newest comments across every thread on your account. Ideal for a sidebar, a community landing page, or a moderation overview.
Tenant · democount · 10
recent-comments.tsx
import { FastCommentsRecentCommentsWidget } from 'fastcomments-react';
export default function RecentComments() {
return <FastCommentsRecentCommentsWidget tenantId="demo" count={10} />;
}