Use ROBIN-JSP to set additional settings for the ROBIN tab on your site. ROBIN is the all-in-one customer service solution. The ROBIN-JSP library is not officially supported (or developed) by ROBIN.
Replace the ROBIN javascript on your site
<script src="https://selfservice.robinhq.com/external/robin/123456.js" async="async"></script>
With the example code shown below (don't forget to edit the settings to match your preferred setup).
Use the following code to always show the ROBIN tab on your site, except when a visitor uses a mobile device. The position of the contact tab is half way on the right side of your screen.
<script type="text/javascript">
var robin_JSP_settings = {
apikey : '123456', // Set your API key (REQUIRED)
hideMobile : true, // Hide the ROBIN tab on mobile devices
hideOffline : false, // Show the ROBIN tab even when you're offline
customTop : '30%' // Adjust the vertical position of the ROBIN tab
};
</script>
<script type="text/javascript" src="//raw.github.com/robinwo/ROBIN-JSP/master/js/robin-jsp.min.js"></script>
apikey
- your ROBIN apikey (REQUIRED).hideMobile
- true/false, hide/show the ROBIN tab on mobile devices.hideOffline
- true/false, hide/show the ROBIN tab when you're offline.customTop
- adjust the vertical position of the ROBIN tab on your site (including '%' or 'px').logging
- true/false, enable/disable logging in the browser console