Review carousel widgets compared: the best review slider for WordPress, Shopify and custom sites
A review carousel is the highest-leverage social proof placement on most sites, because it is the only layout that fits in the horizontal band under a hero without pushing the buttons below the fold. It is also the layout most likely to be built badly: autoplaying, unlabelled, invisible to keyboard users, and shifting the page as it loads. Here is what each of the four routes to a review slider actually gives you, and how to install one on WordPress, Shopify, Squarespace or a hand-built site without wrecking the page.
Sources
Layout
Brand color
Minimum rating
No reviews match those filters
Turn a source back on or lower the minimum rating.
·
reviews shown
from Google · G2 · direct
Drops next to any CTA: signup, pricing, checkout.
Paste this once, anywhere in your HTML. The widget inherits your settings from the studio and stays in sync when you change them.
Create your account to activate your embed code.
Automated request email
From: Your Company <[email protected]>
Subject: Quick favor? It takes 40 seconds
Hi Jordan,
You've been with us for 3 months, thanks for that. Would you share how it's going? One click below, 40 seconds, done.
Sent automatically 90 days after signup · timed to the customer's timezone
See it land in your own inbox
We'll send you this exact sequence the way your customers would receive it.
The short answer
If all your reviews are on one platform, use that platform's own carousel widget: Trustpilot's carousel TrustBox, or the equivalent on whichever site holds your reviews. If your reviews are spread across Google, Trustpilot and G2, a platform carousel can only ever show a third of your proof, and you want a multi-source widget. If you are on WordPress and want it done in five minutes, a plugin is the shortest path, at the cost of another thing to keep updated. Build it yourself only when the design has to match exactly and someone will own the code, because the accessibility details are where hand-built sliders fail.
The four routes to a review carousel, compared
All four produce a sliding strip of review cards. They diverge on where the reviews come from, how much of the markup you control, and who fixes it when it breaks.
| Route | Review sources | Styling control | Setup | Best for |
|---|---|---|---|---|
| Platform widget (TrustBox and similar) | One, that platform only | Low. It is an iframe | Script plus div | One platform holds all your reviews |
| Multi-source review widget | Google, Trustpilot, G2, direct | Medium to high | Connect profiles, paste embed | Proof spread across several sites |
| CMS plugin or app | Depends on the plugin | Medium, via theme CSS | Install and configure | WordPress and Shopify sites in a hurry |
| Hand-built from an API | Whatever you can get access to | Total | Days, plus ongoing maintenance | Design systems with strict tokens |
Carousel, wall or badge: which layout the placement wants
Before choosing a vendor, choose a shape. Most disappointing review widgets are the right tool in the wrong slot.
- Carousel or slider. Wide, short, and a fixed height no matter how many reviews you have. Right under a hero, above a pricing table, or between long sections. This is the default for a reason.
- Mini carousel. The compact variant for a header strip, a sidebar, or the space immediately above a checkout button. Fewer cards, less chrome, meant to sit site-wide.
- Wall or grid. A dedicated reviews page where volume is the message. A wall of love layout shows forty reviews at a glance; a carousel shows three.
- Rating badge. Footers, forms, checkout. One line with the score, the star run and the review count. Use it anywhere a carousel would push the primary button out of view.
The full breakdown of layouts and where each belongs is on the review widget page, and the vendor-by-vendor cost picture is in our comparison of what reviews widgets actually cost.
How do I add a review carousel to WordPress?
Two ways, and the choice is really about how much you want to maintain. A plugin gives you a shortcode or a block, plus a settings screen, plus an update to apply every few weeks. An embed script gives you one custom HTML block and nothing to update.
If you go the embed route, use a Custom HTML block rather than pasting into the paragraph editor, because the block editor strips unknown attributes and your widget div will lose the data attributes that identify it. In a block theme, put the loader script in the site header through your theme's header hook or a header-and-footer plugin, and keep the widget div in the block where the carousel belongs. Page caching plugins are the other common culprit: purge the cache and hard refresh before you conclude anything is broken.
How do I add a review slider to Shopify?
Put the loader script in theme.liquid just before the closing head tag, then add the widget markup as a Custom Liquid section wherever you want the carousel. Doing it the other way around, with the script inside the section, means the script re-runs on every section render in the theme editor and usually produces a duplicate or empty carousel.
For product pages specifically, decide whether the carousel is showing reviews of the store or of the product. Those are different feeds and shoppers can tell. Store-wide social proof belongs near the cart button; product reviews belong under the description. We covered the store-level setup in more detail on the Google reviews for Shopify page.
Squarespace, Wix and other hosted builders
Both support an embed or code block, and both wrap it in their own container, which is where the two usual problems start. The first is height: hosted builders often give an embed block a fixed height, so a carousel that sizes itself gets clipped. Set an explicit height on the widget rather than hoping the container grows. The second is that some builders defer third party scripts until after a consent banner is dismissed, which makes the carousel look broken to anyone who has not clicked accept. Test both states before you sign off.
Building a review slider yourself
Perfectly reasonable if a designer owns the tokens and an engineer owns the code. Get the data question settled first, because it is harder than the slider: review APIs are gated. Trustpilot sells API access as an add-on rather than bundling it into a plan, G2 issues keys through your account manager with no self-serve route, and Google's Places API returns a maximum of five reviews per place while billing any call that includes the reviews field at $25.00 per 1,000. The access rules are laid out on our Trustpilot API and Google reviews API pages.
Once you have the data, the slider itself has five details that separate a good one from the ones people complain about:
- Do not autoplay, or let it be paused. Anything that moves on its own needs a visible pause control, and it should stop on hover and on focus. Motion that cannot be stopped is a genuine accessibility failure, not a preference.
- Respect prefers-reduced-motion. One media query turns the slide into a cut for users who asked for less animation.
- Reserve the space. Give the carousel container a min-height so the page does not jump when reviews load. Layout shift on a hero band is one of the easiest Core Web Vitals problems to cause and to avoid.
- Real buttons, real labels. Previous and next need to be buttons with accessible names, reachable by keyboard, in a sensible tab order. Div-with-a-click-handler arrows lock out a chunk of your audience.
- Load it lazily if it is below the fold. A third party script blocking render for a widget nobody has scrolled to yet is pure cost.
That last point is worth taking seriously on a page that already earns traffic. A slider that adds three hundred milliseconds to a landing page can quietly undo the conversion lift the reviews were supposed to deliver, so shipping one onto an existing page is a change worth re-checking against the rest of the page rather than assuming more social proof is automatically better.
Is the Trustpilot carousel free?
No. A free Trustpilot account carries a single TrustBox, and the wider widget library is a paid feature. Trustpilot's plans page lists Starter at $99 a month with 2 widgets, Plus at $319 with 10 and Premium at $799 with 21, all quoted per domain, billed annually, on a 12 month commitment. The per-domain wording matters more than the headline number for anyone running more than one site. There is a full breakdown on our Trustpilot carousel page.
Can a carousel show reviews from more than one platform?
Not if it is the platform's own widget. A TrustBox renders Trustpilot reviews and nothing else, by design, and the same is true of most first party review widgets. Mixing Google, Trustpilot and G2 in one strip requires a widget built to aggregate sources, which is what a reviews aggregator does before anything reaches the page.
How many reviews should a carousel show?
Enough that it looks alive, few enough that it stays honest. Eight to twenty in rotation is the range that works: below eight the same cards come round too quickly and it reads as thin, above twenty nobody will ever see most of them. Filter to four and five star reviews for the carousel if you like, but keep a full unfiltered list somewhere on the site, because a page where every review is perfect reads as curated and does the opposite of what you wanted.
Does a review carousel help SEO?
Indirectly, and not the way people hope. The reviews inside a third party iframe are not part of your page for indexing purposes, so a TrustBox contributes nothing to what Google reads. A widget that renders reviews as real markup on your page does put that text on the page, and can emit review structured data where it is genuinely eligible. The reliable win is behavioural rather than technical: proof next to a call to action moves conversion, and that is the number worth measuring.
Which one should you pick
Count your review sources. One source and one domain, and the platform's own carousel is the least work and carries the strongest third party guarantee, because the visitor can see the reviews were not curated by you. Several sources, or several domains, and a platform widget will always be showing a fraction of your proof at a price that multiplies per site. That is the case a multi-source carousel exists for, and it is worth trying with your real reviews in it before you commit to a 12 month contract for a single layout.
Keep reading
Google Places API alternatives for showing reviews on a website
Read
Hotel reputation management software: review tools for hotels and restaurants
Read
Google Business Profile API Alternatives for Pulling Review Data
Read
Review API Pricing Compared: Google, Yelp, Trustpilot, G2
Read
Reviews Widget Pricing Compared: Elfsight vs Trustindex vs EmbedSocial
Read
Yotpo alternatives for Shopify: six review apps compared by what they actually cost
Read
Weave vs Podium vs Birdeye: pricing, features and who each one is actually built for
Read
Google review QR code generator comparison: the 7 best tools, and what each one actually costs
Read
Automated Google Review Requests: What Google's Policy Allows
Read
Google Review Cards: QR vs NFC, What to Print, What Gets Scanned
Read
Export Reviews to Google Sheets, Power BI and BigQuery
Read
How to Export Google Reviews to CSV, Excel or JSON
Read
Can a Lawyer Respond to a Negative Review? What Opinion 496 Allows
Read
Reputation Monitoring vs Reputation Management: The Difference
Read
Positive Review Response Examples: How to Respond to Positive Reviews
Read
Podium vs Birdeye: Which Reputation Platform Should You Actually Buy?
Read
Podium Pricing in 2026: How Much Does Podium Cost?
Read
How to Add G2 Reviews to Your Website: Embed, Sync or Quote Them
Read
Trustpilot vs Google Reviews: Which Should Your Business Invest In?
Read
Remove Fake Google Reviews: Report, Appeal and What Works Instead
Read
Review Gating: What Google and the FTC Actually Prohibit
Read
Do Google Reviews Affect SEO? What Google Actually Says
Read
How to Get Your Google Review Link: Three Routes That Work
Read
How to Display Reviews on Your Website (Every Source, One Widget)
Read
Can I Use Google Reviews on My Website? What Is Actually Allowed
Read
How to Get Testimonials From Customers (Timing, Wording, and a System)
Read
Is Trustpilot Worth It? Run This Test Before You Renew
Read
How to Price Reputation Management Services as an Agency
Read
How Much Does Reputation Management Software Cost? A 2026 Pricing Breakdown
Read
How to Add Trustpilot to Your Website: Embed Trustpilot Reviews With or Without a Paid Plan
Read
How to Get More Google Reviews in 2026: The Complete Playbook
Read
How to Respond to Negative Reviews: 10 Copy-Paste Replies That Win Customers Back
Read
How to Ask Customers for Reviews Without Being Annoying
Read
Review Request Email Templates That Actually Get Clicks: 7 Proven Examples
Read
Best Review Management Software in 2026: 7 Tools Compared Honestly
Read