Inline, Floating, and VideoFeed must be wrapped in <VideowiseSDK.Provider>. The Provider manages modal video state when a shopper taps a video. LiveShoppingChannel does not use the Provider.VideoFeed modal opens.
Available Widget Types
The following widget layouts are supported for the Inline component:- Single Video
- In-Page Video Player
- Quick Shop Carousel
- Stories
- Video Carousel
- Highlighted Carousel
- Overlapping Carousel
- Scattered Videos
- Masonry Grid
- Grid Gallery
- Floating
- Gallery Highlight
Props
videowiseInfo object
onEvent callback
Triggered for all custom events from the widget. The event object has the following structure:
detail object
All detail properties are optional and depend on the event type.
Possible event names (name)
videowiseProductAddToCart— Product added to cartvideowiseProductBuyNow— Buy now clickedvideowiseCheckoutClick— Checkout clickedvideowiseProductClick— Product clickedvideowiseVideoClick— Video clickedvideowiseVideoStart— Video played more than 3 secondsvideowiseVideoIsPlaying— Video is currently playingvideowiseVideoFull— Video played more than 80%videowiseVideoSwipe— Video swipedvideowisePlayerClose— Player closedvideowiseVideoSoundOn— Sound turned onvideowiseVideoSoundOff— Sound turned offvideowiseVideoBounce— Video closed/swiped before 3 secondsvideowiseDataReady— Widget data loadedvideowiseCampaignReady— Campaign renderedvideowiseCampaignCheckout— Redirecting to checkoutvideowiseBackgroundV2Rendered— Background V2 renderedvideowiseCtaClick— CTA button clickedvideowiseTriggerPlayerClose— Player close triggered
onAddToCart callback
Triggered when a user adds a product to the cart (videowiseProductAddToCart event). The event object has the following structure:
detail object
onCheckout callback
Triggered when a user clicks checkout (videowiseCheckoutClick event). The event object has the following structure:
detail object
items array element