How to post all your reviews to a dedicated page
Wide Hello!
You have the option to post all the reviews for your online shop on a dedicated page.
Here’s how:
- In Shopify, select Pages.
- Open the page where you’d like all your reviews to appear.
- Click on <> to display HTML mode.
You then have the option to post all your reviews in a large carousel format, as shown below:
Or in a more traditional format, like this:
- Copy the following code (based on what you’d like to display):
For the carousel, copy this code: <div id="widereview-module" product-id="[all]" form-product-id="PRODUCT_ID"></div>
To display reviews in grid format, copy this code: <div id="widereview-grid" product-id="[all]" form-product-id="PRODUCT_ID"></div>
- Then replace "PRODUCT_ID" with the ID of the product to which the widget will be linked, making sure you keep the quotation marks. (How to find your product ID)
- Copy this to the page where you’d like the widget to appear.
- Save.
And there you go! All your reviews will now be posted to a dedicated page!
Updated on: 08/06/2022
Thank you!