Skip to content

Use ROBIN-JSP to set additional settings for the ROBIN tab on your site

License

Notifications You must be signed in to change notification settings

robinwo/ROBIN-JSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROBIN-JSP

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.

Installation

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).

Example

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>

Settings

  • 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

About

Use ROBIN-JSP to set additional settings for the ROBIN tab on your site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published