क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

पहचान की ओर साहसी कदम: अनाया बांगड़ की जेंडर-अफर्मिंग सर्जरी सफल, कहा- यह मेरी लंबी यात्रा का अहम पड़ाव

On: मार्च 15, 2026 5:02 पूर्वाह्न
Follow Us:
पहचान की ओर साहसी कदम: अनाया बांगड़ की जेंडर अफर्मिंग सर्जरी सफल, कहा यह मेरी लंबी यात्रा का अहम पड़ाव
---Advertisement---

पूर्व भारतीय क्रिकेटर और कोच संजय बांगड़ की संतान अनाया बांगड़ की जेंडर-अफर्मिंग सर्जरी सफल रही है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

ओडिशा में 44.6°C तापमान, दोपहर में जनगणना प्रक्रिया पर रोक:यूपी में सड़कों पर वाटर स्प्रे; दिल्ली के स्कूलों में पानी पीने के लिए बजेगी घंटी

red and white modern breaking news youtube thumbnail

इंडियन आर्मी को मिलेंगे TRAWL टैंक कवच:भारत ने तंजानिया को 2 टन लाइफ सपोर्ट मेडिसिन भेजीं, 23 अप्रैल के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

वैभव के सबसे तेज 500 आईपीएल रन: जडेजा ने 17वीं बार प्लेयर ऑफ द मैच अवॉर्ड जीता, जोफ्रा राजस्थान के हाईएस्ट विकेट टेकर; मोमेंट्स-रिकॉर्ड्स

red and white modern breaking news youtube thumbnail

पैरेंटिंग – मैं सिंगल मदर हूँ: पति मारता था, इसलिए छोड़ दिया, अब बेटा अपने पापा के बारे में सवाल पूछता है, उसे कैसे समझाऊं

red and white modern breaking news youtube thumbnail

सत्यजीत रे की 34वीं डेथ एनिवर्सरी:सरकार से लोन लेकर बनाई पहली फिल्म; नेहरू की डॉक्यूमेंट्री बनाने से इनकार, मृत्यु शैया पर दी ऑस्कर स्पीच

red and white modern breaking news youtube thumbnail

खबर हटके- तोते को बचाने के लिए बुलाई फायर ब्रिगेड:ट्रैफिक पुलिस की जैकेट में लगा पंखा; मां को शरण दी, पिता-बेटे को देश से निकाला

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });