FastComments.com

With FastComments you can collect ratings or ratings along with a corresponding review. These ratings can be reported on 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

The pricing is based off of 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 of API credit for each question + 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 recalculated you are billed 8 credits.
  • API usage (credits 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 show. 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 in other documentation pages.

The Summary Widget Internal Link

Below is the Vanilla JS code for installing the Summary Widget. The React library also has 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 show in the summary based on the corresponding widget configuration for that page/site.

If you require the widget in one of our other libraries that does not have it, file a support ticket so that 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. Due to this, so your review may not show right away in the summary, but this allows us to lower the cost of serving the summary widget.

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