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

---Advertisement---

रिलेशनशिप एडवाइज़- दोस्ती का ‘एक्स’ से प्यार: पर प्यार के साथ गिल्ट भी है और डर भी, क्या मैं दोस्त को धोखा दे रही हूँ?

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

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

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

बंगाल में सेकेंड फेज की 142 सीटों पर आज वोटिंग:2021 में TMC ने 123 सीटें जीती थीं; भवानीपुर में ममता और सुवेंदु में मुकाबला

red and white modern breaking news youtube thumbnail

बंगाल में सेकेंड फेज की 142 सीटों पर आज वोटिंग:2021 में TMC ने 123 सीटें जीती थीं; भवानीपुर में ममता और सुवेंदु में मुकाबला

red and white modern breaking news youtube thumbnail

यूपी के बांदा में 45.6°C तापमान, देश में सबसे गर्म:राजस्थान-बिहार में आंधी-बारिश का अलर्ट; दिल्ली, मध्य प्रदेश में भी गर्मी से मिलेगी राहत

red and white modern breaking news youtube thumbnail

यूपी के बांदा में 45.6°C तापमान, देश में सबसे गर्म:राजस्थान-बिहार में आंधी-बारिश का अलर्ट; दिल्ली, मध्य प्रदेश में भी गर्मी से मिलेगी राहत

red and white modern breaking news youtube thumbnail

गंगा एक्सप्रेसवे का आज उद्घाटन करेंगे पीएम मोदी:चंद्रकांता एक्टर भरत कपूर का निधन, 29 अप्रैल करेंट अफेयर्स

red and white modern breaking news youtube thumbnail

रिलेशनशिप एडवाइज़- दोस्ती का ‘एक्स’ से प्यार: पर प्यार के साथ गिल्ट भी है और डर भी, क्या मैं दोस्त को धोखा दे रही हूँ?

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