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

---Advertisement---

IPL 2026: 18 साल में पहली बार हुआ ऐसा! KKR के नाम जुड़ा अनचाहा रिकॉर्ड; CSK इस सीजन ऐसा करने वाली पहली टीम बनी

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

CSK vs KKR के आंकड़े बताते हैं कि चेन्नई का कोलकाता पर हमेशा दबदबा रहा है, खासकर चेपॉक में। वहीं KKR इस समय लगातार हार के दौर से गुजर रही है, जिससे उनकी स्थिति और कमजोर हो गई है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

भूत बंगला की एडवांस बुकिंग स्लो:पहले दिन महज 14 लाख के टिकट बिके, धुरंधर-2 से हो सकता है नुकसान, पहले भी क्लैश के डर से पोस्टपोन हुई थी

red and white modern breaking news youtube thumbnail

टाटा मोटर्स की 10लाखवीं गाड़ी को सीएम ने दिखाई झंडी:उसी ई-बस में बैठे, लखनऊ में 5 साल में 20 लाख गाड़ियां बनेंगी

red and white modern breaking news youtube thumbnail

PM मोदी आज कर्नाटक के दौरे पर:श्री गुरु भैरवैक्य मंदिर का उद्घाटन किया, पूर्व प्रधानमंत्री देवेगौड़ा के साथ बुक जारी करेंगे

red and white modern breaking news youtube thumbnail

SAKTI BOILER BLAST | मजिस्ट्रियल जांच के आदेश, कांग्रेस ने बनाई समिति

red and white modern breaking news youtube thumbnail

केकेआर के कप्तान अजिंक्य रहाणे पर 12 लाख का जुर्माना: चेन्नई के खिलाफ मैच में स्लो ओवर रेट के चलते कार्रवाई; सीजन की पहली गलती

red and white modern breaking news youtube thumbnail

Fact Check: क्या शोएब मलिक और सना जावेद बने माता-पिता? वायरल तस्वीरों की सच्चाई आई सामने; जानें पूरा मामला

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