Sample Flows

This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.

Note: This flow requires Wix Blocks.

You can help Wix users find the most popular comments left on their site and feature those comments to other site visitors.

To find and highlight the most popular comments:

  1. Call Query Comments to filter and sort comments for the highest replyCount, rating, and reactionSummary.total.
  2. Call Mark Comment for each of the top comments to set marked as TRUE.
  3. Display marked comments in a widget. Widgets can be built using Wix Blocks. Learn more about Wix Blocks and adding widgets.

Provide comment analytics

You can gather insights and generate reports about a site's comments.

To get the information follow these steps:

  1. Call Query Comments to retrieve a list of comments based on specified filters.
  2. Analyze the statistical data, such as comment count and engagement rates based on replyCount, reactionSummary.total, and voteSummary.netVoteCount.
  3. Use the comment metrics to generate comprehensive reports on comment activity, user engagement, and popular discussions.
  4. Customize the reporting with segmentation based on available filtering and sorting options.
  5. Visualize parts of the data in an easily understandable format, such as charts and graphs.
  6. Schedule and distribute the reports at regular intervals.
Did this help?