https://web.whatsapp.com/send?phone=0123456789&text=Merhaba+<?php echo $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>
Kullanımı bu şekilde bunu bir görsele bir yazıya nereye eklemek istiyorsanız oraya ekleceksiniz.
mesela bu koda entegre edebilirmiyim hangi sayfadaysa o sayfayı algılasın linkini yollasın wpden;
https://web.whatsapp.com/send?phone=+905530131111&text=Merhaba+<?php echo $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>
<!-- GetButton.io widget -->
<script type="text/javascript">
(function () {
var options = {
whatsapp: "+905530131111", // WhatsApp number
call_to_action: "Bize mesaj gönderin", // Call to action
position: "right", // Position may be 'right' or 'left'
pre_filled_message: "Merhaba Bu Konsept Hakkında Bilgi Almak İstiyorum", // WhatsApp pre-filled message
};
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);
})();
</script>
<!-- /GetButton.io widget -->