# Add Testimonials Slider 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"**

<figure><img src="/files/a6977WbsVGo9G0pPGyzV" alt=""><figcaption></figcaption></figure>

* **Click the "Copy Code" button**

<figure><img src="/files/1Z5dCTXYZjSqP9NfA2ED" alt=""><figcaption></figcaption></figure>

There are 3 ways to add the widget: using custom liquid, HTML block, and "edit code" section.

### Add widget using custom liquid <a href="#add-widget-using-custom-liquid" id="add-widget-using-custom-liquid"></a>

Go to **Theme Customization**, select **Custom Liquid**, then add your widget code. Don’t forget to click **Save** to apply the changes.

<figure><img src="/files/MeEyKpOGMV9wLXlOG6pT" alt=""><figcaption></figcaption></figure>

### **Add widget using custom HTML block** <a href="#add-widget-using-custom-html-block" id="add-widget-using-custom-html-block"></a>

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.

<figure><img src="/files/jSez0LJc3V8H7sLwBRsv" alt=""><figcaption></figcaption></figure>

### Add widget using "Edit code" <a href="#add-widget-using-edit-code" id="add-widget-using-edit-code"></a>

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.

<figure><img src="/files/sWW900iRpUCmbGAvLxOq" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
We recommend contacting your in-house developers or the Reputon team to correctly add the code to your theme. If you want to add the widget to specific pages, the following files are usually used:

1. **Homepage:** `index.liquid`
2. **Specific place on every page of your website:** `theme.liquid`
3. **Product pages:** `product.liquid`
4. **Bottom of every page:** `sections/footer.liquid`

Please note that file names may vary depending on your theme, such as `main-product.liquid` instead of `product.liquid`
{% endhint %}

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 }}`.

<figure><img src="/files/Md2lPdkPqiy1xUzXpE3q" alt=""><figcaption></figcaption></figure>

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

***

**Questions about manual method? We're excited to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)**.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reputon.gitbook.io/reputon-help/testimonials-slider-app/how-to/add-testimonials-slider-manually.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
