Beacon
To add the beacon to a website, this code should be added within the <body>
tag.
<!-- Solvemate -->
<script>
(function(s,o,l,v,e,m,a,t){t='solvemateConfig';s[e]=s[e]||function(x,y)
{(s[t]=s[t]||{})[x]=y;};a=o.createElement(l);a.async=1;a.src=v;o.body.appendChild(a);
})(window,document,'script','https://widget.solvemate.com/v2/init.js','solvemate');
solvemate('projectID', 'your_project_id');
</script>
<!-- End Solvemate -->
The beacon button will be displayed in the right bottom corner of the page.
Additional details
The beacon can always be opened from any element on the website. The class "solvemate-widget-opener"
needs to be added to the element.
<button class="solvemate-widget-opener">
Open Widget from button example
</button>