PageFly is a powerful, easy-to-use page builder on Shopify. It provides perfect page speed and flexible customization to help you build any page type.
With our integration, Judge.me allows you to install all of our widgets through PageFly.
For review widget, preview badge, and review carousel
- Go to the PageFly page where you want Judge.me widgets to appear.
- Click Add third-party elements on the left.
- Choose Edit your 3rd party elements.
- Search for "Judge.me" and enable the element.
- Drag and drop the widget you want onto the page.
- Click Save (or Save & Publish).
For other Judge.me widgets
If you want to add other widgets apart from the preview Badge, Review Widget, and Review Carousel, please follow these steps:
- Go to the PageFly page where you want Judge.me widgets to appear.
- Click Add elements on the left and choose HTML/Liquid.
- Drag and drop the element onto the page and click Open Code Editor.
Here are the liquid code snippets you can use:
- All Reviews Text
{% render 'judgeme_widgets', widget_type: 'judgeme_all_reviews_text', concierge_install: fasle %}
- Verified Review Count Badge:
{% render 'judgeme_widgets', widget_type: 'judgeme_verified_reviews_count_badge', concierge_install: false %}
- Floating Review Tab:
{% render 'judgeme_widgets', widget_type: 'judgeme_floating_tab', concierge_install: false %}
- Judge.me medals
{% render 'judgeme_widgets', widget_type: 'judgeme_medals', concierge_install: false %}
- UGC media grid
{% render 'judgeme_widgets', widget_type: 'judgeme_ugc_media_grid', concierge_install: false %}