Поділитися плагіном
Додайте наступний код на свій сайт усередині тегу head:
<script>
        function SocialShare(url) {
            window.open('https://test.ib.in.ua/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/')">Click me</button>
Пример: