ADVERTISEMENT

Son Ye-Jin on staying healthy and hopeful amid pandemic

Published Aug 10, 2020 03:58 pm
Son Ye Jin

As many Filipinos love all things Korean, don't be surprised if two out of your three closest friends have watched K-drama "Crash Landing On You"---maybe just like you!

Speaking of the series, its lead star Son Ye-Jin revealed recently how badly she wants to land in the Philippines to meet her fans, if only no pandemic prevents her from doing so.


Still, she was able to connect with them when she was launched as the new face of Smart Signature. In a viewing party of the behind-the-scenes shoot of her TV commercial for the brand, Son Ye-Jin also answered questions about her endorsement, career and life. 

What did you feel when you found out that a company from the Philippines has invited you to become their newest endorser?

"I was very happy. Actually, I wanted to go to the Philippines and shoot. And the fans who loved the drama sent me so many messages of support on social media. I am really happy to shoot an advertisement for a Philippine brand. It's just so sad that I could not come to see all the fans in person but I'm always thankful and happy to be able to meet them in this way."


Can you tell us who is Son Ye-Jin behind the camera, not as Son Ye Jin, the actress?


"There's nothing special about me. In front of the camera, I'm always in character with the given role, so I tend to stick to it. But behind the camera, I think I'm just ordinary. I'm the same person as you guys."

Do you have advice for young people who are just getting started?

"Well, I'm not sure if I already succeeded, but I think young people who have just started, not only in acting but also in other fields, are going to be scared and experience hardships - same as my experience. But it helps that I've always set a goal and even if the reality is not close to that goal, just try your best to imagine yourself in that future and make the most out of everything. Then, I think of it as a step closer to your dreams. Keep fighting!"


Can you give us the most effective tip?


"I also haven't found it yet. Maybe that should always be our task. Especially with my job, it's not like a switch that I can just turn off and turn on. So there are times when I'm a little torn between the role and the real Son Ye-Jin. But in the end, I tend to push myself more when I'm working. So when I'm not working, I just rest and recharge so I can show you a better me. I think sometimes you shouldn't push yourself too hard and take some to relax a bit."


You are very busy and travel a lot. Is there any technology you think is the most important to you when you travel?


"I'm a very organized traveler. There's always a limited time when you travel so I really think of how I can spend my time happily and effectively within that time. And most importantly, you must have a good roaming plan."


You played a lot of different characters. Do you have any tips on preparing for new roles or learning new things?

"In my case, no matter what character I play, I try to find a similar aspect of myself in that character. I think that's the best tip I can give."


It is important to stay healthy. Could you share how to maintain a healthy body and life?


"There is a health issue that the whole world is facing today. I also need to be healthy to be able to work. And health is really important to be able to spend quality time with the people I love. That's why I'm constantly exercising and trying to eat good food."

Related Tags

sonyejin
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.