> ## 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 on EcomSolid

**Wide Hello!** 

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

The whole process is as easy as ABC!

Let's get started! 

## Prerequisite

* Click on **Pages** on the left side of your screen, then on **Product Pages** or **Home Pages** (or other pages).

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

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

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

---

## Add the main carousel

Here’s a preview:

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

* Click on **Add-Ons** and then on **Add Add-on**.

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

* Do a search for the word "custom" and then click on **Custom Code**.

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

* Move the element to where you'd like to have the main carousel appear.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-01-2022-23-45-39_1x0fbch.gif)

* Click on the module you've just added, then display the "Code HTML” space.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1mzmr1r.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 and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1jhqdyp.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 and click on **Save**.

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

---

## Add stars under the product title

Here’s a preview:

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

* Click on **Add-Ons** and then on **Add Add-on**.

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

* Do a search for the word "custom" and then click on **Custom Code**.

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

* Move the element to where you'd like to have the stars appear.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-01-2022-23-45-39_1x0fbch.gif)

* Click on the module you've just added, then display the "Code HTML” space.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1mzmr1r.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 and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1139u9n.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 and click on **Save**.

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

---

## Add reviews in grid format

Here’s a preview:

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

* Click on **Add-Ons** and then on **Add Add-on**.

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

* Do a search for the word "custom" and then click on **Custom Code**.

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

* Move the element to where you'd like to have the reviews displayed in grid format.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/jun-01-2022-23-45-39_1x0fbch.gif)

* Click on the module you've just added, then display the "Code HTML” space.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1mzmr1r.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 and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1t0x4eu.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 and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1ffeldd.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)

* Click on **Add-Ons** and then on **Add Add-on**.

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

* Do a search for the word "custom" and then click on **Custom Code**.

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

* Move the element 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-01-2022-23-45-39_1x0fbch.gif)

* Click on the module you've just added, then display the "Code HTML” space.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_1mzmr1r.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 and click on **Save**.

![](https://storage.crisp.chat/users/helpdesk/website/fb9ba398921ca800/image_12wc2tn.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 and click on **Save**.

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

---

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