Enable your webpages for co-browsing
You can enable one or more webpages of your website to support co-browsing.
- Log in to the Pega Co-Browse dashboard.
- Click the Install tab, and then copy the JavaScript
snippet displayed on that tab, including the
<script>
tags.The following example shows a snippet for US-based clients:
<script type="text/javascript"> (function() { window.fireflyAPI = {}; fireflyAPI.token = your_API_token ; fireflyAPI.serverHostUrl = "https://us.cobrowse.pega.com"; var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://us.cobrowse.pega.com/cobrowse/loadScripts"; scrypt.async = true; document.head.appendChild(script); })(); </script>
- Insert the copied JavaScript snippet into the
<HEAD>
tag of your webpage, and then refresh the webpage.
Previous topic Connect Pega Customer Service to the Pega Co-Browse server Next topic Configure how your customers start co-browsing