function CreateWhatsappChatWidget(option = { brandSetting: { autoShow: true, backgroundColor: "#0a6114", borderRadius: "25", brandImg: "", siteadi:"UzmanDil", brandImgData: null, brandName: "UzmanDil", brandSubTitle: "Online", ctaText: "Sohbete Başla", welcomeText: "Merhaba, bir sorum var, yardımcı olur musunuz?", messageText: "", phoneNumber: "+905468550715" }, chatButtonSetting: { backgroundColor: "#4dc247", borderRadius: "25", ctaText: "", marginLeft: "0", marginRight: "20", marginBottom: "20", position: "right" }, enabled: false }) { if (option.enabled == false) { return; } if (!option.chatButtonSetting.position) { option.chatButtonSetting.position = "right"; option.chatButtonSetting.marginBottom = "30"; option.chatButtonSetting.marginLeft = "0"; option.chatButtonSetting.marginRight = "0"; } var css = document.createElement("STYLE"); if (window.jQuery) { initWidget(); } else { var script = document.createElement("SCRIPT"); script.src = 'https://theme.uzmandil.com/all/jss/chatter/jquery.js'; script.type = 'text/javascript'; script.onload = function () { initWidget(); }; document.getElementsByTagName("head")[0].appendChild(script); } function initWidget() { if (option.brandSetting.messageText) { option.brandSetting.messageText = option.brandSetting.messageText.replaceAll("{{page_link}}", encodeURIComponent(window.location.href)); option.brandSetting.messageText = option.brandSetting.messageText.replaceAll("{{page_title}}", window.document.title); option.brandSetting.messageText = option.brandSetting.messageText.replaceAll("\n", "%0A"); } jQuery('body').append(`