FastComments.com


With FastComments you can collect ratings, or ratings with an accompanying review. These ratings can be reported internally or displayed publicly using our widgets, for example to show customer review breakdowns by product. Learn more about the features of FastComments Ratings & Reviews and how to set it up below.


Features Internal Link

The Ratings & Reviews components, part of the FastComments Feedback module, has the following features worth highlighting:

  • Two different layouts for questions - a vertical one and a side-by-side layout (the latter shown at bottom of this page).
  • A summary widget you can place on your site.
  • Coming Soon in January 2024: AI based review summaries and tags.
  • Overall and over-time aggregations in the reporting dashboard.
  • An API to integrate with for saving, fetching, and aggregating feedback.
  • The ability to customize questions and sub questions per domain or per page without changing code.

Who Gets It Internal Link

All FastComments packages can use the Feedback module, which includes Ratings & Reviews.

Pricing Internal Link

Pricing is based on comment pricing; that is, you are billed for ratings & reviews the same as comments—depending on your package.

You are billed (on Flex) or limited (on fixed plans) based on the following:

  • The number of reviews you have in your account (same as Comment pricing).
  • Summary widget usage:
    • Each page load uses 1 API credit for each question plus sub-question if the aggregation is cached, and twice that if not.
    • So if you have a main question and three sub-questions, most of the time you are billed 4 credits each page load, and sometimes when the results need to be recalculated you are billed 8 credits.
  • API usage (credit usage for each API call included in the respective docs).

When results are aggregated, either via the API or via the summary widgets, you are also billed.


Choose a Display Type Internal Link

The first thing when setting up is deciding how your questions will display. On this page at the bottom we are using the recommended display type, which is the Side-by-Side layout for ratings and sub-ratings. The other layout, which is more for page reactions and not reviews, is a vertical layout used on other documentation pages.

The Summary Widget Internal Link

Below is the Vanilla JS code for installing the Summary Widget. The React library also includes this widget.

Summary Widget Installation
Copy CopyRun External Link
1
2<script src="https://cdn.fastcomments.com/js/embed-reviews-summary.min.js"></script>
3<div id="summary-widget"></div>
4<script>
5 window.FastCommentsReviewsSummaryWidget(document.getElementById('summary-widget'), {
6 tenantId: 'demo'
7 });
8</script>
9

The widget will automatically find the questions to display in the summary based on the corresponding widget configuration for that page/site.

If you need the widget in one of our other libraries that doesn't include it, file a support ticket so we know to add it.


Integrating via the API Internal Link


There are APIs for interacting with all the feedback-related resources:


Summary Demo Internal Link

Here is a small demo of the summary widget:

Caching

Note that the summaries are cached for 30 seconds, or five minutes if there is a large number of reviews. Because of this, your review may not appear immediately in the summary, but this allows us to reduce the cost of serving the summary widget.


We hope you found the Ratings & Reviews documentation comprehensive and that it's easy to set up and use. If you think we missed anything in the documentation, let us know below!