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

---Advertisement---

कोहली के फैंस ने खोया आपा! : रैपर स्कॉट से टेलर स्विफ्ट के मंगेतर तक; ‘ट्रेविस’ नाम का हर सेलिब्रिटी बना निशाना

On: मई 26, 2026 2:49 पूर्वाह्न
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

बंगाल में बॉर्डर पर फेंसिंग लगाने पहुंची BSF:स्थानीय बोले- अब चैन से सो सकेंगे, बांग्लादेशी हमारी फसल नहीं काट पाएंगे

red and white modern breaking news youtube thumbnail

पेट्रोल, डीजल और ATF पर एक्सपोर्ट ड्यूटी घटी:नई दरें 1 जून से लागू होंगी; देश के भीतर ईंधन खरीदने वालों पर कोई असर नहीं

red and white modern breaking news youtube thumbnail

भारतीय महिला टीम दूसरे टी20 में 26 रन से हारी: इंग्लैंड की फ्रेया केम्प का ऑलराउंड प्रदर्शन, सीरीज 1-1 की बराबरी पर आई

red and white modern breaking news youtube thumbnail

बंगाल में अभिषेक बनर्जी पर हमले की 12 तस्वीरें:भीड़ ने अंडे-पत्थर फेंके, शर्ट फाड़ी, चोर-चोर के नारे लगे; हेलमेट पहनाकर बचाया गया

red and white modern breaking news youtube thumbnail

ICL से टकराव के बाद कैसे बनी योजना: साल दर साल चढ़ता गया परवान, पीछे कई बड़े चेहरे; क्या है IPL की पूरी ABCD?

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