Skip to content

Instantly share code, notes, and snippets.

@nicopace
Created March 23, 2020 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicopace/8089e24bba3ad70f20d26ba5acb9e96e to your computer and use it in GitHub Desktop.
Save nicopace/8089e24bba3ad70f20d26ba5acb9e96e to your computer and use it in GitHub Desktop.
<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