The below information is ONLY for Shopify Theme 1.0 users.

Recommended:

Use our Live Shopping page and enjoy simple event display management (for Live- and Replay- events)

Copy the following code on the page:

<script defer="" id="lmu-loader" src="<https://cdn.bellepoque.io/landingpage.min.js>" data-livemeup-tenantname="{{shopName}}"></script>
<div id="livemeup-landingpage"></div>

Make sure to replace {{shopName}} with the primary domain of your shop (the one ending in myshopify.com).

Alternative: Build your custom design page

If you’d prefer to build your own design of the page, you can also develop your custom page to host our video player.

First you have to fetch the data of the events selected to appear on the page. You can use our API endpoint, documented here.

You can then follow this guide to launch the player as needed, using the event Ids fetched earlier.

We often create and share links that launch the player when the page opens. If you’d like these links to work you have to implement that function. To do it we add parameters to the url:

If these parameters are present, directly load the player and launch it using them.