分享插件
在您网站的 head 标签内添加以下代码:
<script>
 function SocialShare(url) {
  window.open('https://www.yalahula.com/share?url=' + url, '', 'height=600,width=800');
 }
</script>
				
然后更改您要分享的 URL 后,将分享按钮放置到您的页面 HTML 中:
<button onclick="SocialShare('http://yoursite.com/')">Share</button>
您也可以使用此代码分享当前页面:
<button onclick="SocialShare(window.location.href)">Share</button>
示例:
呀啦呼啦-Yalahula https://www.yalahula.com