Sponsored

📢 Exciting Update Coming Soon!

We're upgrading Jivanapp with powerful community-focused features to make the platform even more useful for everyone.

🚀 Over the next few weeks, you'll start seeing exciting new features, improvements, and version updates.

🙏 Thank you for staying with us and for your amazing support. Your shares and referrals have helped Jivanapp grow, and we truly appreciate it.

❤️ Please keep sharing Jivanapp with your friends, family, schools, colleges, organizations, and communities. Stay tuned for the next version!

Share Plugin
Add the following code in your site, inside the head tag:
                                                                                <script>
                                                                                  function SocialShare(url) {
                                                                                      window.open('https://jivanapp.com/share?url=' + url, '', 'height=600,width=800');
                                                                                  }
                                                                                </script>
                                                                                
Then place the share button after changing the URL you want to share to your 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>
Example: