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

---Advertisement---

IPL 2026: गुजरात टाइटंस के खिलाड़ियों की बाल-बाल बची जान! होटल लौटते वक्त बस में लगी आग; जानें कैसे हुआ हादसा

On: जून 1, 2026 8:28 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

आईपीएल 2026 फाइनल में हार के बाद गुजरात टाइटंस के लिए एक और मुश्किल स्थिति पैदा हो गई जब अहमदाबाद में टीम की बस में शॉर्ट सर्किट के कारण आग लग गई। हालांकि सभी खिलाड़ियों और सपोर्ट स्टाफ को सुरक्षित बाहर निकाल लिया गया।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

Virat-Anushka Photos: ट्रॉफी पर ऐसा क्या लिखा था, जिसे देख हंस पड़े कोहली-अनुष्का और भुवनेश्वर? देखें तस्वीरें

red and white modern breaking news youtube thumbnail

खिताबी जीत के पल: पत्नी अनुष्का के साथ जमकर झूमे विराट कोहली, फोटोज में देखें किस तरह चैंपियंस ने मनाया जश्न

red and white modern breaking news youtube thumbnail

वैभव बोले- आईपीएल में परिस्थितियों के हिसाब से खेलना सीखा: अब फिटनेस पर ध्यान दूंगा; मैच के बाद शास्त्री-गावस्कर से बातचीत की

red and white modern breaking news youtube thumbnail

JEE Advanced 2026 रिजल्ट जारी:दिल्ली जोन के शुभम कुमार ने किया टॉप, 1,79 लाख कैंडिडेट्स ने दी थी परीक्षा

red and white modern breaking news youtube thumbnail

कांग्रेस नेता राहुल गांधी आज पुष्कर आएंगे:पार्टी के चिंतन शिविर में होंगे शामिल, 65 जिला अध्यक्षों को संबोधित करेंगे

red and white modern breaking news youtube thumbnail

सेंसेक्स 300 अंक चढ़कर 75,100 पर कारोबार कर रहा:निफ्टी में 100 अंकों की तेजी; आईटी शेयरों में सबसे ज्यादा खरीदारी

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