Add Google Reviews widget manually
If you are using an old Shopify 1.0 (vintage) theme, you need to add the widget manually. Follow these steps to add the widget code to your Shopify store:
Select "Add code manually"

Click the "Copy Code" button

There are 3 ways to add the widget: using custom liquid, HTML block, and "edit code" section.
Add widget using custom liquid
Go to Theme Customization, select Custom Liquid, then add your widget code. Don’t forget to click Save to apply the changes.

Add widget using custom HTML block
To add the widget this way, you'll first need to insert a custom content block into your page. Once added, you can paste the widget code directly into the HTML field.

Add widget using "Edit code"
To add the widget, go to your "Themes" section and click "Edit Code". From there, you can paste the widget code into the appropriate theme file.

For example, to add the widget to every page under the main content, insert the code into the theme.liquid
file within the main
block, directly below {{ content_for_layout }}
.

The widget will be displayed under the main content on every page.

Questions about manual method? We're excited to help: support@reputon.com
Last updated
Was this helpful?