ADVERTISEMENT

Linda Walker actress Zhang Yingfei offers comfort to Filipinos after Mindanao earthquake

Published Jun 9, 2026 05:43 pm

For many Filipinos, Zhang Yingfei is the face behind one of social media's most unlikely success stories. But during her recent visit to the Philippines, the Chinese actress showed a side of herself beyond the viral clips and internet fame.

As communities continue to recover from the magnitude 7.8 earthquake that struck Mindanao on Monday, Zhang expressed sympathy for those affected and offered a message of resilience.

"These disasters really happen, but as humans, we should continue to stay strong because these are natural disasters and we should always believe that there's still a better tomorrow," she said through an interpreter during a press conference in Quezon City.

The actress, who gained a devoted following in the Philippines through the viral Chinese micro-drama "The Heiress Who Won With Brains," is currently in the country as part of an initiative by the Federation of Filipino Chinese Chambers of Commerce & Industry, Inc. (FFCCCII) to promote education and strengthen ties between Filipinos and Chinese.

While Zhang arrived as a guest, she quickly found herself welcomed like a celebrity returning home.

The actress admitted she was surprised by the enthusiastic reception she received from Filipino fans, many of whom recognized her not by her real name but by Linda Walker, the determined heroine she portrays in the hit series.

"I am really glad that the show and my character really resonated in the Philippines," she said.

Across social media, clips from "The Heiress Who Won With Brains" have generated millions of views, memes, reaction videos, and parodies.

What began as a niche vertical drama eventually became a cultural phenomenon among Filipino netizens, turning Linda Walker into a household name for many online users.

For Zhang, seeing the impact firsthand was both surprising and touching.

"I am very happy. I really enjoyed doing all of these. Everybody was so warm and friendly," she said.

In fact, she described the trip as "one of the greatest highlights of my life."

Part of the fascination surrounding Zhang stems from the unusual path that brought her fame to the Philippines. Unlike traditional television stars, she rose to prominence through short-form mobile dramas designed for quick viewing. Her breakout series follows Linda Walker, a young woman who overcomes poverty, prejudice, and countless setbacks through intelligence, hard work, and determination.

The story's themes of perseverance and self-improvement struck a chord with Filipino audiences, many of whom saw reflections of their own struggles and aspirations in the character.

Asked whether she would consider taking on a Philippine acting project, Zhang did not hesitate.

"It would be an honor," she said.

The prospect is likely to excite local fans who have embraced her work despite language and cultural differences.

Yet Zhang's visit was not solely about entertainment.

Throughout her public appearances, she repeatedly emphasized the importance of education, a message that aligns with the goals of the organization that brought her to the country.

"In China, there's this saying that, 'Education could change your destiny.' So, I encourage everybody to study hard and do your best because that could change your lives," she said.

She acknowledged that pursuing education is often easier said than done, especially for young people facing financial hardship. Still, she pointed to Linda Walker as an example of perseverance.

"I'd like for people to take a look at Linda Walker. She's very persevering, brave and never backs out. She always does her very best. So maybe Linda Walker could be a very great role model," she said.

At the same time, the actress stressed that success should never come at the expense of one's well-being.

"For those who are dealing with mental health problems, it's very important to take care of your health because if you have good health you could do anything," she said.

Zhang also addressed one of the more amusing side effects of her internet fame.

Because many Filipinos first encountered her through heavily edited viral clips online, some viewers jokingly speculated that she might not even be a real person.

The actress laughed off the rumors and encouraged fans to watch more of her projects.

"I also starred in many short dramas. I invite you all to please check it out so you'll know I'm not AI. I'm a living, breathing human being," she said.

The remark drew laughter from the audience and highlighted just how unusual her rise to fame has been.

For now, Zhang remains best known in the Philippines as Linda Walker. But after meeting fans, sharing messages of hope, and expressing admiration for the country, she may soon be recognized for much more than the character that made her famous.

Related Tags

Zhang Yingfei Linda Walker The Heiress Who Won With Brains Chinese drama micro drama vertical drama Mindanao earthquake FFCCCII education mental health inspiration hope
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; } }

{{ static_articles_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.