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

---Advertisement---

T20 World Cup: महिला टी20 विश्वकप में अपने और शेफाली के रोल को लेकर क्या बोलीं स्मृति मंधाना? जानें

On: जून 3, 2026 4:30 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

हार से निराश भारतीय टीम की उपकप्तान और सलामी बल्लेबाज स्मृति मंधाना ने कहा है कि विश्व कप में उनका और शेफाली वर्मा की भूमिका काफी अहम होगी।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

अब ममता के करीबी सौमित्र पर अंडे फेंके गए:TMC की धनुरहाट सरपंच को लोगों ने घेरा, हाथ जोड़कर घुटनों के बल बैठीं, माफी मांगती दिखीं

red and white modern breaking news youtube thumbnail

NEET के बाद, UPSC सिविल सर्विस भर्ती पर भी विवाद:प्रीलिम्‍स का पैटर्न बदलने का आरोप, पिछले साल से कम कैंडिडेट्स ने क्‍वालिफाई किया

red and white modern breaking news youtube thumbnail

12 साल बाद बांग्लादेशी महिला को वापस भेजने की तैयारी:फेसबुक पर मुलाकात के बाद गुजराती युवक से की थी लव-मैरिज, पति बोला- वहां मार डालेंगे

red and white modern breaking news youtube thumbnail

ममता ने अपनी हार को कलकत्ता हाईकोर्ट में चुनौती दी:भवानीपुर में शुभेंदु से 15,105 वोट से हारी थीं; काउंटिंग के दौरान मारपीट का आरोप लगाया था

red and white modern breaking news youtube thumbnail

मस्क बोले- सरकारी मदद से नहीं मिली सफलता:स्पेसएक्स-टेस्ला की कुल वैल्यू में इंसेंटिव्स सिर्फ 2%; हाल ही में दुनिया के पहले ट्रिलिनियर बने

red and white modern breaking news youtube thumbnail

मस्क बोले- सरकारी मदद के दम पर नहीं मिली सफलता:स्पेसएक्स-टेस्ला की कुल वैल्यू में इंसेंटिव्स सिर्फ 2%; दुनिया के पहले ट्रिलिनियर बने

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!"); } });