Created
June 6, 2017 16:50
-
-
Save xarg/d7c89e7db0629bd4ecd06bf23962db88 to your computer and use it in GitHub Desktop.
This file contains 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 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