Tambah kode ing ngisor iki ing situs sampeyan, ing tag sirah:
<script> function SocialShare(url) { window.open('https://onetouch.co.id/share?url=' + url, '', 'height=600,width=800'); } </script>
Banjur selehake tombol bareng sawise ngganti URL sing pengin dituduhake menyang HTML kaca:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>
Also you can use this code to share the current page:
<button onclick="SocialShare(window.location.href)">Share</button>