Before you get started: Make sure you have and obtain the APP_KEY_SECRET.
To Configure TapTalkLive Web Launcher you need to add this script to your head tag of your Application.
<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>