Main Page Platform Collages
Gardrobo A.I. offers a seamless solution for embedding dynamic and visually engaging collages into your website. These widgets, curated through our platform, empower you to showcase products in a unique and interactive way, enhancing customer engagement and driving conversions.


Integration Script
To integrate the widgets, you need to add <div id="garderobo"></div> on the main page. This area will host the widgets.
Next, execute the initialization code:
...
<script>
_garderoboWidget.then(function(widget) {
widget.initPlatform(document.getElementById('garderobo'), {"tag_name": <collages_tag>});
});
</script>
...Also, don't forget to do the basic initialization of the widgets.
Depending on the agreed widget types, the content of those or other widgets will be displayed in the specified area.
All widget styles are prepared in advance by Garderobo A.I. employees according to the layout agreed with you. During the initialization process, these styles are automatically loaded as a .css file.
Last updated