TraderMarketList your firm

Reviews widget

Show your trader reviews on your own site

Generate a free embed that displays your live TraderMarket rating and reviews — the same idea as a Trustpilot widget, with nine styles to choose from, in the TraderMarket brand look. Copy-paste snippets for HTML, React, Next.js, Vue, PHP / WordPress, or an isolated iframe. It updates itself and links back to your reviews page.

Want your leaderboard rank instead? Get the ranking badge →

The widget styles

Micro Star
Just the star tiles and the TraderMarket wordmark — for a header or footer strip.
Micro Combo
Score, stars, and review count on one line.
Mini
A compact summary card: rating word, stars, and review count.
Card
Summary card with your logo and a button through to your reviews.
Quote
Your most recent review, featured on its own.
List
The rating summary followed by a stack of recent reviews.
Grid
The summary plus a responsive grid of review cards.
Carousel
The summary with reviews that auto-rotate, with arrows and dots.
Review Collector
A call-to-action that sends visitors straight to your review form.

Works with any stack

One universal loader powers every integration. Pick the tab that matches your site in the code panel:

HTML
Placeholder div + one async <script>. Drops into any site, CMS, or page builder — Webflow, Squarespace, Framer, static HTML.
React
A dependency-free <TraderMarketReviews /> component you paste in once and reuse anywhere.
Next.js
next/script for the loader plus plain markup that works in Server or Client Components, App or Pages router.
Vue
A single-file <TraderMarketReviews.vue> component, re-renders on prop change.
PHP / WordPress
Inline markup for a template or Custom HTML block, plus a wp_enqueue_script snippet for functions.php.
iframe
Maximum isolation — no JS runs on your page. Auto-resizes to its content. Good for locked-down or CSP-strict sites.

How it works

  1. 1Pick your firm, a widget style, and a theme above.
  2. 2Choose your platform and copy the generated snippet.
  3. 3Paste it into your site — a placeholder element plus the loader (or a single iframe).
  4. 4It reserves space, fetches your live rating and reviews, and renders itself — no build step required.

FAQ

How do I add it to my site?

Two lines: a placeholder <div class="tradermarket-reviews"> where the widget should appear, and one <script async> anywhere on the page. The generator also outputs ready-made snippets for React, Next.js, Vue, PHP / WordPress, and a fully isolated <iframe> — pick your stack in the code panel.

Is it fast?

Yes. The loader is ~5 KB, loads asynchronously, and pulls no external fonts or CSS. It reserves the widget's space before rendering so there's no layout shift, and the rating response is cached at the edge for five minutes.

Does it work with single-page apps and client-side routing?

Yes. The loader watches the page and renders any widget added later by a router, so it works in React, Next.js, Vue, SvelteKit, Astro and similar without a wrapper. You can also call window.TraderMarketReviews.render() yourself after a route change.

Where does the rating come from?

It's the mean of every published trader review on your firm's TraderMarket reviews page. The widget re-fetches it on each page load, so it always matches what visitors see on TraderMarket. You can't edit the score or hand-pick the reviews — that's what keeps it a credible third-party signal.

What happens before I have any reviews?

Every widget except the Review Collector hides itself until your firm has at least one published review. The Review Collector is a call-to-action, so it works from day one.

Will it restyle my site?

No. Everything renders inside an isolated Shadow DOM, so its styles and your site's styles can't affect each other. The stars use the same squared brand-orange tiles as TraderMarket, in light and dark themes.