TapTalk.io Documentation
Search…
TapTalk.io Documentation
Introduction
OneTalk Omnichannel Documentation
Getting Started with OneTalk
Channel Integration
Telegram Integration
WhatsApp SME Integration
Instagram DM Integration
Facebook Messenger Integration
Live Chat Integration (iOS, Android, Web)
OneTalk Live Chat for Android
OneTalk Live Chat for iOS
OneTalk Live Chat for Web
Get Started
OneTalk Live Chat for React Native
Integration API
Live Chat Widget Callback Function
Social Channel Button
PowerTalk Chat SDK Documentation
Getting Started with PowerTalk
PowerTalk Android
PowerTalk iOS
PowerTalk React Native
Javascript SDK
Server API
Webhook
MeetTalk SDK Documentation
Getting Started with MeetTalk
MeetTalk Android
MeetTalk iOS
SendTalk API Documentation
Introduction
Messages API
Powered By
GitBook
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
1
<
script
src
=
"
https://storage.googleapis.com/f8a350-taplive-prd-public/static/launcher/web/v1.0/main.js
"
>
</
script
>
2
<
script
>
3
TapTalkLive
.
init
(
"YOUR_SECRET_KEY_HERE"
);
4
TapTalkLive
.
setBrandColor
(
55
,
165
,
215
);
//your r,g,b color code
5
</
script
>
Copied!
​
​
Previous
OneTalk Live Chat for Web
Next
OneTalk Live Chat for React Native
Last modified
1yr ago
Copy link
Contents
Configure and Initialize TapTalk.io Omnichannel Web Launcher