Basic example
This demo shows a basic recommender example built with a simple recco.js configuration. Note that there are no design customisations applied -- it's a default theme with default HTML templates and default colors.
Since this is a basic example, there is no loading indication. Wait for a while and the recommendations will be displayed automatically.
<script>
function LBInitRecommender() {
Luigis.Recommend({
TrackerId: '179075-204259',
Theme: 'luigis',
Size: 6,
Name: 'top_products',
Type: 'top_products'
}, '#recommender')
}
</script>
<script src="https://cdn.luigisbox.com/recco.js" async onload="LBInitRecommender()"></script>