Widgets / Live Chat

Live Chat

The streaming flavor of the core widget. Tuned for live events, launches, and broadcasts where message volume would overwhelm a threaded view.

Tenant · demoMode · streaming
live-chat.tsx
import { FastCommentsLiveChatWidget } from 'fastcomments-react';

export default function LiveChat() {
  return <FastCommentsLiveChatWidget tenantId="demo" urlId="gatsby-demo-live-chat" />;
}