Webchat TouchPoint
By default you have 1 webchat touchpoint available, which you can add to one or multiple websites. If you need more touchpoints you can add them via the admin portal. Based on the URL configured and attached the correct will be used.
If you would like to quickly create a webchat test website, use this manual
You can watch the steps described underneath in this tutorial video
Configure website tracking
You must register the URL’s on which websites your Webchat TouchPoint will be active. You can use a wildcard to make it available on all pages. For example: https://www.roger365.io/*
- Open web browser and go to: https://admin.roger365.io
- Login with Microsoft 365 credentials
- Go to [Social Messaging], [TouchPoints] on the right top click [+Webchat Urls]
- Add websites URL you want to host the ROGER365.io webchat
Add website to Webchat TouchPoint
- Go to [Social Messaging], [TouchPoints]
- Click the edit icon right to website touchpoint (by default you have 1 Webchat TouchPoint available, but you can add more if you like)
- Scroll down to section “Page urls where webchat is active”,
- Press [+] and choose each website URL you want to run the webchat
- Click [SAVE]
- Click Close
WordPress plugin
If you are using WordPress as your CMS, you can make use of our WordPress Plugin. It adds the ROGER365.io to your website and you are able to customize the layout.
NOTE: Do not change the name of folders!
Manually add webchat to your website
The webchat layout requires the following code to be included in your webpages. These lines must appear in the order shown below.
Add jQuery library in your website (between the <HEAD> and </HEAD>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
CSS:
<link rel="stylesheet" type="text/css" href="https://api.roger365.io/v1.0/webchat/files/startup.v1.css">
<link rel="stylesheet" type="text/css" href="https://api.roger365.io/v1.0/webchat/files/webchat.v1.css">
<link rel="stylesheet" type="text/css" href="https://api.roger365.io/v1.0/webchat/files/spinner.v1.css">
JS:
Jquery library (normal version, not SLIM)
<script src="https://api.roger365.io/v1.0/webchat/files/defaultWebchatOptions.js"></script>
<script src="https://api.roger365.io/v1.0/webchat/files/webchat.js"></script>