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

---Advertisement---

IPL 2026 Points Table: गुजरात से हार के बाद भी आरसीबी दूसरे स्थान पर कायम, ऑरेंज-पर्पल कैप की दौड़ में कौन आगे

On: मई 1, 2026 8:56 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

IPL Points Table Team Standings 2026: आईपीएल 2026 में 42 लीग मैच खेले जा चुके हैं। अब तक सभी टीमों ने अपने आधे से ज्यादा मैच खेल लिए हैं। पंजाब की टीम तालिका में शीर्ष पर कायम है, जबकि गुजरात के खिलाफ हार के बावजूद आरसीबी को नुकसान नहीं हुआ है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

धर्मेंद्र को याद कर भावुक हुईं हेमा मालिनी:कहा– मुझे उनकी याद आती है, उनके बिना जिंदगी कैसे जीऊंगी नहीं जानती

red and white modern breaking news youtube thumbnail

वर्ल्ड अपडेट्स:ट्रम्प ने भारत-पाक संघर्ष को टैरिफ की धमकी से सुलझाने का दावा दोहराया

red and white modern breaking news youtube thumbnail

मणिपुर में दो बच्चों के शव 24 दिन से रखे:7 अप्रैल को घर पर बम हमले में जान गई थी; दादा बोले- हमें हत्यारे चाहिए

red and white modern breaking news youtube thumbnail

ऑनलाइन गेमिंग के लिए नए नियम आज से लागू:मनी गेमिंग पर बैन, ई-स्पोर्ट्स को बढ़ावा; नियमों के उल्लंघन पर ₹2 करोड़ तक जुर्माना और जेल

red and white modern breaking news youtube thumbnail

ऑनलाइन गेमिंग के लिए नए नियम आज से लागू:मनी गेम्स पर बैन, ई-स्पोर्ट्स को बढ़ावा; नियमों के उल्लंघन पर ₹2 करोड़ तक जुर्माना

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