$('#example').czmChatSupport({ /* Button Settings */ button: { position: "right", /* left, right or false. "position:false" does not pin to the left or right */ style: 1, /* Button style. Number between 1 and 7 */ src: '', /* Image, Icon or SVG */ backgroudColor: "#10c379", /* Html color code */ effect: 1, /* Button effect. Number between 1 and 7 */ notificationNumber: "1", /* Custom text or false. To remove, (notificationNumber:false) */ speechBubble: "Como podemos lhe ajudar ?", /* To remove, (speechBubble:false) */ pulseEffect: true, /* To remove, (pulseEffect:false) */ text: { /* For Button style larger than 1 */ title: "Need help? Chat with us", /* Writing is required */ description: "Customer Support", /* To remove, (description:false) */ online: "I'm Online", /* To remove, (online:false) */ offline: "I will be back soon" /* To remove, (offline:false) */ } }, /* Popup Settings */ popup: { automaticOpen: false, /* true or false (Open popup automatically when the page is loaded) */ outsideClickClosePopup: true, /* true or false (Clicking anywhere on the page will close the popup) */ effect: 1, /* Popup opening effect. Number between 1 and 15 */ header: { backgroundColor: "#10c379", /* Html color code */ title: "Estamos aqui pra lhe ajudar", /* Writing is required */ description: "Escolha o tipo de atendimento" /* To remove, (description:false) */ }, /* Representative Settings */ persons: [ /* Copy for more representatives [::Start Copy::] */ { avatar: { src: '', /* Image, Icon or SVG */ backgroundColor: "#ffffff", /* Html color code */ onlineCircle: true /* Avatar online circle. To remove, (onlineCircle:false) */ }, text: { title: "Maria Inês", /* Writing is required */ description: "Atendente I.A 24H", /* To remove, (description:false) */ online: "Estou on line", /* To remove, (online:false) */ offline: "Desculpe, no momento off line" /* To remove, (offline:false) */ }, link: { desktop: "https://web.whatsapp.com/send?phone=5531982695294&text=Oi", /* Writing is required */ mobile: "https://wa.me/5531982695294/?text=Oi" /* If it is hidden desktop link will be valid. To remove, (mobile:false) */ }, onlineDay: { /* Change the day you are offline like this. (sunday:false) */ sunday: "00:01-23:59", monday: "00:01-23:59", tuesday: "00:01-23:59", wednesday: "00:01-23:59", thursday: "00:01-23:59", friday: "00:01-23:59", saturday: "00:01-23:59" } }, /* [::End Copy::] */ /* Copy for more representatives [::Start Copy::] */ { avatar: { src: '', /* Font, Image or SVG */ backgroundColor: "#ffffff", /* Html color code */ onlineCircle: true /* Avatar online circle. To remove, (onlineCircle:false) */ }, text: { title: "João Pedro", /* Writing is required */ description: "Comercial", /* Custom text or false. To remove, (description:false) */ online: "Estou On Line", /* Custom text or false. To remove, (online:false) */ offline: "Desculpe, no momento Off Line" /* Custom text or false. To remove, (offline:false) */ }, link: { desktop: "https://web.whatsapp.com/send?phone=5531982695294&text=Oi", /* Writing is required */ mobile: "https://wa.me/5531982695294/?text=Oi" /* If it is hidden desktop link will be valid. To remove, (mobile:false) */ }, onlineDay: { /* Change the day you are offline like this. (sunday:false) */ sunday: "00:00-00:00", monday: "09:00-20:00", tuesday: "09:00-20:00", wednesday: "09:00-20:00", thursday: "09:00-20:00", friday: ":09:00-20:00", saturday: "09:00-15:00" } }, /* [::End Copy::] */ /* Copy for more representatives [::Start Copy::] */ { avatar: { src: ',', /* Font, Image or SVG */ backgroundColor: "#ffffff", /* Html color code */ onlineCircle: true /* Avatar online circle. To remove, (onlineCircle:false) */ }, text: { title: "Erasmo Braga", /* Writing is required */ description: "Suporte Técnico", /* Custom text or false. To remove, (description:false) */ online: "Estou On Line", /* Custom text or false. To remove, (online:false) */ offline: "Desculpe, no momento Off Line" /* Custom text or false. To remove, (offline:false) */ }, link: { desktop: "https://web.whatsapp.com/send?phone=5531982695294&text=Oi", /* Writing is required */ mobile: "https://wa.me/5531982695294/?text=Oi" /* If it is hidden desktop link will be valid. To remove, (mobile:false) */ }, onlineDay: { /* Change the day you are offline like this. (sunday:false) */ sunday: "00:00-00:00", monday: "09:00-20:00", tuesday: "09:00-20:00", wednesday: "09:00-20:00", thursday: "09:00-20:00", friday: "09:00-20:00", saturday: "09:00-15:00" } }, /* [::End Copy::] */ ] }, /* Other Settings */ sound: true, /* true (default sound), false or custom sound. Custom sound example, (sound:'assets/sound/notification.mp3') */ changeBrowserTitle: "Nova mensagem !", /* Custom text or false. To remove, (changeBrowserTitle:false) */ cookie: false, /* It does not show the speech bubble, notification number, and pulse effect again for the specified time. For example, do not show for 1 hour, (cookie:1) or to remove, (cookie:false) */ });