To add the Editorify reviews on PageFly page builder, follow the steps below:
Please login your Shopify admin > Apps > PageFly - Advanced Page Builder > Products pages > open your product page template.
Click on Add element icon, select HTML / Liquid element, drag HTML5 / LIQUID element to section you want
Click on Open Code Editor and then paste Editorify snippet codes to there
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 %}