What the Widget Is
The amino.reviews widget is an embeddable script that displays your vendor rating, review count, and recent reviews directly on your own website. It gives visitors instant social proof without leaving your site, and links to your full amino.reviews profile for anyone who wants to read more.
Getting Your Embed Code
- Sign in to amino.reviews and go to your vendor Dashboard.
- Click Widget in the sidebar.
- Choose your preferred theme (light or dark).
- Copy the embed snippet shown on the page.
Embed Code
Add the following script tag anywhere on your website where you want the widget to appear:
<script src="https://amino.reviews/widget.js?vendor=your-slug&theme=light"></script>
Configuration Options
vendor(required) — Your vendor slug as it appears in your amino.reviews URL. For example, if your page isamino.reviews/vendors/oath-research, your slug isoath-research.theme(optional) — Set tolightordark. The light theme works on white and light-colored backgrounds. The dark theme is designed for dark backgrounds. Defaults tolightif not specified.
What the Widget Displays
- Your current average star rating
- Total number of reviews
- A selection of recent reviews
- A link to your full vendor profile on amino.reviews
Recommended Placement
- Homepage — Place it in a testimonials or trust section to build immediate credibility.
- Product pages — Show your review rating alongside product listings.
- Footer — A subtle but persistent trust signal on every page of your site.
- Checkout page — Reinforce buyer confidence at the point of purchase.
Tip: The widget loads asynchronously and does not block your page rendering. It automatically updates when new reviews are published, so there is no maintenance required after installation.