Skip to content

Instantly share code, notes, and snippets.

@xarg
Created June 6, 2017 16:50
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 xarg/d7c89e7db0629bd4ecd06bf23962db88 to your computer and use it in GitHub Desktop.
Save xarg/d7c89e7db0629bd4ecd06bf23962db88 to your computer and use it in GitHub Desktop.
<script src="https://gorgias-assets.global.ssl.fastly.net/static/public/js/gorgias-chat.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
GorgiasChat.init({
"icon": "https://gorgias-uploads.global.ssl.fastly.net/Sans%20titre-1-3ac0278e-fc92-4ec5-8c22-d842c86dcc4a.png",
"headerColor": "#eb144c",
"chatIconColor": "#eb144c",
"conversationColor": "#0693e3",
"smooch": {
"appToken": "8z8htxf16diglhv7kb6sowq74",
"properties": {
"current_page": window.location.href
},
"customText": {
"introductionText": "Nous sommes là, n'hésitez pas à nous poser vos questions :-)",
"headerText": "Une petite question ?"
}
}
})
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment