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

---Advertisement---

रिलेशनशिप एडवाइज़ – दोस्ती का हसबैंड फ्लर्ट करता है: मुझे अजीब लगता है, क्या एक शादीशुदा आदमी का ऐसा व्यवहार सही है, मैं क्या करूँ?

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

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

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

सेंसेक्स 200 अंक चढ़कर 76,400 पर पहुंचा:निफ्टी में भी 50 अंक की तेजी, ये 23,900 के स्तर पर कारोबार कर रहा

red and white modern breaking news youtube thumbnail

सेंसेक्स 200 अंक चढ़कर 76,400 पर पहुंचा:निफ्टी में भी 50 अंक की तेजी, ये 23,900 के स्तर पर कारोबार कर रहा

red and white modern breaking news youtube thumbnail

हिमाचल सरकार की चेतावनी के बावजूद HRTC कर्मचारी करेंगे हड़ताल:आज रात 12 बजे से नहीं चलेगी सरकारी बसें, 656 ड्राइवरों के वॉक-इन-इंटरव्यू

red and white modern breaking news youtube thumbnail

महिला टी20 विश्व कप में ऑस्ट्रेलिया की लगातार चौथी जीत: पाकिस्तान को 113 रन से हराया, पेरी-वोल की 100+ रन की साझेदारी

red and white modern breaking news youtube thumbnail

होर्मुज में फंसे 11,000 नाविकों का रेस्क्यू शुरू:US-ईरान मिलकर काम कर रहे; अमेरिकी विदेश मंत्री पीस डील पर UAE को मनाने पहुंचे

red and white modern breaking news youtube thumbnail

भास्कर अपडेट्स:दिल्ली में उद्योग भवन के पास झुग्गियों में आग लगी, 20 दमकल गाड़ियां पहुंचीं

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