This guide explains how to install your VideoQi widget onto your Shopify store clearly and effectively. You have two installation options:
- Option 1: Recommended method, installs the widget on all pages without any code editing.
- Option 2: Fallback method for older themes, installs the widget on all pages with minor code editing.
- Option 3: Installs the widget on specific pages without code editing.
Option 1: Install on all pages (Recommended)
Get your videoQi script
- Log into your VideoQi account on the official VideoQi website.
- Select your desired widget and click the Share button (top-right).
- Choose the Websites tab (not the Shopify tab).
- Copy the provided
<script>
code.

Add to Shopify
- Log into your Shopify admin panel.
- Go to Online Store → Themes.
- Click Customize on your active theme.
- In the theme editor, navigate to the Footer section (or select Footer from the sidebar).
- Click Add Block (or Add Section) and select Custom Liquid.
- If Custom Liquid isn’t available, proceed to Option 2 below.
- Paste the
<script>
code into the Custom Liquid block. - Click Save.



Verify Installation: Check your website (homepage, product pages, cart) to ensure the widget appears correctly.
Option 2: Install on all pages (Fallback for older themes)
Use this method only if your theme does not support "Custom Liquid" in the Footer.
Get Your VideoQi Script (Shopify Method)
- Log into your VideoQi account on the official VideoQi website.
- Select your widget, click Share, then select the Shopify tab.
- Copy the provided script code.

Add to Shopify via Theme Code
- In your Shopify admin, navigate to Online Store → Themes.
- Click Actions, then select Edit Code.
- In the left sidebar, open the Snippets folder.
- Click Add a new snippet, name it videoqi_widget, and paste the VideoQi script into the snippet.
- Click Save.


- Navigate to the Layout folder and open theme.liquid.
- Scroll to the bottom and insert the following line just above the closing
</body>
tag:
View on desktop to see code
{% render 'videoqi_widget' %}
- Click Save.

Verify Installation: Visit your site (homepage, product pages, cart) to confirm the widget displays correctly.
Option 3: Page-Specific Installation (No Code Editing)
Get Your VideoQi Script
- Log into your VideoQi account on the official VideoQi website.
- Select your widget, click Share, and choose the Websites tab.
- Copy the entire
<script>
code.

Add Script to Specific Shopify Page
- From Shopify admin, navigate to Online Store → Themes.
- Click Customize on your active theme.
- Use the top dropdown to select the specific page (e.g., Homepage, Product Page).
- Click Add Section from the sidebar and select Custom Liquid.
- If unavailable, use the fallback method from Option 2.

- Paste your
<script>
code into the Custom Liquid field. - Click Save.

Verify Installation: Check the selected page to confirm the widget displays only there.
Troubleshooting
If the widget does not appear:
- Confirm the script code is pasted correctly (no extra spaces or missing characters).
- Clear your browser or Shopify store cache.
- Ensure your theme supports Custom Liquid or snippet editing.
- Contact VideoQi support for further assistance.