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

---Advertisement---

Thalapathy Vijay: थलापति विजय की जीत में दिखा ‘धोनी फैक्टर’? तमिलनाडु चुनाव में सीएसके कनेक्शन की चर्चा तेज

On: मई 5, 2026 3:11 पूर्वाह्न
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

आमिर खान से भाई फैसल ने माफी मांगी:कहा- मैं अपनी गलती सुधारूंगा, वो अपनी सुधारें, पुराने बयान पर पछतावा जाहिर किया, शादी की बधाई दी

red and white modern breaking news youtube thumbnail

वेनेजुएला में मारे गए भारतीय नाविक के ब्रेन, फेफड़े-दिल निकाले:परिवार बोला- शरीर पर 22 कट मिले, पहले ही पोस्टमॉर्टम हो चुका था

red and white modern breaking news youtube thumbnail

महाराष्ट्र के मंत्री बोले-कौन सा पेड़ गिरेगा कोई नहीं जानता:मुंबई में बस पर पेड़ गिरने से 11 साल के बच्चे की जान गई थी

red and white modern breaking news youtube thumbnail

RRB ग्रुपD रिजल्ट के इंतजार में कैंडिडेट्स ने बनाए मीम्स:रेलवे भर्ती बोर्ड ने रिजल्ट किया जारी, 1 करोड़ उम्मीदवारों ने दी थी परीक्षा

red and white modern breaking news youtube thumbnail

एआई से ठगी; स्कैमर 100 भाषाओं में बना रहे शिकार:म्यांमार में 50 हजार ठगी का टारगेट, पूरा न होने पर करंट और युवतियों से दुष्कर्म

red and white modern breaking news youtube thumbnail

एआई से ठगी; स्कैमर 100 भाषाओं में बना रहे शिकार:म्यांमार में 50 हजार ठगी का टारगेट, पूरा न होने पर करंट और युवतियों से दुष्कर्म

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