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

---Advertisement---

Alia Bhatt ने शेयर किया 10 साल पूरानी यादें …

On: जनवरी 18, 2026 9:27 पूर्वाह्न
Follow Us:
alia bhatt ने शेयर किया 10 साल पूरानी यादें …
---Advertisement---

एक्ट्रेस आलिया भट्ट (Alia Bhatt) इन दिनों अपनी अपकमिंग फिल्म ‘अल्फा’ (Alfa) को लेकर चर्चा में बनी हुई हैं. वो आए दिन सोशल मीडिया पर अपने फोटोज फैंस के साथ शेयर करते रहती हैं. हाल ही में एक्ट्रेस ने अपने इंस्टाग्राम पर अपनी 10 साल पहले की कुछ फोटोज शेयर किया है. आलिया भट्ट ने शेयर की तस्वीरें बता दें कि आलिया भट्ट (Alia Bhatt) ने अपने इंस्टाग्राम पर जो फोटो शेयर किया है, उसमें उन्हें कालीन पर बैठकर पोज देते देखा जा सकता है. वहीं, एक फोटो में वो शाहरुख खान के साथ पोज दे रही हैं, तो एक में वो अपनी मां के साथ नजर आ रही हैं. इस पोस्ट को शेयर करते हुए आलिया भट्ट (Alia Bhatt) ने कैप्शन में लिखा है ‘2016 की शुरुआत सामान्य रही. मेरे पसंदीदा को-एक्टर के साथ शूटिंग के कुछ पल. बहुत सारा प्यार. बद्री के साथ तम्मा-तम्मा की शूटिंग. गोल्डन टेंपल में सुनहरी यादें. मेरी प्यारी परी प्रेस कॉन्फ्रेंस के दौरान मुझे कुछ जरूरी गॉसिप दे रही है. एले 2016 कवर शूट. कोल्डप्ले बर्लिन 2016.’ आलिया भट्ट का वर्कफ्रंट वर्कफ्रंट की बात करें, तो आलिया भट्ट (Alia Bhatt) जल्द ही अपकमिंग फिल्म ‘अल्फा’ (Alfa) में नजर आने वाली हैं. इस फिल्म में उनके साथ शरवरी, अनिल कपूर और बॉबी देओल नजर आ सकते हैं. इसके अलावा वो संजय लीला भंसाली की फिल्म ‘लव एंड वॉर’ में नजर आने वाली हैं.

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