Getting started

Quick start.

1. Sign in to the Partner Site using your login and password:

Log in page

2. Add your site to Site List:

To connect your site to the Sites page, click on the Pen Icon, enter the URL of the site you want to connect in the Site URL field, and add the Copyright Type from the fields. Then press the Add Site button.

Add site button

3. Copy initialization code

The script

4. Embed the script to your site.

The code should be integrated into the user's website's HTML code in strict order. The right order prevents issues such as the script trying to access elements that haven't been loaded yet.

1. <div> should be placed where the plugin is supposed to be rendered.

2. main script should be placed at the bottom of the page, before the closing </body> tag and after <div id="printlean"></div>.

3. backgroundURL value should be changed to the image url.

code example

The way code is added

The code should be integrated into the user's website's HTML code in strict order:

You can customize plugin by changing default setting. For more go to ProductSlider API

Last updated