Use the <mediaos-comment-feed> component to add a community comment section to any website or news page. It supports real-time conversation, spam filtering, and optional cross-posting to forum groups and newsletters.
What This Component Does #
The <mediaos-comment-feed> component displays an interactive comment section that allows logged-in users to participate in discussions on your site. It functions similarly to a Disqus-style thread or community forum — but it’s built into the MediaOS platform and tightly integrated with your member data, forums, and newsletters.
Key Features: #
- Logged-in users can comment on articles, pages, or posts.
- Comments can be optionally synced with MediaOS forum groups.
- Built-in AI filtering detects and blocks spam, hate speech, and inappropriate content.
- Comments support rich links (URLs, PDFs, videos).
- Admins can optionally include polls in a comment thread.
- Comments can be optionally included in newsletter content blocks.
Enabling Commenting #
To enable commenting on a page or article, simply embed the component:
<mediaos-comment-feed></mediaos-comment-feed>
Note: This component has no props or configuration required on the front-end.
How It Works for Users #
The user must be logged in to see or post comments. They can:
- Post a comment.
- Paste links to external content (videos, articles, PDFs).
- Participate in embedded polls (if enabled by the admin).
Users can only post into groups they are members of, if forum cross-posting is enabled.
How It Works for Admins #
Comments are automatically filtered using MediaOS’s built-in AI moderation tools. If your site uses MediaOS forums, comments posted here can be automatically shared into a relevant forum group. Forum group selection is restricted to groups the user belongs to. Comments and forum posts are bi-directionally synced — meaning a reply in one place shows up in the other. Comments from the feed (or forum) can optionally be pulled into the Newsletter Builder, allowing you to highlight user engagement in your email campaigns.
Tip: This is a great way to spark community dialogue around articles and keep discussion going across platforms (web, email, forums).
Advanced Features: #
AI Filtering - #
Built-in AI moderation detects and flags spam, hate speech, political misinformation, and other harmful content before it appears in the thread.
Forum Integration - #
Admins can configure comment threads to sync with MediaOS forums, encouraging broader participation and sustained conversation.
Polls - #
Admins can embed polls into a comment thread. Users can vote and see results in real time, making it a great engagement tool.
Smart Link Detection - #
Comments automatically tag and format pasted links — similar to how social media platforms handle URLs.
Best Practices #
- Place the <mediaos-comment-feed> component at the bottom of blog posts, articles, or newsletters to encourage discussion.
- Combine the <mediaos-comment-feed> component with member-only content to spark deeper engagement among your subscribers or paying members.
- The <mediaos-comment-feed> component is login-gated. Ensure the page requires login or includes an inline login prompt so users know how to participate.