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

---Advertisement---

Vaibhav Sooryavanshi: ‘प्लेइंग-11 में वैभव को मौका देना चाहिए’, सुनील गावस्कर ने टीम प्रबंधन से की मांग

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

भारतीय टीम के दिग्गज बल्लेबाज सुनील गावस्कर चाहते हैं कि टीम प्रबंधन वैभव सूर्यवंशी को प्लेइंग-11 में शामिल होने का मौका दे। वैभव को इस सीरीज के लिए भारतीय टीम में चुना गया है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

अमेरिका में फर्जी पिज्जा-ऑर्डर के बहाने भारतीय युवक की हत्या:डिलीवरी देने पहुंचा था तेलंगाना का अंशुल; परिवार का आरोप- साजिश रचकर गोली मारी

red and white modern breaking news youtube thumbnail

Women’s T20 World Cup: टी20 विश्व कप में ऑस्ट्रेलिया का रहा है दबदबा, अब तक कितनी टीमें जीत चुकी हैं खिताब?

red and white modern breaking news youtube thumbnail

मलयालम एक्टर सलीम कुमार का कार्डियक अरेस्ट से निधन:नेशनल अवार्ड विनर थे; 300 से ज्यादा फिल्मों में काम किया

red and white modern breaking news youtube thumbnail

मलयालम एक्टर सलीम कुमार का कार्डियक अरेस्ट से निधन:राष्ट्रीय पुरस्कार मिला था; तमिल-ओडिया समेत 300 से ज्यादा फिल्मों में काम किया

red and white modern breaking news youtube thumbnail

दिल्ली में प्रदर्शन के बाद अपने घर पहुंचे अभिजीत दीपके:बोले- सरकार ने ट्रेलर देखा कॉकरोच क्या कर सकते हैं, लेकिन बात खत्म नहीं हुई

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