Entdecken Sie die von uns angebotenen Entwickler-Tools
<script> function SocialShare(url) { window.open('https://www.fahndungx.com/share?url=' + url, '', 'height=600,width=800'); } </script>
<button onclick="SocialShare('http://yoursite.com/')">Share</button>
<button onclick="SocialShare(window.location.href)">Share</button>