Live Chat Integration

Integrasikan live chat ke website Anda dengan 1 baris kode

📱 Link Mobile

Gunakan link berikut untuk akses chat dari mobile atau share ke customer:

https://your-domain.vercel.app/chat
Buka Chat Mobile →

💻 Script Embed

Copy 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>

📱 QR Code untuk Mobile

Scan QR code berikut untuk akses chat dari mobile:

QR Code

🔐 Admin Dashboard

Akses admin dashboard untuk membalas customer chat:

Login Admin →

👀 Live Preview

Lihat preview chat widget di bawah ini:

Website Anda