Created
March 23, 2020 06:42
-
-
Save nicopace/8089e24bba3ad70f20d26ba5acb9e96e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window.erxesSettings = { | |
messenger: { | |
brand_id: "st3FrK", | |
}, | |
}; | |
(function() { | |
var script = document.createElement('script'); | |
script.src = "https://crm.altermundi.net/widgets/build/messengerWidget.bundle.js"; | |
script.async = true; | |
var entry = document.getElementsByTagName('script')[0]; | |
entry.parentNode.insertBefore(script, entry); | |
})(); | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment