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

---Advertisement---

आलिया को घिरता देख रणबीर कपूर पैपराजी पर भड़के:स्क्रीनिंग के बाहर धक्का-मुक्की बढ़ी तो एक्टर नाराज दिखे, फोटोग्राफर्स को पीछे हटाया

On: मई 6, 2026 7:39 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

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

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