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

---Advertisement---

IND vs WI: मुख्य कोच गौतम गंभीर ने कोलकाता में कालीघाट मंदिर के किए दर्शन, विंडीज के खिलाफ मैच से पहले की पूजा

On: फ़रवरी 28, 2026 12:13 अपराह्न
Follow Us:
ind vs wi: मुख्य कोच गौतम गंभीर ने कोलकाता में कालीघाट मंदिर के किए दर्शन, विंडीज के खिलाफ मैच से पहले की पूजा
---Advertisement---

भारत और वेस्टइंडीज के बीच रविवार को कोलकाता में टी20 विश्व कप का मैच होना है। इससे पहले टीम के मुख्य कोच गौतम गंभीर कालीघाट मंदिर में दर्शन करने पहुंचे हैं।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

एमपी समेत 9 राज्यों में बारिश:दिल्ली में जून का सबसे ठंडा दिन रहा, हिमाचल में दुकानों में पानी घुसा, राजस्थान में धूल का गुबार

red and white modern breaking news youtube thumbnail

2018 सेमीफाइनल में हारने वाली क्रोएशिया से इंग्लैंड का मुकाबला: कोलंबिया के सामने उज्बेकिस्तान का फीफा विश्व कप में पदार्पण; फुटबॉल में पहली बार घाना बनाम पनामा

red and white modern breaking news youtube thumbnail

डॉ के पर्चे के बगैर अब नहीं मिलेगा कफ सिरप:लॉन्ग रेंज लैंड अटैक क्रूज मिसाइल की सफल टेस्टिंग हुई, 17 जून के करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

रिलेशनशिप एडवाइज़ – अपने परिवार के साथ प्रेमी के खराब रिश्ते: क्या इससे हमारे रिश्ते पर असर पड़ेगा, क्या वह मेरे परिवार से प्यार करेगा?

red and white modern breaking news youtube thumbnail

खबर हटके- 40 साल से नहीं मुस्कुराई महिला:₹2 करोड़ की डिफेंडर को कुत्ते की तस्वीरों से ढका; सड़क जाम करने के लिए नोट उड़ाए

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