ADVERTISEMENT

Alex Eala feels the love and admiration after memorable Wimbledon run

Published Jul 15, 2026 02:29 pm

At A Glance

  • Many athletes dream of meeting their idols, but Alex Eala has gone a step further -- literally.
Young Alex Eala meets tennis icon Maria Sharapova.
Young Alex Eala meets tennis icon Maria Sharapova.
Many athletes dream of meeting their idols, but Alex Eala has gone a step further -- literally.
For one, the Filipina tennis ace got recognized through a comment on her Instagram post by her childhood hero, Maria Sharapova, and had a conversation with no less than women’s sports and tennis icon, American Billie Jean King, during her historic Wimbledon stint that concluded last week.
For the 21-year-old Eala, those moments were worth reminiscing, especially the recognition from her childhood hero Sharapova, the charismatic Russian netter who once ruled the Wimbledon in 2004.
“She’s someone I looked up to a lot when I was very young. So, I mean if I ever meet her I will be starstruck,” said Eala during a homecoming event organized by BPI in Makati City Tuesday, July 14.
“And yeah, the fact that she’s commenting on [my] post means she knows who I am. So, that’s a win. I’ll take it,” added Eala, who met the 2012 London Olympics silver medalist when she was a kid.
Sharapova, 39, called Eala “a star” during the latter’s run – her best-ever campaign in a Grand Slam competition – in the Wimbledon Championships.
It was indeed a full-circle moment for the Asian and Southeast Asian Games medalist who took inspiration from Sharapova’s way of presenting herself on court.
Apart from the praise from the five-time singles Slam winner, Eala also got the opportunity to play with the greats while in Europe. She teamed up with Venus Williams in Bad Homburg Open where they reached the second round.
Also, the 5-foot-9 ace played Last 16 against Italian Jasmine Paolini in front of the meet’s winningest male player in Swiss Roger Federer and women's icon King.
Filipina tennis princess and King are alike
Both making an impact on and off the tennis, Eala was elated after she spontaneously bumped into King, whose character, according to Filipina, was “down-to-earth” and thoughtful.
“She paved the way for many, she did so much for women, and for equality. So, I respect her so much in that aspect, and the things she has done in my field have been amazing,” said Eala.
“So, it was nice to chat with her, she inquired about my family, she asked how my family was, and she’s very down-to-earth, so I was a little starstruck, but I mean it’s definitely a moment that I will remember,” she concluded.
Eala started to turn heads last year following her string of memorable victories against top 10 players. She became the first-ever Filipino to ever reach the fourth round of a Grand Slam meet that resulted in her career-high WTA ranking of No. 28.
King, on the other hand, aside from being a former No. 1 who collected 39 Slam trophies in singles, doubles, and mixed events throughout her career, made headlines worldwide when she battled late men’s tennis star Bobby Riggs in the “Battle of the Sexes” in 1973. There, King won over her male foe in rousing fashion, 6-4, 6-3, 6-3.

Related Tags

Alex Eala Maria Sharapova Billie Jean King Wimbledon Roger Federer Venus Williams
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.