Editorify Help Center
All Categories General Questions How to add the Editorify Reviews in PageFly or Gempages

How to add the Editorify Reviews in PageFly or Gempages

To add the Editorify reviews on PageFly/Gempages page builders, follow the steps below:

On Pagefly app:

  1. Please login your Shopify admin > Apps > PageFly - Advanced Page Builder > Products pages > open your product page template.

  2. Click on Add element icon, select HTML / Liquid element, drag HTML5 / LIQUID element to section you want

  3. Click on Open Code Editor and then paste Editorify snippet codes to there

On Gempages app:

  1. Please login your Shopify admin > Apps > Gempages > Products pages > open your default product page template. (Ensure products are assigned to the template)

  2. Add "custom code" to the section that you want

  3. Add under the "html" tab the Editorify snippet codes

The Editorify snippet code to display reviews:

{% include 'editorify_widget' %}

The Editorify snippet code to display star rating:

{% include 'editorify_widget', bellow_title:true %}

The Editorify snippet code to display star ratings in collection: 

{% include 'editorify_widget', collection_page:true %}

Was this article helpful?

Thanks for your feedback!