Plugin de compartilhamento
Adicione o seguinte código ao seu site, dentro da tag .:
<script>
 function SocialShare(url) {
  window.open('https://brswing.com.br/share?url=' + url, '', 'height=600,width=800');
 }
</script>
				
Then place the share button after changing the URL you want to share to your page HTML:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>
Você também pode usar este código para compartilhar a página atual.:
<button onclick="SocialShare(window.location.href)">Share</button>
Exemplo:
BrSwing https://brswing.com.br