ms.bind("ms.page_loaded", function (event) { // Add WhatsApp widget to the site after the page is fully loaded var whatsappWidget = document.createElement("a"); whatsappWidget.href = "https://wa.me/9334996961"; // Replace YOURNUMBER with your WhatsApp number whatsappWidget.target = "_blank"; whatsappWidget.innerHTML = ''; document.body.appendChild(whatsappWidget); });