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

---Advertisement---

IPL 2026: ‘शॉर्ट बॉल नहीं खेल पाएगा’, इन आलोचनाओं और तानों ने बदली श्रेयस अय्यर की सोच; घायल से बना दिया घातक

On: अप्रैल 28, 2026 11:54 पूर्वाह्न
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

बंगाल- आज विधानसभा में पेश हो सकता है UCC बिल:भाजपा ने सरकार बनने के 6 महीने के अंदर लागू करने का वादा किया था

red and white modern breaking news youtube thumbnail

सिया के इशारे पर चेतन ने केतन को धक्का दिया:पुलिस का दावा- केतन गिरते वक्त सिया को पकड़ न सके, इसलिए बहाने से बैठ गई

red and white modern breaking news youtube thumbnail

22 राज्यों तक पहुंचे मानसून की रफ्तार पड़ी धीमी:असम, मेघालय, पश्चिम बंगाल में अलर्ट, 6 राज्यों में प्री-मानसून बारिश जारी

red and white modern breaking news youtube thumbnail

शारीरिक स्वास्थ्य – नवजात शिशु के बर्थमार्क को इग्नोर न करें: यह हेमेंजियोमा हो सकता है, डॉक्टर से इसके कारण, लक्षण और उपचार के बारे में जानें

red and white modern breaking news youtube thumbnail

भारत 16 टी20 सीरीज बाद हारा:अभिषेक छठी बार शून्य पर आउट; श्रेयस पहले 2 मैच हारने वाले दूसरे भारतीय कप्तान

red and white modern breaking news youtube thumbnail

स्‍वदेशी सैटेलाइट बेस्‍ड नेविगेशन तकनीक से पहली सफल लैंडिंग:गुजरात में देश की पहली सरकारी कैब सर्विस भारत टैक्‍सी लॉन्‍च; 29 जून के करेंट अफेयर्स

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