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