arrow_back_ios

How to install the widget on my website?

Other systems

Instructions for other website platforms:
  1. Open the widget settings and click Widget code.
  2. Set the How to show the widget? parameter to Embedded at the code insertion point.
  3. Click the Copy button below the widget code.
  4. Go to your website's control panel and open the page where you want to place the widget.
  5. Add a new block for the widget code. This block is usually labeled "HTML" or similar.
  6. Paste the copied code into the new block and save your changes.
  7. Check that the widget appears on your webpage. If it does not, your system may not support third-party scripts. In this case, use the instructions below to insert the widget as an iframe directly.

Opening the widget on click

Instructions for displaying the widget in a popup or in a right-side panel:
  1. First, add the widget to the root block of your page, following the instructions above. Make sure the widget appears where the code is inserted.
  2. Set the How to show the widget? parameter to your preferred display option.
  3. You will see the Widget opening button code block. Click Copy button link.
  4. Go to your website's control panel and open the page where you want to place the button to open the widget.
  5. Add a new block for the button. Open the button's settings.
  6. In the settings, find the "Link" or "URL" parameter. Paste the copied link there and save your changes.
  7. Verify that clicking the button opens the widget.

Direct iframe insertion

You can insert an iframe block with the widget content instead of using the widget code:
  1. Go to your website's control panel and open the page where you want to place the widget.
  2. Add a new HTML block for the widget iframe.
  3. Insert the following code into the new block:
    <iframe src="DIRECT_WIDGET_URL" style="width:100%;border:none;height:1000px"></iframe>
  4. Then, open the widget settings and click Widget code.
  5. Copy the direct widget URL.
  6. Return to editing the code block on your website and replace DIRECT_WIDGET_URL with the copied link. If needed, adjust the height from 1000px to your preferred value. Save your changes.
  7. Confirm that the widget appears on your webpage.

Any issues?

If you encounter any difficulties with the instructions above, please send your question to support@bukza.com. We will be happy to assist you.