Skip to main content

JavaScript API to display ReelUp widgets

Written by Gurkirat Singh
Updated over 5 months ago

Introducing Javascript API to display ReelUp widgets anywhere in the store

Hey

We are excited to announce the new feature - Javascript API.


This Javascript API allows you to integrate ReelUp widgets with any page builder. You can use this Javascript API to showcase reels on any page.

Following are the snippets that you can use:

1. Reels Playlist - Carousel/Grid

<div class="reelUp_playlist_js_widget"></div> <script src="https://cdn-v2.reelup.io/reelup_playlist_js_widget.js" async></script>


2. Product Page Reels

<div class="reelUp_productpage_reels_js_widget"></div> <script src="https://cdn-v2.reelup.io/reelup_productReels_js_widget.js" async></script>


3. Stories

<div class="reelUp_stories_js_widget"></div> <script src="https://cdn-v2.reelup.io/reelup_stories_js_widget.js" async></script>
Did this answer your question?