VizupCommerce

How to setup with Custom HTML sections?

When a theme does not support Shopify 2.0 App Blocks, videos can be embedded using “Custom HTML” section.

  1. Navigate to Sales Channel -> Online Store. Click the “Customize” button in the theme.
  2. Click on “Add Section” in the theme editor sidebar.
  3. Search for “Custom Liquid” or “Custom HTML” sections and select it.
  4. Copy and paste the provided code into it’s HTML box:
  • Replace YOURSHOPIFY.myshopify.com with your actual myshopify domain.
  • For data-widgettype, use one of these options:
    • reels - for Slider Carousel widget
    • stories_type - for stories widget
    • banner_type - for Banner widget
    • grid_type - for Grid widget
    <div class="wizup-app sg-floatingpop"
      data-myshopifydomain="YOURSHOPIFY.myshopify.com"
      data-widgettype="reels"
    >
    </div>

Full video to add Custom HTML section:

IMPORTANT NOTE: Ensure App Embed "Vizup Embed" is activated from the Shopify Theme Editor. Refer https://app.shopgracias.com/#/widgets/floating-pop/

Watch below 6 seconds video to see how to enable App Embed FloatPop Reels:

← Back to All Tutorials