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

---Advertisement---

IPL 2026: बैट जीतने की शर्त ने बदली गेम! श्रेयस अय्यर ने बताया- पंजाब के बल्लेबाज क्यों कर रहे छक्कों की बरसात

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

पंजाब किंग्स की जीत के पीछे सिर्फ शानदार बल्लेबाजी नहीं, बल्कि टीम का सकारात्मक माहौल और खिलाड़ियों को मिली आजादी भी बड़ी वजह है। श्रेयस अय्यर की ‘सिक्स कॉन्टेस्ट’ रणनीति ने टीम में आत्मविश्वास भरा, जिसका असर मैदान पर साफ दिखा।

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

जापान में 7.5 तीव्रता का भूकंप आया:3 मीटर तक सुनामी लहरे आने की आशंका, लोगों से ऊंचे इलाकों में जाने की अपील

red and white modern breaking news youtube thumbnail

Durg Murder: सिलबट्टे से वार कर पत्नी ने पति का किया मर्डर, पुलिस के छूटे पसीने

red and white modern breaking news youtube thumbnail

Raipur Breaking: रायपुर में भाजपा की जनआक्रोश रैली, कई रास्ते बंद; इन रूटों का करें इस्तेमाल

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