Skip to content

Instantly share code, notes, and snippets.

@mikesimons
Created March 2, 2021 18:46
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 mikesimons/498c2c003a8b25abeeba5c7bc32bc8f7 to your computer and use it in GitHub Desktop.
Save mikesimons/498c2c003a8b25abeeba5c7bc32bc8f7 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript">
window.Trengo = window.Trengo || {};
window.Trengo.contact_data = {
email: 'info@trengo.com',
name: 'John Doe'
};
window.Trengo.key = 'YOUR KEY HERE';
(function(d, script, t) {
script = d.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = 'https://static.widget.trengo.eu/embed.js';
d.getElementsByTagName('head')[0].appendChild(script);
}(document));
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment