Sponsored

Closing App Notice:

Due to non activity of users of jivanapp, We will shut down the Jivanapp After 31 July 2026, Till date please download your data from settings (Download Your Information). After that we will not responsible and erase all data permanently.


We will wait if activity of users increase we will stop this and continue for environment activist. Date: 20 March 2026
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: