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

---Advertisement---

क्रिकेट का जादूगर: जसप्रीत बुमराह क्यों कहलाने लगे गेंदबाजी के ‘सचिन तेंदुलकर’? दो अलग कलाएं, मगर असर एक जैसा

On: मार्च 10, 2026 9:54 पूर्वाह्न
Follow Us:
क्रिकेट का जादूगर: जसप्रीत बुमराह क्यों कहलाने लगे गेंदबाजी के 'सचिन तेंदुलकर'? दो अलग कलाएं, मगर असर एक जैसा
---Advertisement---

जसप्रीत बुमराह और सचिन तेंदुलकर अलग-अलग युग और अलग-अलग कौशल के खिलाड़ी हैं, लेकिन उनके प्रभाव में अद्भुत समानता है। जिस तरह सचिन ने बल्लेबाजी को नई ऊंचाई दी, उसी तरह बुमराह ने आधुनिक तेज गेंदबाजी को नई पहचान दी है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

IND vs AFG: दूसरे वनडे में खेलते ही रोहित शर्मा रचेंगे कीर्तिमान; किस मामले में राहुल द्रविड़ को छोड़ेंगे पीछे

red and white modern breaking news youtube thumbnail

Vaibhav Sooryavanshi: वैभव सूर्यवंशी के गुस्से पर सवाल क्यों? खेल जगत के दिग्गज भी जवानी में खो चुके हैं आपा

red and white modern breaking news youtube thumbnail

चांदी ₹4,421 गिरकर ₹2.47 लाख पर आई:सोना ₹552 गिरकर ₹1.50 लाख का 10 ग्राम हुआ, कैरेट के हिसाब से देखें कीमत

red and white modern breaking news youtube thumbnail

TMC के दोनों गुटों का पक्ष सुनेंगे स्पीकर:ममता खेमे को भी बुलाया; बागी सांसदों के NCPI में विलय के दावे पर कानूनी राय लेंगे

red and white modern breaking news youtube thumbnail

‘किसी के साथ सोओगे नहीं तो रिप्लेस कर देंगे’:संचिता उगले सुसाइड केस के बाद एक्ट्रेस आंचल खुराना ने टीवी इंडस्ट्री पर उठाए सवाल

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