Integration code

Copy and paste the following code into your website to integrate the item.

<link rel="stylesheet" href="https://app.juga.io/widget/style.css" />
  <script src="https://app.juga.io/widget/1/index.js" type="text/javascript" defer></script>
  <div 
    class="juga-io" 
    data-juga-io-item="a24e9be0-393b-434e-9d9c-3b1da1be50b1"
  ></div>
How to add more items to the same page?

Just add more <div class="juga-io"...> parts to your page.

How to use custom CSS ?

We will let you customize the widget with your own CSS really soon.

How to add a custom Player ID to the widget?

Just add a data-juga-io-sid attribute to the widget with your own id and it will be used to store the user's answers.

<div 
    class="juga-io" 
    data-juga-io-item="a24e9be0-393b-434e-9d9c-3b1da1be50b1" 
    data-juga-io-sid="YOUR-CUSTOM-ID"
  ></div>

Preview

...