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

---Advertisement---

IPL 2026: केकेआर के लिए नहीं कम हो रही मुश्किलें, हर्षित के बाद आकाश दीप भी आईपीएल के पूरे सीजन से हुए बाहर

On: मार्च 21, 2026 3:52 पूर्वाह्न
Follow Us:
ipl 2026: केकेआर के लिए नहीं कम हो रही मुश्किलें, हर्षित के बाद आकाश दीप भी आईपीएल के पूरे सीजन से हुए बाहर
---Advertisement---

कोलकाता नाइट राइडर्स के लिए मुश्किलें लगातार बढ़ती जा रही हैं और उसके तेज गेंदबाज आकाश दीप आईपीएल से बाहर हो गए हैं। आकाश को चोट लगी थी और वह समय से फिट नहीं हो सके।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

GT vs MI: अहमदाबाद में गूंजा अश्विनी कुमार के नाम का शोर, कैसे गुजरात पर छोड़ा ‘इम्पैक्ट’? जानिए उनकी जुबानी

red and white modern breaking news youtube thumbnail

GT vs MI: ‘पहला शतक हमेशा खास होता है’, मुंबई के लिए संकटमोचक बने तिलक वर्मा; POTM अवॉर्ड जीतकर क्या बोले?

red and white modern breaking news youtube thumbnail

यूसुफ पठान के ससुर गिरफ्तार: बेटों के साथ मिलकर एक शख्स और उसके परिवार को पीटा; पुलिस ने तीन आरोपियों को दबोचा

red and white modern breaking news youtube thumbnail

GT vs MI: 100 पर सिमटी टीम, फिर भी अपने गेंदबाजों पर भड़के शुभमन; जानें हार के बाद गुजरात के कप्तान क्या बोले

red and white modern breaking news youtube thumbnail

पचपदरा रिफाइनरी अग्निकांड- सुरक्षा एजेंसियां जांच करने पहुंचीं:पीएम का दौरा स्थगित होने के बाद क्रेन से हटा रहे डोम; सीएम आज करेंगे निरीक्षण

red and white modern breaking news youtube thumbnail

INDIA DOPING CATEGORY | भारत डोपिंग के सबसे हाई रिस्क कैटेगरी में, AIU ने जारी की नई लिस्ट

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