Skip to content

Instantly share code, notes, and snippets.

@dzabrzenski
Created June 22, 2018 06:27
Show Gist options
  • Save dzabrzenski/1a5a6d408b2015df6bf3c40bbe462fcc to your computer and use it in GitHub Desktop.
Save dzabrzenski/1a5a6d408b2015df6bf3c40bbe462fcc to your computer and use it in GitHub Desktop.
<!-- Start of BotEngine (www.botengine.ai) code -->
<script type="text/javascript">
var default = "5a9e58267d596a0007028a15";
var pages = {
"/home": "5a9e58267d596a0007028a25",
"/contact": "5a9e58267d596a0007028a25"
};
window.__be = window.__be || {};
window.__be.id = pages[window.location.pathname] || default;
(function() {
var be = document.createElement('script'); be.type = 'text/javascript'; be.async = true;
be.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.botengine.ai/widget/plugin.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(be, s);
})();
</script>
<!-- End of BotEngine code -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment