<script>
var url = 'https://wati-integration-service.clare.ai/ShopifyWidget/shopifyWidget.js?16269';
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = url;
var options = {
"enabled":true,
"chatButtonSetting":{
"backgroundColor":"#4dc247",
"ctaText":"Hi",
"borderRadius":"25",
"marginLeft":"0",
"marginBottom":"50",
"marginRight":"50",
"position":"right"
},
"brandSetting":{
"brandName":"Liveupx",
"brandSubTitle":"How can I help you?",
"brandImg":"https://work.liveupx.com/media/public/LiveupX.jpg",
"welcomeText":"Hi there!\nHow can I help you?",
"messageText":"Hello, I have a question about {{page_link}}",
"backgroundColor":"#0a5f54",
"ctaText":"Start Chat",
"borderRadius":"25",
"autoShow":false,
"phoneNumber":"917060371701"
}
};
s.onload = function() {
CreateWhatsappChatWidget(options);
};
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
</script>
Search Knowledge Base Articles
How to add a WhatsApp Chat floating button on website?
Just add the given code below and replace & customize the data as per your requirements.
Did you find this article useful?
Related Articles
-
To add a course and assign lessons in Learnpress LMS plugin:
To add a course and assign lessons in Learnpress LMS plugin: Login to the WordPress dashboard and go to the LearnPress plugin section. C... -
How to install cyberpanel on aws EC2 Ubantu?
To install CyberPanel on an AWS EC2 Ubuntu instance, you will need to follow these steps: 1. First, make sure that you have an AWS account and have l... -
How to increase the size of your AWS EC2 instance from t2.micro to t2.small?
To increase the size of your AWS EC2 instance from t2.micro to t2.small, follow these steps: 1. Log in to the AWS Management Console and navigate to ... -
Difference between Git & Github?
Difference between Git & Github? Git and GitHub are related but distinct technologies. Here are some key differences between the two: Git is a ve... -
Basics of Git. Basic Commands & how to use it?
Basics of Git. Basic Commands & how to use it? Git is a distributed version control system that is used to track changes to files and manage proje...