WhatsApp Floating
Use it for a fixed WhatsApp button that opens a chat with a predefined message.
Main fields
phoneNumber: international format (example:5511999999999)message: predefined first messageposition:leftorrightdelay: display delay in secondsshowBadge,badgeTextbackgroundColor,textColor
Example
<script>
window.sendeasyWhatsApp = {
phoneNumber: "5511999999999",
message: "Hello! I would like more information.",
position: "right",
delay: 5,
showBadge: true,
badgeText: "Need help?",
backgroundColor: "#25D366",
textColor: "#ffffff",
};
</script>
<script src="https://widget.sendeasy.pro/whatsapp-floating.js" defer></script>