Skip to content

Instantly share code, notes, and snippets.

@dan-donica
Created September 20, 2023 12:07
Show Gist options
  • Save dan-donica/a6e4a595bca46be662291b7ce4fc5383 to your computer and use it in GitHub Desktop.
Save dan-donica/a6e4a595bca46be662291b7ce4fc5383 to your computer and use it in GitHub Desktop.
Missing - HC || 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment