Widgets

You can display your reviews on your website using our custom widget builder. We offer a variety of widget styles to choose from. To get started, go to the Widgets page in the sidebar and click Create Widget.

Available options include:

  • Wall – Paginated masonry grid layout

  • Carousel – Rotating horizontal slider

  • Headline – An aggregate of all your reviews

  • Badge – A compact badge-style aggregate of your reviews

  • Faces – The faces of the customers that left reviews

  • Spotlight – Featured review with emphasis

Customizing Widgets

The left sidebar is composed of several expandable panels to help you filter and customize your widgets to fit your own unique branding and style guidelines. These options can vary depending on the widget you are building. The following is a list of all possible options available to you:

Reviews

  • Review IDs - Some widgets may require you to select one or more reviews to display.

  • Review ID - Some widgets may require you to select just one review to display.

Layout

  • Alignment - Left or centered layout.

  • Source - Show or hide the source.

  • Source Position - The placement of the source.

  • Date - Show or hide the date of the review.

  • Quotes - Surround the review in quotation marks.

  • Shorten Review - Truncate the review.

  • Padding - Spacing around the content.

  • Review Count - Show or hide the number of reviews.

Color

  • Star Color - The color of the stars.

  • Text Color - The color of the text.

  • Background Color - The color of the background.

  • Border Color - The color of the border.

Font

  • Font Family - The system of Google font to use.

  • Font Size - The font size in pixels.

Rating

  • Star Display - Show, hide, or only show full stars.

  • Star Size - The size of the stars in pixels.

Customer

  • Name - First name, First name with last initial, initials, or hide.

  • Avatar - Show, hide, or only show if the photo is available.

  • Customer Position - Top or bottom of widget.

  • Company - Show or hide the company.

Border

  • Border Radius - The size of the border radius in pixels.

  • Border Width - The width of the border in pixels.

  • Drop Shadow - Show or hide a drop shadow.

Carousel

  • Autoplay - Enable or disable.

  • Autoplay Delay - The timing between slide transitions.

  • Pagination - Show arrows, dots, or hide pagination.

  • Max Slides - The maximum number of slides to display on a page.

Filters

  • Reviews Per Page - For paginated results, the number of reviews per page.

  • Maximum Reviews - The maximum number of reviews to display. 0 is no max.

  • Lowest Rating - Show reviews with X score or higher.

  • Review Length - Show reviews with X characters or more.

  • Locations - Show reviews for specific locations.

  • Sources - Show reviews from specific sources.

  • Tags - Show reviews with specific tags.

Schema

  • Schema - Include or exclude JSON-LD markup to potentially show a star rating in Google search.

  • Business Type - The business type for the markup.

  • Business Name - The business name for the markup.

Embedding Widgets

Embedding a widget on your website is as simple as copying and pasting a single line of code into your HTML or CMS. The code block is visible right in the footer of the builder.

If you place the embed code within the <body> tag, the widget will appear exactly where it’s inserted.

If you place the code in the <head> tag, the widget will render at the top of the page, just after the opening <body> tag. To control where it appears in this case, add a data-target attribute to the embed code and set it to the ID of the element where you want the widget to display.

For example:

<head>
<script id="[WIDGET-UUID]" src="https://tag.moregoodreviews.com/js/app.js" data-target="widget-container"></script>
</head>

If a div with id widget-container exists on your page, the widget will render there.

<body>
<div id="widget-container"><!-- widget will render here --></div>
</body>

Publishing Widgets

When editing widgets, all changes are applied live in real time. However, you can easily publish or unpublish a widget from the widget builder. Unpublishing a widget will hide it from your website while you continue working on it.

Last updated

Was this helpful?