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

---Advertisement---

वर्ल्ड अपडेट्स:अफगानिस्तान के काबुल में 4.6 तीव्रता का भूकंप

On: मार्च 22, 2026 2:45 पूर्वाह्न
Follow Us:
वर्ल्ड अपडेट्स:अफगानिस्तान के काबुल में 4.6 तीव्रता का भूकंप
---Advertisement---

नेशनल सेंटर फॉर सीस्मोलॉजी (NCS) के एक बयान के अनुसार, शनिवार देर रात अफगानिस्तान में 4.6 तीव्रता का भूकंप आया। भूकंप 82 किलोमीटर की गहराई पर आया। इससे पहले दिन में, इसी क्षेत्र में 130 किलोमीटर की गहराई पर 4.5 तीव्रता का एक और भूकंप आया था। रेड क्रॉस के अनुसार, अफगानिस्तान में अक्सर भूकंप आते रहते हैं, विशेष रूप से हिंदू कुश क्षेत्र में, जो एक अत्यधिक सक्रिय भूकंपीय क्षेत्र में स्थित है। अफगानिस्तान में भूकंप का खतरा, भारतीय और यूरेशियाई टेक्टोनिक प्लेटों के टकराव वाले क्षेत्र में इसकी भौगोलिक स्थिति से जुड़ा है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

टिम कुक के बाद जॉन टर्नस संभालेंगे एपल की कमान:15 साल बाद बदल रहा कंपनी का CEO; कुक अब एग्जीक्यूटिव चेयरमैन बनेंगे

red and white modern breaking news youtube thumbnail

1-मई से प्रभावी होगा वेदांता का डीमर्जर:RBI ने रुपए के ट्रेड पर लगी पाबंदियां हटाईं; हुंडई वेन्यू नाइट एडिशन लॉन्च; कीमत ₹9.69 लाख

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:गुरुग्राम में टैक्सी ड्राइवर ने पत्नी की हत्या की, खुद को फांसी लगाई

red and white modern breaking news youtube thumbnail

पाकिस्तान जाने की तैयारी में ईरानी डेलिगेशन:स्पीकर गालिबाफ ने बैठक से पहले शर्त रखी, अमेरिकी उपराष्ट्रपति आएं तभी बातचीत में शामिल होंगे

red and white modern breaking news youtube thumbnail

पाकिस्तान जाने की तैयारी में ईरानी डेलिगेशन:स्पीकर गालिबाफ ने बैठक से पहले शर्त रखी, अमेरिकी उपराष्ट्रपति वेंस आएं तभी शामिल होंगे

red and white modern breaking news youtube thumbnail

यूपी और झारखंड में स्कूलों की टाइमिंग बदली:एमपी के नौगांव में पार 44.3°C पहुंचा; असम में तेज बारिश, 1 की मौत

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