Insert Judge.me review widgets into Tapita pages

Insert Judge.me review widgets into Tapita pages

Your store must have Judge.me app already installed.

In your Tapita page, add a Custom HTML element.



Depending on which widget you want to show, copy and paste the corresponding code below into the Custom HTML content.

Preview badge

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', jm_style: '', concierge_install: false, product: product %}

Review widget

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: false, product: product %}

Reviews carousel

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_featured_carousel', concierge_install: false %}

Verified reviews count badge

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_verified_reviews_count_badge', concierge_install: false %}

All reviews text

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_all_reviews_text', concierge_install: false %}

Floating reviews tab

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_floating_tab', concierge_install: false %}

Judge.me medals

  1. {% render 'judgeme_widgets', widget_type: 'judgeme_medals', concierge_install: false %}

Then, click Publish or Update. The corresponding review widget will show on your live pages.
    • Related Articles

    • Embed Tapita blocks at custom positions on website

      Difficulty: Advanced By default, Tapita allows you to build home pages and landing pages for your Shopify store. However, there are cases when you need to build not a whole individual page but a block at certain positions on your website, such as ...
    • How to check how many users visited one of your pages

      After you've published your pages, you can check how many users visitors any particular page, inside your Shopify admin. Go to Analytics > Reports. Scroll down to Behavior section > Sessions by landing page. On this report you can see in details how ...
    • How to add and edit count down element with Tapita

      In this guide, we will show you how to create beautiful count down timer in your landing page using Tapita 1. Create your countdown template Step 1: Go to https://logwork.com/countdown-timer Step 2: Edit the style, start time... and others ...
    • How to link Tapita from with additional emails?

      This article explains how to set up email forwarding to have another email to receive your form request from Tapita Set Up a Filter to Auto Forward in Gmail To set up a filter that forwards Gmail email to another email address: Select the Settings ...
    • How to make overlapping sections or images in Tapita

      Normally, the sections on your page are stacked on top of one another as separate sections. However, sometimes you want some sections/images to overlap for better visual effect, like in our template Contact Us 4, or this blog template SM Global. This ...