Google reviews first — Yelp and Instagram next
Your reviews, everywhere.
Pull your Google reviews into a widget, pick a layout, paste one line of code. It renders inside a shadow root, so it cannot inherit — or break — your site's styles.
No card required. One widget on the free plan.
Three ways to get reviews in
Pick whichever fits. You can mix several sources into one widget — useful if you run more than one location.
Paste your Google link
Drop in your Google Maps or Business Profile URL. We fetch the reviews and keep them in sync. No account connection, no approval queue.
LiveConnect your Business Profile
Sign in with Google and pull everything — every review, plus replies you can send from your dashboard. Waiting on Google API approval.
Coming soonWrite your own
Collect testimonials directly and lay them out in the same widgets. Labelled as submitted rather than pulled from Google.
LiveIt will not fight your theme
Most review widgets either inherit your CSS and fall apart, or hide in an iframe and look like a foreign object. This one does neither.
- Shadow DOM boundaryYour reset, your grid rules, your .card class — none of it reaches inside the widget.
- Inherited styles blocked tooFont and colour cross a shadow boundary even when nothing else does. We stop them, then let you opt back in if you want the widget to match your site.
- Height reserved before data arrivesYour layout does not jump when the reviews land.
- Fails invisiblyIf our API is unreachable the widget hides itself. It never leaves an error box on your homepage.
<script async
src="https://cdn.creativereviews.io/v1/w.js"
data-cr-widget="crw_8f2a…"></script>That is the whole integration. Works in WordPress, Shopify, Webflow, Squarespace, or hand-written HTML.
Three layouts to start
Every layout reads your theme settings — colours, corner radius, density, and whether to show avatars, dates and owner replies.
Carousel
Scrolling cards with autoplay that pauses on hover, on focus, and in background tabs.
Grid wall
A full wall of reviews. Best on a dedicated testimonials page.
Summary bar
Rating, count, and a write-a-review link. Fits in a header or a footer.