Hyvor Talk

Add privacy-focused commenting, reactions, and community features to your Webflow site with Hyvor Talk's flexible integration options. Enable real-time discussions, membership systems, and moderated conversations without sacrificing user privacy or design consistency.

Install app
View website
View lesson
A record settings
CNAME record settings
Hyvor Talk

How to integrate Hyvor Talk with Webflow

Integrate Hyvor Talk with Webflow to getcommenting and community features to your site without the complexity of building custom systems. Choose from simple embed methods for basic commenting or API integration for advanced automation and data synchronization.

The embed approach works perfectly for most sites needing commenting functionality. API methods enable custom workflows, automated moderation, and CMS synchronization for sites requiring deeper integration.

Use the embed element

Add Hyvor Talk's commenting system to any Webflow page using the Embed element. This method requires no coding knowledge and delivers all core commenting features including moderation, reactions, and real-time updates.

Capabilities:

  • Guest and authenticated commenting with moderation controls
  • Rich text editing with support for bold, italics, code blocks, and media embeds
  • Real-time updates showing new comments instantly
  • Multi-language support for global audiences
  • Customizable appearance matching your site's design

To implement, create an account in the Hyvor Talk Console, obtain your website ID, then add an Embed element in Webflow Designer with this code:

<script async src="https://talk.hyvor.com/embed/embed.js" type="module"></script>
<div id="comments-view"></div>
<script type="module">
  const comments = document.createElement('hyvor-talk-comments');
  comments.setAttribute('website-id', "YOUR_WEBSITE_ID");
  document.getElementById("comments-view").appendChild(comments);
</script>

Replace YOUR_WEBSITE_ID with your actual ID from the Hyvor Talk Console. Publish your site to activate comments immediately.

Build with Webflow and Hyvor Talk API

For sites requiring advanced functionality, the APIs enable custom integrations, automated workflows, and deep data synchronization between Webflow and Hyvor Talk.

Use cases:

  • Sync comment data to Webflow CMS with the Data API
  • Automate moderation workflows using the Console API
  • Track engagement metrics with webhook integrations
  • Custom user management and bulk operations

The Data API provides read-only access to public comment data, while the Console API handles administrative tasks like moderation and user management. Both support pagination and filtering for scalable operations.

Display comments in Webflow CMS

Fetch comments from Hyvor Talk and display them in custom Webflow collections or sections using the Data API:

// Client-side example (domain must be whitelisted in Hyvor Console)
fetch('https://talk.hyvor.com/api/data/v1/comments?website_id=YOUR_ID&limit=10')
  .then(response => response.json())
  .then(data => {
  // Process and display comments in your Webflow site
  });

This enables custom comment displays, featured discussions, or comment count widgets anywhere on your site.

Automate moderation and user management

Use the Console API to build custom moderation dashboards or automate common tasks:

// Server-side example with API key
fetch('https://talk.hyvor.com/api/console/v1/YOUR_WEBSITE_ID/comments', {
  method: 'PATCH',
  headers: {
  'X-API-KEY': 'YOUR_API_KEY',
  'Content-Type': 'application/json'
  },
  body: JSON.stringify({
  state: 'approved'
  })
});

Configure webhooks to receive real-time notifications about new comments, user signups, or moderation events, enabling integration with automation tools like Zapier.

What you can build

Integrating Hyvor Talk with Webflow enables interactive communities, engaged audiences, and monetized content platforms.

  • Content communities: Build blogs or news sites with vibrant comment sections where readers discuss articles, share insights, and connect with authors through threaded conversations and reactions
  • Membership sites: Create exclusive communities with gated commenting, premium discussions, and member-only content areas that integrate seamlessly with Webflow's membership system
  • Documentation hubs: Add feedback channels to help articles where users ask questions, report issues, and share solutions, turning static docs into collaborative resources
  • E-learning platforms: Enable student discussions under lessons, peer-to-peer learning through Q&A sections, and instructor feedback on course materials with multi-language support

Frequently asked questions

  • Hyvor Talk offers extensive customization through its console including theme selection, color schemes, fonts, and custom CSS. The commenting widget automatically inherits some styles from your Webflow site. The customization settings in the Hyvor Console let you fine-tune the appearance without code.

    Hyvor Talk offers extensive customization through its console including theme selection, color schemes, fonts, and custom CSS. The commenting widget automatically inherits some styles from your Webflow site. The customization settings in the Hyvor Console let you fine-tune the appearance without code.

  • The basic embed method provides full commenting functionality including guest comments, reactions, moderation tools, real-time updates, and customizable appearance. The embed documentation shows how to add these features with just copy-paste code. No server setup or API configuration is required for core features.

    The basic embed method provides full commenting functionality including guest comments, reactions, moderation tools, real-time updates, and customizable appearance. The embed documentation shows how to add these features with just copy-paste code. No server setup or API configuration is required for core features.

  • All moderation happens through the Hyvor Talk Console, which provides tools for approving comments, blocking users, setting up automated rules, and managing spam. The moderation documentation explains features like shadow banning, IP controls, trusted users, and regex-based automation rules.

    All moderation happens through the Hyvor Talk Console, which provides tools for approving comments, blocking users, setting up automated rules, and managing spam. The moderation documentation explains features like shadow banning, IP controls, trusted users, and regex-based automation rules.

  • Yes, Hyvor Talk is built with privacy as a core principle. The platform is GDPR compliant, displays no ads, and doesn't track users. The SSO documentation details privacy features including user data deletion APIs and secure data handling practices.

    Yes, Hyvor Talk is built with privacy as a core principle. The platform is GDPR compliant, displays no ads, and doesn't track users. The SSO documentation details privacy features including user data deletion APIs and secure data handling practices.

Hyvor Talk
Hyvor Talk
Joined in

Description

Hyvor Talk is a privacy-first commenting and engagement platform that enables websites to add interactive discussions, reactions, and membership features. It stands out with its commitment to user privacy (no ads or tracking), GDPR compliance, and extensive customization options supporting over 30 languages.

Install app

This integration page is provided for informational and convenience purposes only.


Other Customer engagement integrations

Other Customer engagement integrations

Chatwoot

Chatwoot

Chatwoot is an open-source omni-channel customer engagement solution.

Customer engagement
Learn more
Bannernote

Bannernote

Add dynamic banner campaigns to your Webflow site without touching code. Create, manage, and analyze notifications, announcements, and promotional banners from a single dashboard while maintaining complete design control over your Webflow pages.

Customer engagement
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free