> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.widereviewapp.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to add WideReview to GemPages

**Wide Hello!** 

In this tutorial, we’re going to learn how to add WideReview to your GemPages pages.

The whole process is as easy as ABC!

Let's get started! 

## Prerequisite

* Click on **Product Pages** or **Home Pages** on the left in the "Pages" section, depending on where you want WideReview to appear.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_23uw86.png)

* Open the page you're interested in (product page, home page or another page).

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_13wie5h.png)

---

## Add the main carousel

Here’s a preview:

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_qkmy32.png)

* In the search bar on the left, run a search for "Liquid"

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1nui342.png)

* Drag the “Liquid” module to where you'd like to have the main carousel appear.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-02-2022-00-08-39_bclzvf.gif)

* Click on the module you've just added, then click on the icon that looks like a **pencil**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_18g6bwd.png)

* You will then copy the code to display the carousel. This code will depend on the page to which you are currently adding it:

###### On a product page:

* Copy the following code: `<div id="widereview-module"></div>`

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1dh0wo3.png)

###### On a homepage or any other page (except the product page):

** Copy the following code: `<div id="widereview-module" product-id=”YOUR_PRODUCT_ID" form-product-id="YOUR_PRODUCT_ID"></div>`.

|| Then replace the two occurrences of "YOUR_PRODUCT_ID" with the ID of the product to which the carousel is attached, being sure to keep the quotation marks. ([How to find your product ID](https://help.widereviewapp.com/en/article/how-to-find-your-product-id-or-handle-ck6lzn/?bust=1654893425978))
|| If you’d like to display all the reviews of your online shop, simply replace the first occurrence of "YOUR_PRODUCT_ID" with the word "[all]".

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1bkah58.png)

---

## Add stars under the product title

Here’s a preview:

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_wmkysm.png)

* In the search bar on the left, run a search for "Liquid"

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1nui342.png)

* Drag the “Liquid” module to where you'd like to have the stars appear.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-02-2022-00-08-39_bclzvf.gif)

* Click on the module you've just added, then click on the icon that looks like a **pencil**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_18g6bwd.png)

* You will then copy the code to display the stars. This code will depend on the page to which you are currently adding it:

###### On a product page:

* Copy the following code: `<div class="widereview-rate"></div>`

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1i9dqx1.png)

###### On a homepage or any other page (except the product page):

* Copy the following code: `<div class="widereview-rate" product-id="YOUR_PRODUCT_ID"></div>`

|| Then replace "YOUR_PRODUCT_ID" with the ID of the product for which you’d like to display stars, being sure to keep the quotation marks. ([How to find your product ID](https://help.widereviewapp.com/en/article/how-to-find-your-product-id-or-handle-ck6lzn/?bust=1654893425978))

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1h912ag.png)

---

## Add reviews in grid format

Here’s a preview:

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1wquztq.png)

* In the search bar on the left, run a search for "Liquid"

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1nui342.png)

* Drag the “Liquid” module to where you'd like to have the reviews displayed in grid format.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-02-2022-00-08-39_bclzvf.gif)

* Click on the module you've just added, then click on the icon that looks like a **pencil**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_18g6bwd.png)

* You will then copy the code to display the reviews in grid format. This code will depend on the page to which you are currently adding it:

###### On a product page:

* Copy the following code: `<div id="widereview-grid"></div>`

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_cprglr.png)

###### On a homepage or any other page (except the product page):

** Copy the following code: `<div id="widereview-grid" product-id=”YOUR_PRODUCT_ID" form-product-id="YOUR_PRODUCT_ID"></div>`.

|| Then replace the two occurrences of "YOUR_PRODUCT_ID" with the ID of the product to which the carousel is attached, being sure to keep the quotation marks. ([How to find your product ID](https://help.widereviewapp.com/en/article/how-to-find-your-product-id-or-handle-ck6lzn/?bust=1654893425978))
|| If you’d like to display all the reviews of your online shop, simply replace the first occurrence of "YOUR_PRODUCT_ID" with the word "[all]".

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_g8c5sb.png)

--- 

## Add the mini carousel under the “Add to cart” button

Here’s a preview:

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_xsqm6k.png)

* In the search bar on the left, run a search for "Liquid"

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1nui342.png)

* Drag the “Liquid” module to where you’d like the mini carousel to appear under the “Add to cart” button.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-02-2022-00-08-39_bclzvf.gif)

* Click on the module you've just added, then click on the icon that looks like a **pencil**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_18g6bwd.png)

* You will then copy the code to display the mini carousel. This code will depend on the page to which you are currently adding it:

###### On a product page:

* Copy the following code: `<div class="widereview-mini"></div>`

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1lll2ll.png)

###### On a homepage or any other page (except the product page):

* Copy the following code: `<div class="widereview-mini" product-id="YOUR_PRODUCT_ID"></div>`

|| Then replace "YOUR_PRODUCT_ID" with the ID of the product to which the carousel is attached, being sure to keep the quotation marks. ([How to find your product ID](https://help.widereviewapp.com/en/article/how-to-find-your-product-id-or-handle-ck6lzn/?bust=1654893425978))

* Paste it into the code editor (but first, remove the text that is already there) and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1n21l07.png)

---

There you go! We've now gone over how to add all the elements available on WideReview !