VizupCommerce

How to setup with Custom Liquid sections?

When a theme does not support Shopify 2.0 App Blocks, videos can be embedded using “Custom Liquid” 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 yourshopifydomain.myshopify.com with your Shopify domain.
  • For data-widgettype, use one of these options:
    • reels - for Slider Carousel widget
    • floating_pop - for Floating Pop widget
    • stories_type - for stories widget
    • banner_type - for Banner widget
    • grid_type - for Grid widget
    <div class="wizup-app sg-slider sg-floatingpop"
      data-shopname="yourshopifydomain.myshopify.com"
      data-widgettype="reels"
      data-templatename="index"
    >
    </div>

Full video to add Custom Liquid section:

IMPORTANT NOTE: Ensure App Embed FloatPop Reels 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 Docs