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

---Advertisement---

SRH vs DC: राहुल-नीतीश की चूक और खराब फील्डिंग बनी दिल्ली की हार की वजह? कोच राव और कप्तान अक्षर ने खोली पोल

On: अप्रैल 22, 2026 8:43 पूर्वाह्न
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

प्रेग्नेंसी के बावजूद काम में बिजी दीपिका पादुकोण:पुनीत मल्होत्रा के साथ की शूटिंग, डायरेक्टर बोले- कर्ज चुकाऊंगा; 19 अप्रैल को अनाउंस की प्रेग्नेंसी

red and white modern breaking news youtube thumbnail

अभिषेक की कैमरामैन से अपील- पापा को दिखाइए:कहा- वे बाउंड्री के पास बैठकर मुझे बैटिंग सिखाते हैं

red and white modern breaking news youtube thumbnail

धुरंधर फैंस के लिए गुड न्यूज:फ्रैंचाइजी की तीसरी फिल्म द मेकिंग ऑफ धुरंधर की प्लानिंग में आदित्य धर, इस साल के आखिर में रिलीज होगी

red and white modern breaking news youtube thumbnail

IPL: धोनी करेंगे विकेटकीपिंग तो सैमसन का क्या होगा रोल? अश्विन ने किया खुलासा; CSK-MI मैच से पहले बढ़ा रोमांच

red and white modern breaking news youtube thumbnail

सेंसेक्स 700 अंक गिरकर 78,500 पर कारोबार कर रहा:निफ्टी भी 200 अंक गिरकर 24,400 से नीचे आया; आईटी शेयरों में सबसे ज्यादा बिकवाली

red and white modern breaking news youtube thumbnail

देश में बनी 141 दवाओं के सैंपल फेल:46 हिमाचल में मैन्युफैक्चर, CDSCO के ड्रग अलर्ट में खुलासा, खांसी-बुखार, कैंसर और हार्ट की मेडिसिन शामिल

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