Shopify β
Follow these simple steps to integrate Videobot with your Shopify website.
Option A: Instant, No-Code Embed (OS 2.0 Themes) β
Best for a quick iFrame/widget drop-in
Step 1: Log in to Shopify π οΈ β
- Open your web browser and navigate to Shopify.com.
- Click on the Sign In button at the top-right corner and log in to your account.
- After logging in, go to Online Store > Themes.
- Click Customize on your live theme.
Step 2: Copy the Embed Code from Videobot π₯ β
- In a separate browser tab, log in to your Videobot Dashboard.
- Select the Videobot you want to embed.
- Navigate to Share & Embed, then choose Widget or iFrame.
- Click Publish, then Show Embed Code.
- Copy the generated embed code.
Step 3: Add a Custom HTML Block β
- In the theme customizer (left sidebar), click Add section.
- Choose Custom Liquid (sometimes labeled Custom HTML).
- Paste your Videobot
<iframe>
or widget code into the box.
Step 4: Publish Your Shopify Site π β
- Click Save in the customizer.
- Preview your site to confirm the Videobot is showing and working.
- If all looks good, hit Publish to make it live.
Option B: Custom Section via Theme Code (All Themes) β
Use when you need extra settings or OS 1.0/legacy themes
Step 1: Log in to Shopify π οΈ β
- Open your web browser and navigate to Shopify.com.
- Click on the Sign In button at the top-right corner and log in to your account.
- After logging in, go to Online Store > Themes > Actions > Edit code.
Step 2: Copy the Embed Code from Videobot π₯ β
- In a separate browser tab, log in to your Videobot Dashboard.
- Select the Videobot you want to embed.
- Navigate to Share & Embed, then choose Widget or iFrame.
- Click Publish, then Show Embed Code.
- Copy the generated embed code.
Step 3: Create a New Section in Your Theme β
- Under Sections, click Add a new section, name it
videobot-embed.liquid
, and confirm. - In that file, paste this minimal Liquid wrapper:liquid
{% schema %} { "name": "Videobot Embed", "settings": [ { "type": "text", "id": "embed_code", "label": "Embed code" } ] } {% endschema %} <div class="videobot-wrapper"> {{ section.settings.embed_code }} </div>
- Click Save.
Step 4: Embed the Code in the New Section β
- Exit the code editor and open the Customizer.
- Click Add section > Videobot Embed.
- Paste your Videobot embed code into the Embed code field.
- Click Save.
Step 5: Publish Your Shopify Site π β
- Preview to ensure the Videobot appears and functions correctly.
- If everything looks good, hit Publish to go live.
Thatβs it! Youβve successfully embedded Videobot on your Shopify site. π