在你的网站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>