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

---Advertisement---

भारतीय टीम में बदलाव की तैयारी: श्रेयस का T20 कप्तान बनना लगभग तय, कौन होगा उपकप्तान? वैभव को मिल सकता है मौका

On: जून 5, 2026 12:12 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

अजीत अगरकर की अगुआई वाली चयन समिति की शनिवार को बैठक होनी है। इसमें आयरलैंड और इंग्लैंड के खिलाफ टी20 सीरीज के साथ ही एशियाई खेलों के लिए भारतीय टीम का चयन होना है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

CG Double Murder: तंत्र-मंत्र के नाम पर 2 बेटों का मर्डर, 7 दिन पूजा करने के बाद पानी में जहर मिलाकर पिलाया

red and white modern breaking news youtube thumbnail

वर्ल्ड बैंक में भारत के एग्जीक्यूटिव-डायरेक्टर बने इकोनॉमिस्ट नीलकंठ मिश्रा:उनका कार्यकाल 3 साल का होगा, परमेश्वरन अय्यर की जगह लेंगे

red and white modern breaking news youtube thumbnail

ट्रम्प बोले- भारत ने दशकों तक अमेरिका का फायदा उठाया:अब हम टैरिफ से खूब कमा रहे, फिर भी डील करेंगे क्योंकि मुझे मोदी पसंद

red and white modern breaking news youtube thumbnail

लॉर्ड्स टेस्ट के पहले दिन 16 विकेट गिरे:इंग्लैंड पहली पारी में 140 पर ऑलआउट; न्यूजीलैंड 61/6; रॉबिन्सन को 4 विकेट

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ में बदलेगा मौसम का मिजाज, 3 दिन आंधी-बारिश का अलर्ट, 60 किमी रफ्तार से चलेंगी हवाएं

red and white modern breaking news youtube thumbnail

World Environment Day: आज विश्व पर्यावरण दिवस, प्रकृति संरक्षण से ही आने वाली पीढ़ियों का भविष्य होगा सुरक्षित

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