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

---Advertisement---

इवेंट कैलेंडर:अंतरराष्ट्रीय योग दिवस; गैस सिलेंडर के नए दाम जारी होंगे; विमेंस टी-20 वर्ल्ड कप 2026; जानिए जून में आपके काम की तारीखें

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

साल 2026 का छठा महीना जून शुरू हो चुका है। जून में अंतरराष्ट्रीय योग दिवस है। गैस सिलेंडर के नए दाम जारी होने वाले हैं। विमेंस टी-20 वर्ल्ड कप 2026 शुरू होने वाला है। पीएम मोदी G-7 की बैठक में हिस्सा लेने फ्रांस जाएंगे। जानिए इस महीने अपने काम की तारीखें…

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

रिपोर्ट: ईरानी राष्ट्रपति पजशकियान ने सुप्रीम लीडर को इस्तीफा भेजा:इस्लामिक सेना के कंट्रोल से नाराज, कहा- बड़े फैसलों में शामिल नहीं किया जाता

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:बंगाल में आज मंत्रिमंडल विस्तार, 35 नए मंत्री शपथ लेंगे

red and white modern breaking news youtube thumbnail

पेट्रोल, डीजल और ATF पर एक्सपोर्ट ड्यूटी घटी:टॉप-10-कंपनियों में से 7 की वैल्यू ₹1.54 लाख करोड़ गिरी, जून में 11 दिन बैंकों में काम नहीं

red and white modern breaking news youtube thumbnail

‘विनेश फोगाट से मैच का पता चलते ही प्रैक्टिस बढ़ाई’: रेसलर मीनाक्षी बोलीं- पहले ही सोच लिया था, गेम तभी जीतूंगी, जब गलतियां कम करूंगी

red and white modern breaking news youtube thumbnail

देशभर में हीटवेव खत्म, बारिश से तापमान में गिरावट:राजस्थान के जैसलमेर में रेतीला तूफान; उत्तराखंड के चंपावत में नदी में फंसे 50 लोगों का रेस्क्यू

red and white modern breaking news youtube thumbnail

देशभर में हीटवेव खत्म, बारिश से तापमान में गिरावट:राजस्थान के जैसलमेर में रेतीला तूफान; उत्तराखंड के चंपावत में नदी में फंसे 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!"); } });