Skip to main content

Installing Judge.me widgets on external platforms

Updated over a month ago

Start your 15-day free trial to show reviews on landing pages, blogs, or headless sites.

Want to show your Judge.me reviews on a site outside Shopify, WooCommerce, BigCommerce, Squarespace, or Square? You can do that—even on blogs, ClickFunnels, or headless storefronts.

Step 1: Turn on external widget support

BigCommerce and Squarespace users: You can skip Step 1—your widgets are already working with our built-in cache server.

  1. From your Judge.me admin, go to General Settings > Advanced > Platform-independent Review Widget.

  2. Click on Enable platform-independent widgets.

Step 2: Add the Judge.me script to your site

  1. After enabling the setting, you'll see a script provided by Judge.me.

  2. Copy that script.

  3. Paste it into your website’s code—right above the </head> tag on the page where you want to show reviews.

Step 3: Choose and add widgets

Pick the widgets you want and paste their code where you want them to appear on your page.

  • Single Product Star Ratings

<div class="jdgm-widget jdgm-preview-badge" data-id="add-your-product-id"></div>
  • Review Widget

<div class="jdgm-widget jdgm-review-widget jdgm-outside-widget" data-id="add-your-product-id" data-product-title="add-your-product-title"></div>
  • Reviews Carousel

<div class="jdgm-carousel-wrapper"> <h2 class="jdgm-carousel-title">Featured reviews</h2> <a href="/reviews" class="jdgm-all-reviews-rating-wrapper"> <div data-score="" class="jdgm-all-reviews-rating"></div> from <span class="jdgm-all-reviews-count"></span> reviews </a></div>
  • Floating Reviews Tab

<section class="jdgm-widget jdgm-revs-tab"> <div class="jdgm-revs-tab-btn btn" position="bottom">Reviews</div> <div class="jdgm-revs-tab__header"> <a class="jdgm-close-ico"></a> <h3 class="jdgm-revs-tab__title">Product Reviews</h3> <a href="/pages/reviews"> <div class="jdgm-all-reviews-rating"></div> <span class="jdgm-all-reviews-count"></span> reviews </a> </div></section>
  • All Reviews Widget

<div class="jdgm-widget jdgm-all-reviews-widget"> <div class="jdgm-all-reviews__body"></div></div>
  • Verified Reviews Counter

<div class="jdgm-verified-badge-wrapper"></div>
  • Judge.me Medals

<div class="jdgm-medals-wrapper"></div>
  • UGC Media Grid

<div class="jdgm-ugc-media-wrapper"></div>
  • All Reviews Counter

<div class="jdgm-all-reviews-text"></div>

Not sure how to install the code on your site? Our support team is here 24/7. Contact us via live chat or support@judge.me

Get your free trial

🚀 Want to display Judge.me widgets anywhere—even on external pages? Get access to this feature and more with a 15-day free trial of the Awesome Plan.

Did this answer your question?