Widgets

On your website, you can embed different widgets, each widget's code are available in the admin panel. The Gallery and Product widgets have the same code pattern :

<div class="aploze-widget" data-type="[YOUR_WIDGET_TYPE]"></div>

This is a HTML element filled automatically by the JS SDK. You need to specify the widget type in the data-type attribute, this depending about which widget you choose to display on your page.

A Widget is initialized by the JS SDK. Be sure to include the Aploze Tag before or after insert your widget HTML Tag on your page.

See our integration example on Github: https://github.com/aploze/integration-example

Available widgets

Last updated