在你的網站head標籤內添加以下代碼:
<script>
function SocialShare(url) {
window.open('https://comm.sunday.news/share?url=' + url, '', 'height=600,width=800');
}
</script>
然後在你的頁面HTML中放置分享按鈕:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>