Adicione o seguinte código no seu site, dentro da tag :
<script>
function SocialShare(url) {
window.open('https://cristfy.com/share?url=' + url, '', 'height=600,width=800');
}
</script>
Em seguida, coloque o botão de compartilhamento após alterar a URL que deseja compartilhar no HTML da sua página:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>