Installation
Implement your support widget on any webpage.
Installation
<script type="text/javascript">
var scriptElement = document.createElement("script");
scriptElement.async = 1;
scriptElement.src = "https://magicwidget.socialboards.com/magic-widget.js";
document.body.appendChild(scriptElement);
</script>Initialize the widget
window.magicWidgetAsyncInit = function() {
// magicwidget is ready!
}Last updated
Was this helpful?