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

---Advertisement---

IPL 2026 Points Table: लीग चरण में आधे से ज्यादा मैच हुए पूरे, इन चार टीमों का दबदबा; कोहली से छिनी ऑरेंज कैप

On: अप्रैल 26, 2026 9:07 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

आईपीएल 2026 अब रोमांचक मोड़ पर पहुंचता जा रहा है। सभी टीमों ने लीग चरण में अपने आधे मुकाबले खेल लिए हैं। आइए जानते 36 लीग मुकाबलों के बाद अंक तालिका का हाल क्या है और ऑरेंज-पर्पल कैप की दौड़ में कौन आगे चल रहा है…

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

LSG vs KKR Playing 11: केकेआर टीम में हो सकती है पथिराना की वापसी, क्या लखनऊ भी करेगी प्लेइंग-11 में बदलाव?

red and white modern breaking news youtube thumbnail

दिल्ली-टेकऑफ के दौरान स्विस फ्लाइट का इंजन फेल, आग लगी:6 घायल, 4 नवजात समेत 232 लोग सवार थे; फ्लाइट ज्यूरिख जा रही थी

red and white modern breaking news youtube thumbnail

अर्चना पूरन सिंह के बेटे से ₹87 हजार की ठगी:आयुष्मान से फ्री ट्रायल के नाम पर कंपनी ने पैसे लिए

red and white modern breaking news youtube thumbnail

अर्चना पूरन सिंह के बेटे से ₹87 हजार की ठगी:आयुष्मान से फ्री ट्रायल के नाम पर कंपनी ने पैसे लिए

red and white modern breaking news youtube thumbnail

RR Vs SRH: वैभव सूर्यवंशी के मुरीद हुए कमिंस, जमकर की इस बल्लेबाज की सराहना; बोले- मेरा नया पसंदीदा खिलाड़ी

red and white modern breaking news youtube thumbnail

स्मॉल फाइनेंस बैंक दे रहे सबसे ज्यादा रिटर्न:ओपनएआई का सबसे स्मार्ट GPT-5.5 लॉन्च, गेट्स-बफे दान न करते, तो दूसरे-तीसरे सबसे अमीर होते

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