GiancarloJSantos / Whatsapp-Chat-Widget-imlolman

A Simple Whatsapp Widget for your Website

Home Page:https://imlolman.github.io/Whatsapp-Chat-Widget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Chat widget for websites

Demo: https://imlolman.github.io/Whatsapp-Chat-Widget/

Demo.mp4

Instructions

  • Download WhatsappChatBox.min.js from here.

  • Add the file to your header <script src="WhatsappChatBox.min.js"></script>

  • Initiate with the configuration Configure with your settings

  new WAChatBox({
    link: "https://wa.me/919999999999",
    user: {
      name: "Alice",
      avatar: "https://randomuser.me/api/portraits/women/66.jpg",
      status: "Typically replies within an hour",
    },
    text: `Hey There ๐Ÿ‘‹<br><br>I'm here to help, so let me know what's up and I'll be happy to find a solution ๐Ÿค“`,
    button_text: "Need Help?",
  });

About

A Simple Whatsapp Widget for your Website

https://imlolman.github.io/Whatsapp-Chat-Widget/


Languages

Language:JavaScript 61.0%Language:CSS 33.8%Language:HTML 5.2%