Displaying Reviews
Reviews widget
Put your proof where buyers decide, right on your website. The SyncReviews widget shows your best reviews in a clean, self-updating embed you paste in once and never touch again.
Open Review Widget & Trust Badge in the dashboard to design your embed. You get a live configuration panel on one side and a Preview button that renders the exact widget as you change settings, then a snippet to drop into any website, WordPress, Wix, Squarespace or custom-built. Your Company ID is filled in for you, so there are no keys to manage.
Add it to your site
- Pick your theme, layout, language and how many reviews to show, then fine-tune the accent color, filters and headings.
- Click Preview to check the result, then copy the generated snippet.
- Paste it into your site where you want the reviews to appear, and publish.
The snippet looks like this:
<!-- Reviews Widget -->
<div id="reviews-widget"></div>
<script defer src="https://syncreviews.com/widget.js"
data-company="YOUR_COMPANY_ID"
data-target="#reviews-widget"
data-theme="light"
data-layout="slider"
data-limit="6"></script>The <div> is where the widget mounts, and data-target points the script at it. Every other attribute is optional and simply changes the look or the reviews shown.
What it displays
The widget pulls your reviews together in one place and organizes them into tabs by source:
- Sync Reviews, the text and video reviews collected on SyncReviews (company and employee reviews)
- Google, Trustpilot and Facebook tabs appear when you have connected those platforms
Each widget also includes:
- A rating summary with your average score out of 5, the total review count, and a 5-to-1 star distribution breakdown
- Review cards showing the reviewer name and initials avatar, star rating, date, the review text with a "Read more" toggle, a source label, and a verified marker
- Video reviews with a thumbnail and play button that open in a full player, with an option to download the clip
- A discreet Powered by SyncReviews footer
Layout and appearance
Choose a slider (a carousel with autoplay, arrows, dots, keyboard and swipe support) or a grid where you set the number of columns. Match the widget to your site with a theme, an accent color, and an optional style preset.
Options
| Attribute | What it controls |
|---|---|
data-company | Your company ID (required, prefilled in the dashboard) |
data-target | CSS selector of the element the widget mounts into |
data-theme | light, dark, or auto to match the visitor's site |
data-lang | Interface language: English, Spanish, French, German or Urdu |
data-layout | slider (carousel) or grid |
data-columns | Number of columns for the grid layout (1 to 4) |
data-preset | Style preset: brand, glass or minimal |
data-limit | How many reviews to display (1 to 50) |
data-review-scope | Which Sync reviews to show: company, employee, or both |
data-content-filter | Show all reviews, only video, or only text |
data-stars | Show only a single star rating (1 to 5) |
data-min-stars | Only show reviews at or above a minimum rating |
data-accent | Accent color as a hex value |
data-compact | A tighter layout for sidebars and small spaces |
data-autoplay | Auto-advance the slider (with data-interval and data-pause) |
data-heading | Custom heading and data-subheading text above the reviews |
Trust badge
The same dashboard page also builds a compact Trust Badge, a small rating summary you can place anywhere on your site. Choose a variant (stars, average and count, or a combination), a size, a style and an accent color, then copy its snippet the same way you copy the widget.