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

---Advertisement---

IPL 2026: किस तरह गुजरात टाइटंस को मौजूदा सीजन में मिली सफलता? प्रसिद्ध कृष्णा ने किया खुलासा; जानें क्या कहा

On: मई 15, 2026 9:55 पूर्वाह्न
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

दिन में नौकरी, शाम को खिलौनों से मन बहला रहे: हांगकांग-जापान में बच्चों के खेल में युवाओं की रुचि बढ़ी, पुरानी हसरतें पूरी कर रहे

red and white modern breaking news youtube thumbnail

टॉप-10-कंपनियों में से 6 की वैल्यू ₹88 हजार करोड़ बढ़ी:ICICI बैंक टॉप गेनर रहा, वैल्यू ₹29,588 करोड़ बढ़ी; HDFC बैंक-रिलायंस का मार्केट कैप भी बढ़ा

red and white modern breaking news youtube thumbnail

हर्षाली ने 20 बार सलमान के हाथ पर थूका था:फिल्म ‘बजरंगी भाईजान’ के एक्टर मनोज बख्शी ने शूटिंग का किस्सा शेयर किया

red and white modern breaking news youtube thumbnail

FIFA WC 2026: शुभमन गिल पर चढ़ा फुटबॉल विश्वकप का फीवर! US में ब्राजील के दिग्गज रोनाल्डिन्हो के साथ आए नजर

red and white modern breaking news youtube thumbnail

सेशेल्स में मोदी को गार्ड ऑफ ऑनर दिया गया:पीएम संसद को संबोधित करेंगे, भारतीय समुदाय से भी मिलेंगे; 3 दिन के दौरे पर हैं

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