# Install Ryviu app

If you want to use Ryviu in your Shopify store, you need to install Ryviu app in it. It only takes a few minutes to install Ryviu on your Shopify store. Please follow this guideline to know how to install Ryviu app on your Shopify store.

**Requirements:**

To follow this tutorial, you will need the following:

* [Ryviu Chrome extension](https://docs.ryviu.com/chrome-extension/ryviu-chrome-extension).
* Log in to your Shopify admin.

If you don't have a Shopify store yet then please create a Shopify 14 days free trial from here:

### **Method 1: Install Ryviu app from Shopify App store**

1. Log in to your Shopify store
2. Open **Ryviu - Product Reviews** app on [Shopify App store](https://apps.shopify.com/ryviu)
3. Click **Add app** button
4. Click **Install app** button. Done

![](https://downloads.intercomcdn.com/i/o/252306709/befd89e3e9a3ce250c94908d/install.jpg)

### **Method 2: Install Ryviu app via Ryviu dashboard**

1. If you don't have a Ryviu account then please create your Ryviu account from here: [Create new account](https://app.ryviu.io/register) (You will need to create a new Ryviu account for each store)
2. If you have an account then please log in from here: [Ryviu login](https://app.ryviu.io/login)
3. Go to your Ryviu Dashboard > **Settings** > **General** > Click **Connect** **now** button in the **store** sectio&#x6E;**.**

![](https://2078048923-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJ_7xg9hu7U0GIYtDH3%2F-MMZQTImmOooERQeAkZ1%2F-MMZRXmQuJxelYiOSZXI%2Fimage.png?alt=media\&token=be571faf-291b-45db-a50d-406dd6083373)

&#x20;  4\. Choose **Shopify** in the **Platform** section, then enter a part of Shopify's Domain URL (the part before "**.myshopify.com**")  then click "**Install now**" button.

![](https://2078048923-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJ_7xg9hu7U0GIYtDH3%2F-MMZRZvjDbCacDeii7wU%2F-MMZTMUxtt7w8YdLywsW%2Finstall.png?alt=media\&token=64db3ca6-fa2c-4287-9855-cbf7e0045917)

&#x20;  5\. You will redirect in your Shopify admin, click "**Install app**" button from here to complete install our app.

&#x20;  6\. Done

{% hint style="info" %}
*Note: Our app will automatically add a Ryviu's code snippet to display reviews at the bottom of your product page.*\
*If you want to move the review section to another place then please move this code below in your **product.liquid** file.*
{% endhint %}

```markup
<!-- RYVIU APP :: WIDGET -->
<div class="lt-block-reviews"> 
	<ryviu-widget  
	    handle="{{product.handle}}"
            product_id="{{product.id}}"
	    title_product="{{product.title}}"
	    total_meta="{{ product.metafields.ryviu.r_count }}"
		image_product="{{ product.featured_image.src | img_url: '100x' }}"></ryviu-widget>
</div>
<!-- / RYVIU APP -->
```

{% embed url="<https://youtu.be/Ikk552uRej0>" %}

If you need some more help, please feel free to contact us via live chat.
