product icon

Implementing Website Button for Live Guide

    You can allow customers to start a shared browsing session by clicking a dedicated button on your website.

    To implement a scenario where customers can initiate a co-browse session by simply clicking a button, add an event listener that launches Rescue Live Guide. Below is an example of such an implementation.
    <a href="#" onclick="CoBrowse.start()">Start Shared Browsing</a>
    Note: The button needs to be implemented by your website administrator.