Integrasikan live chat ke website Anda dengan 1 baris kode
Gunakan link berikut untuk akses chat dari mobile atau share ke customer:
https://your-domain.vercel.app/chatCopy dan paste kode berikut sebelum tag </body> di website Anda:
<script>
(function() {
var iframe = document.createElement('iframe');
iframe.src = 'https://your-domain.vercel.app/chat';
iframe.style.cssText = 'position:fixed;bottom:20px;right:20px;width:380px;height:600px;border:none;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,0.2);z-index:99999;';
iframe.id = 'live-chat-iframe';
document.body.appendChild(iframe);
})();
</script>Scan QR code berikut untuk akses chat dari mobile:

Lihat preview chat widget di bawah ini: