Skip to main content
var options = {
whatsapp: "+905422392391",
call_to_action: "Bizim ile iletişime geçin",
position: "left",
};
var proto =
document.location.protocol,
host = "getbutton.io",
url = proto + "//static." + host;
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = url + '/widget-send-button/js/init.js';
s.onload = function ()
{ WhWidgetSendButton.init(host, proto, options); };
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();