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

---Advertisement---

IND vs AFG: डेब्यू पर चमके गुरनूर-हर्ष को कप्तान शुभमन गिल ने सराहा, बोले- लेंथ और स्विंग रही शानदार

On: जून 14, 2026 12:53 अपराह्न
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

FPI ने 15-दिन में भारतीय बाजार से ₹62,853 करोड़ निकाले:2026 में अब तक ₹2.87 लाख करोड़ की बिकवाली, जियोपॉलिटिकल तनाव का असर

red and white modern breaking news youtube thumbnail

ब्राजील- बंजी जम्पिंग के दौरान रस्सी बांधे बिना फेंका, VIDEO:21 साल की युवती की मौत; पुलिस ने 6 लोगों को हिरासत में लिया

red and white modern breaking news youtube thumbnail

टॉप-10-कंपनियों में से 8 की वैल्यू ₹1.90 लाख करोड़ बढ़ी:ICICI बैंक टॉप गेनर रही, वैल्यू ₹56,1.90 करोड़ बढ़ी; SBI-HDFC बैंक का मार्केट कैप भी बढ़ा

red and white modern breaking news youtube thumbnail

CG Murder: छोटे भाई ने बड़े भाई का किया मर्डर, गैती से किया ताबड़तोड़ हमला

red and white modern breaking news youtube thumbnail

दिल्ली तुगलकाबाद हादसा- पैसे के विवाद में आग लगाई:नाबालिग अंदर गई, पेट्रोल छिड़का; गाड़ियों में धमाका, हादसे में 3 जानें गईं थीं

red and white modern breaking news youtube thumbnail

भ्रामक दावे करने पर इमामी सहित 8 कंपनियों को नोटिस:FSSAI बोला- ‘जीरो मैदा ब्रेड’ और ‘ट्रू विटामिन’ जैसे नाम नियमों का उल्लंघन

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