Partager le plugin
Ajoutez le code suivant dans votre site, Ă  l’intĂ©rieur de la balise head:
                                                                        <script>
                                                                          function SocialShare(url) {
                                                                              window.open('https://delus.monster/share?url=' + url, '', 'height=600,width=800');
                                                                          }
                                                                        </script>
                                                                        
Placez ensuite le bouton de partage aprĂšs avoir modifiĂ© l’URL que vous souhaitez partager sur votre page 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>
Exemple:
Delus ® đŸŸ https://delus.monster