ADVERTISEMENT

World Cup debut: A highlight of co-captain Hali Long's career

Published Jul 31, 2023 04:33 am
It won’t be the last of the Philippine women’s national football team in the FIFA Women’s World Cup. An emotional Filipinas co-captain Hali Long only had good things to say about the Nationals’ experience in the grandest football showpiece despite their early exit after a 6-0 loss to world No. 12 Norway on Sunday, July 30 at Eden Park Stadium.
*Filipinas co-captain Hali Long. (Adidas)*

It was the 46th-ranked Philippines’ maiden appearance, male or female, at the World Cup against the much experienced foes and it managed to turn heads and make history after its first-ever win over tournament co-host New Zealand before its adoring supporters. All it took was Sarina Bolden’s header in the 24th minute of the match and Olivia McDaniel’s heroic defensive effort until the final whistle to give the Philippines a fighting chance to be in the running for the Last 16. At some point, the Filipinas were even a notch higher in the table than the Norwegians before their clash. “It was an incredible ride. I mean, there were so many firsts that happened here. Our first goal, our first win, our first game, our first card, our first anything. It was all a first for us and you can’t take any of that away from us. I mean, it takes [some] teams three or four or five World Cups just to win a game let alone score a goal,” said Long. “So, I can’t be more proud of the effort we gave in this whole campaign. Made our group pretty interesting,” she added. Long played her 76th cap for the country in the painful loss, the most from any Filipinas after joining the program in 2015 and becoming instrumental in the growth of women's football in the country. "I mean, it’s always a goal to bring Philippine women’s football to the biggest stage we can, I just didn’t think it would happen while I was still playing, I’m just super lucky to get to do this," Long said. Before the kickoff and while the Lupang Hinirang anthem was being played for the third time in the tournament, Long was particularly more emotional that even the commentators made a remark on it. For her, to qualify for the World Cup used to be just a pipe dream and now it was a lived experience thanks to the people who "bet on the unknown." "Even going back to the SEA Games in 2017 and 2019, me and Camrod (former teammate Camille Rodriguez) were crying every national anthem," she recalled. "So anytime Lupang Hinirang comes on, it just means so much because it’s just like you die for your countrymen. I mean, it’s everything, it’s the pride and honor you have to represent your country everywhere on the global stage — as an underdog, as a beauty queen, as a boxer, as a weightlifter, as a futbolera," Long furthered. "It’s an utmost honor to, one, bring the Lupang Hinirang here, bring the Philippine flag here for the first time [at the World Cup] and to be able to be on the pitch to do that. It’s just a definite highlight of my life." The next challenge now awaits the Filipinas as they look to sustain the support they received from all over the world in the last few weeks. "I mean, us qualifying for the World Cup, I think opened a lot of eyes to what it takes to get here. Obviously, sir Jefferson Cheng and the PFF took a really big chance to get us anything and everything we could [need] to prepare for this," Long said. "Just to bring awareness to it all, to bring camaraderie and morale even if you’re not a football fan. I mean, just to bring our country together is such a wonderful thing. Everyone who’s here, there’s so many Pinoys here. [Thousands] of Pinoys. It’s absolutely unreal that it just shows you how much love we have for one another and our country. No matter what it is, no matter what stage, big or small, we always have each other’s backs. We’re always rooting for our countrymen," she concluded.

Related Tags

Philippine womens national football team Hali Long 2023 FIFA Women's World Cup
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.