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

---Advertisement---

5 घंटे हाईवे पर फंसी रहीं दिल चाहता है एक्ट्रेस:खाना भी नहीं मिला, तंग आकर वीडियो जारी किया, कहा- हमारे लिए दुआ करें, ये डरावना है

On: अप्रैल 30, 2026 4:44 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

प्यार तूने क्या किया, दिल चाहता है और सिंघम जैसी फिल्मों में नजर आ चुकीं सोनाली कुलकर्णी 5 घंटे तक हाईवे में फंसी रहीं। तंग आकर एक्ट्रेस ने वीडियो जारी कर बताया है कि कैसे उन्हें ट्राफिक के चलते घंटों परेशान होना पड़ा। सोनाली ने ऑफिशियल इंस्टाग्राम अकाउंट से हाइवे में फंसे होने का वीडियो जारी किया है। इसमें उन्होंने कहा, ‘हैलो, मैं यहां मानखुर ब्रिज पर हूं, पूरे 5 घंटे हो चुके हैं। पूरे 5 घंटे से हम यहां फंसे हुए हैं, हम पुणे जा रहे हैं। आप मेरे पीछे और मेरे आगे ट्राफिक देख सकते हैं। हमने ट्राफिक कंट्रोल टीम को कॉल किया, वो कह रहे हैं, धैर्य बनाए रखें, ट्राफिक बहुत ज्यादा खराब है और उनका कहना है कि वो नहीं जानते कि ये दिक्कत कब दूर होगी। न हम आगे जा सकते हैं, न पीछे जा सकते हैं। प्लीज हमारे लिए दुआ करें। पुलिस, अगर आप दूसरी तरफ से आ सकते हैं, तो प्लीज मदद करिए और आगे के रास्ते की अपडेट दीजिए।’ आगे एक्ट्रेस ने कहा, ‘भूख लगी है, लेकिन हम बोल नहीं सकते हैं। मैं जानती हूं कि दूसरे लोग इससे भी बुरी स्थितियों में हो सकते हैं, लेकिन ये बहुत डरावना है। 5 घंटे सिर्फ एक ही पोजिशन में हैं।’ बता दें कि सोनाली कुलकर्णी ने साल 2001 की फिल्म दिल चाहता है से फेम हासिल किया था। फिल्म का गाना वो लड़की है कहां उन्हीं पर फिल्माया गया है। इसके अलावा एक्ट्रेस डरना मना है, दिल विल प?

Join WhatsApp

Join Now

Join Telegram

Join Now

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