Getting Started withLeazy Widget

Follow our step-by-step guide to set up and customize your widget

Installing the Widget

Follow these steps to add the widget to your website

1

Add the Widget Code

Copy your code on "Installation Guide" Menu on dashboard and paste in head tag on your website

Widget Installation Code
<script src="https://api.leazy.com.au/storage/v1/object/public/js/widget.js"></script>
<script>
  window.addEventListener("load", function () {
    if (window.WhiteLabelWidget && window.WhiteLabelWidget.init) {
      window.WhiteLabelWidget.init("YOUR_PARTNER_ID");
    }
  });
</script>
2

Verify Installation

After adding the code, refresh your website. You should see the widget button.

Widget Preview