Loading the Chat Loader
The chat loader allows your visitors to click an icon and immediately start talking to a guuru, without leaving the page they are currently visiting.
Get the Javascript code
Just copy the code snippet from your Account Settings, where we pre-populate your Application ID (this is your APP_ID in the code) for you.
Or you can quickly grab it from here instead:
<script type="text/javascript" src="https://static.guuru.com/loader/v1.0/chat.min.js"></script>
<script>
window.guuru = window.Guuru();
window.guuru.init({
appId: '<APP_ID>',
});
</script>
IMPORTANT: If you copy the code snippet above you'll need to manually change your Application ID. You can get your AppId on the account section.
How to use the Javascript code
Paste the code right before the closing </body>
tag of every page where you want the Guuru Loader to appear.
Customizing appearance
The loader is configurable from the Partner Portal Appearance page in Settings.
There, you can change button style, position, icon, colors, set a schedule for when it should appear, customize any messages that it displays, among others.