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

---Advertisement---

Shreyas Iyer: क्या आईपीएल के दम पर भारतीय टी20 टीम में वापसी कर पाएंगे श्रेयस अय्यर? इरफान पठान ने दिया जवाब

On: अप्रैल 18, 2026 12:17 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

वानखेड़े में हुए मैच में मुंबई इंडियंस ने पहले खेलते हुए छह विकेट पर 195 रन बनाए थे। पंजाब ने 16.3 ओवर में पांच विकेट पर 198 रन बनाकर मैच जीता। पंजाब के लिए प्रभसिमरन ने 39 गेंदों पर नाबाद 80 और अय्यर ने 35 गेंदों पर 66 रन बनाए।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

हेरा फेरी 3 फिलहाल नहीं बन रही है:अक्षय कुमार ने किया कन्फर्म; बोले- कुछ बातें ऐसी हैं, जो नहीं बता सकते

red and white modern breaking news youtube thumbnail

विराट कोहली के सपोर्ट में उतरीं अमीषा पटेल:जर्मन मॉडल की फोटो लाइक करने पर हो रही ट्रोलिंग पर बोलीं- कहा- ये कोई पाप है क्या

red and white modern breaking news youtube thumbnail

एडोब ने स्टूडेंट स्पेसेस नाम का प्लेटफॉर्म लॉन्च किया:AI अब स्टडी पार्टनर; एडोब के 8 टूल्स से पढ़ें, गूगल भी दे रहा नीट के फ्री मॉक टेस्ट

red and white modern breaking news youtube thumbnail

Raipur IPL 2026: रायपुर में IPL मैच, फिजिकल टिकट बंद; QR Code से ही एंट्री

red and white modern breaking news youtube thumbnail

दावा- तानिया चटर्जी को युजवेंद्र चहल ने भेजा मानहानि नोटिस:एक्ट्रेस ने कहा- मैंने किसी की इमेज खराब नहीं की, क्रिकेटर का सम्मान करती हूं

red and white modern breaking news youtube thumbnail

Holiday 2026: रायपुर में कर्मचारियों के लिए 3 स्थानीय अवकाश घोषित, आदेश जारी

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