插件分享器
在您的站點的 head 標記內添加以下代碼:
<script>
        function SocialShare(url) {
            window.open('https://zlmcrafter.com/share?url=' + url, '', 'height=600,width=800');
        }
    </script>
然後在更改要共享到頁面 HTML 的 URL 後放置共享按鈕:
<button onclick="SocialShare('http://yoursite.com/')">Click me</button>
例子: