HC || Integrating with MOVology
https://help.instapage.com/hc/en-us/articles/217674228-Integrating-with-Instiller
Integrating with MOVology
<script>
window.movInit = function () {
MOV.init({
clientId: '<clientID>'
});
};
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "//prod.movdigital.net/js/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'mov-jssdk'));
</script>