Help

How to Install the Klix Widget Directly to Your Website HTML

To add the Klix widget directly to your webpages you, or a developer will need access to your websites HTML.

If you are unfamiliar with editing HTML you should ask a developer to perform these steps.

#Get Your Widget Embed Code

  1. Login to your dashboard..
  2. Navigate to your widgets list, and click on the widget you wish to install.
  3. On the top right of the widget page, click the button labelled Embed Code.

This will display the HTML code you need to insert into your HTML to display the Klix widget. It will look similar to the code below... (do not use the code below).

<div class="klixEmbed" data-id="widget_id"></div>
<script src="https://goklix.com/api/embed/widget_id/embed.js" async></script>
  1. Follow the instructions to copy your widgets unique code to your 📋 clipboard
  2. Paste this code into your HTML at the exact location where you want the widget to appear on your website.
  3. Preview your website to ensure you are happy with the widget placement

#Placing HTML - Things to Note

Our embed code may appear more than once within your HTML.

  • You can display several different widgets on the same page.
  • You can display the same widget multiple times on your page.