שיתוף תוסף
הוסף את הקוד הבא באתר שלך, בתוך תג הראש:
                                                                                <script>
                                                                                  function SocialShare(url) {
                                                                                      window.open('https://manbat-team.co.il/share?url=' + url, '', 'height=600,width=800');
                                                                                  }
                                                                                </script>
                                                                                
לאחר מכן הצב את לחצן השיתוף לאחר שינוי כתובת ה-URL שברצונך לשתף לדף HTML של הדף:
<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>
לדוגמה: