Sponsored

📢 Important Update

Thanks to your support, Jivanapp has seen encouraging growth. However, we still need more community support to continue operating beyond 31 July 2026.

🚀 Please help by sharing Jivanapp with your friends, family, schools, colleges, organizations, and social media communities.

Every new registration brings us closer to securing Jivanapp's future. If we reach our required benchmark before the deadline, we will reconsider the closure decision.

🌱 Green Club is now live for users involved in environmental activities and plantation drives.

❤️ Every Share, Referral & New User Helps Keep Jivanapp Alive.

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: