Click to test the widget :

Look at this web page source code - wiboot

1. Include JS script

<script src="https://www.wiboot.io/assets/widget/widget.js"></script>

2. Use wiboot in JS

wibootapikey = "A-base64-key-to-get-access"

wiboot.load(wibootapikey);

document.getElementById("test").addEventListener('click', function(event) {

event.preventDefault();

wiboot.show("E51E2CFFFF69B833"); // Show menu from Device ID E51E2CFFFF69B833

});