Editorify Help Center
All Categories Getting Started Integrating Editorify with Your Theme

Integrating Editorify with Your Theme

Upon installation, Editorify automatically integrates with your published theme.

To activate the Editorify script follow the step by step below

  1. Access the Shopify Admin Dashboard:

Log in to your Shopify admin account.

  1. Customize Your Theme:

From the dashboard, select the 'Online Store' option.

Click on 'Themes'.

Choose the theme you're currently using and click on 'Customize'.

screenshot20.png

  1. Activate the Editorify Embed Script:

From the theme customization section,click the "App embeds" section and turn on the switch.

When done, click the "save" button on the top right of your screen.

embed_editorify.png

  1. Now that the Editorify embed script is on, it's time to learn how to add reviews to your store.

Still can't see the reviews? click here to contact us

  1. Learn How to change the reviews and stars rating placement on your Shopify product page

Manual integration

For manual integration of the Editorify widget on your product pages, proceed with these guidelines:

Review Comments

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

    image.png

  2. Open product.liquid file in Templates file in Sections folder then copy the code below and paste it right after this code  {% section 'product-template' %}   (check the image below)

{% include 'editorify_widget' %}

e602bd43-11a9-4ffb-89f0-d49544fe2af5.png

Star Rating on Product Page (below product title)

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. Open product-template.liquid or product.liquid file in Sections folder then search: 

{{ product.title }}

3. Copy the code below and paste it below the  {{ product.title }}

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

b68c1ea4-1d3f-47f8-b539-37038310d992.png


Star Rating on Collection Page

  1. Go to your Online store -> Themes -> Find the Theme that you want to add code -> Action -> Edit Code.

  2. To inject the Stars rating to the Collection page you need to find the exact file to inject the code, each theme has different name file for it,  Open product-card-grid.liquid or product-card.liquid or product-grid-item.liquid or product-thumbnail.liquid or product-info.liquid file in Snippets and search for:

{{ product.title }}


3. Copy the code below and paste it below the 

{{ product.title }}

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



1cd40a70-f096-495b-b3b4-3292aaadba4e.png

Need help to place the code? click here to contact us

Was this article helpful?

Thanks for your feedback!