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

---Advertisement---

Explainer: आयरलैंड के खिलाफ क्यों हारा भारत, कौन से बदलाव घातक साबित हुए? 2-0 से क्लीन स्वीप के आठ बड़े कारण

On: जून 29, 2026 10:00 पूर्वाह्न
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

चांदी ₹5,059 बढ़कर ₹2.22 लाख किलो पर पहुंची:10 ग्राम सोना ₹2,038 महंगा हुआ, इस साल दाम ₹9 हजार बढ़ चुके

red and white modern breaking news youtube thumbnail

Raipur News: PM आवास हो रहे है जर्जर, कब ढह जायेंगे कोई गारंटी नहीं; घटिया क्वालिटी के मटेरियल से हुआ निर्माण ?

red and white modern breaking news youtube thumbnail

जम्मू-कश्मीर के उपराज्यपाल ने बाबा अमरनाथ की पूजा की:3 जुलाई से यात्रा शुरू; 28 अगस्त को छड़ी मुबारक पहुंचने के साथ खत्म होगी

red and white modern breaking news youtube thumbnail

CG Weather Update: छत्तीसगढ़ में अगले 4 दिन झमाझम बारिश के आसार, कई जिलों में आकाशीय बिजली का अलर्ट

red and white modern breaking news youtube thumbnail

CG Accident: मॉर्निंग वॉक पर निकले 3 लोगों को अज्ञात वाहन ने कुचला, तीनों की दर्दनाक मौत

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