Get Started

Before you get started: Make sure you have created a channel in OneTalk dashboard and obtain the APP_KEY_SECRET.

Configure and Initialize TapTalk.io Omnichannel Web Launcher

To Configure TapTalkLive Web Launcher you need to add this script to your head tag of your Application.

YourApplication.html
<script src="https://storage.googleapis.com/f8a350-taplive-prd-public/static/launcher/web/v1.0/main.js"></script>
<script>
    TapTalkLive.init("YOUR_SECRET_KEY_HERE");
    TapTalkLive.setBrandColor(55,165,215); //your r,g,b color code 
</script>

Last updated