Sites page

On the page users can manage all information related to sites and widget settings.

The Site is a user site that is connected to the plugin. There is one initialization code per site as each domain name has a unique API key. So user should add all their sites to the Site List.

The Site List displays all the sites connected to the PrintLeanSlider. Users can delete connected sites and add new ones.

Add new site

By clicking the Add button users can add a new site.

While a site is in the Wait status, the site URL is under moderation. Once moderation is completed, the user will receive the initialization code, which they can embed on their site.

Getting initialization code

By clicking the Pen Icon, users can find their initialization code.

The initialization code should be integrated into the user's website's HTML code by placing it at the bottom of the page, before the closing tag </body> and after the

<div id="printlean"></div>

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

The right order prevents issues such as the script trying to access elements that haven't been loaded yet.

For more info about setting up the widget go to Getting started page.

For more info about the widget code go to ProductSlider API page.

Editing connected site

By clicking the Pen Icon, users can edit site settings. To prevent the transfer of original quality paid images to third parties, add the type of copyright for the images and obtain the widget initialization code.

Add and remove product items

By clicking 'Product' button user can remove product from the list of items for sale or add new ones.

Last updated