ADVERTISEMENT

Messi denies political snub was behind Hong Kong no-show

Published Feb 20, 2024 05:23 am

At A Glance

  • Lionel Messi denied his absence from a match in Hong Kong two weeks ago that angered China was a political snub, but was caused by an injury.

BEIJING (AFP) -- Lionel Messi denied his absence from a match in Hong Kong two weeks ago that angered China was a political snub, but was caused by an injury.

AFP__20240206__34HP6V8__v1__HighRes__FblJpnUsaMlsInterMiamiMessi.jpg
Inter Miami Argentine star  Lionel Messi (AFP/File photo)

The eight-time Ballon d'Or winner is idolized by fans in China but stayed on the bench during Inter Miami's 4-1 win in a pre-season tour match against a Hong Kong select XI on Feb. 4.

A near 40,000 sellout crowd, who had paid upwards of 1,000 Hong Kong dollars ($125) to see the 36-year-old superstar in action, chanted "Refund!", gave thumbs-down signs and booed Messi and the team's co-owner David Beckham after the final whistle.

Some nationalist politicians interpreted Messi's absence as a snub to China after the Argentina great was fit enough to take the field for 30 minutes in a friendly a few days later in Japan.

In a video posted on China's Weibo social media platform late on Monday, Feb. 19, the World Cup-winning captain rejected claims that his no-show was "for political reasons".

If that had been the case, he said, he "would not have travelled" to Hong Kong in the first place.

"As everyone knows, I always want to play and be in every game," he said.

Messi spoke in his video of a "very nice and very close" relationship with China, a country with which he said he had "done a lot of things".

His reason for not playing was due to injury, he said, specifically "inflammation of an adductor" muscle.

Fans on Weibo reacted quickly to the video, some in support of Messi.

"I believe the player I have always loved would never look at his fans with any kind of prejudice," wrote one user, adding, "he always values every fan."

"I still can't understand how such a supreme footballer, the greatest of all time, can be pilloried online to the extent that he is considered not to love China just for missing a friendly match," another fan wrote.

Not everyone was appeased.

"Turns out it's still hard to say sorry after all," read one Weibo comment.

"Give it a rest," said another. "Run off to Japan and drink sewage."

Messi starred last June when Argentina beat Australia in Beijing in a friendly, scoring in the opening minutes in front of an adoring crowd.

But next month's Argentina friendlies against Nigeria in Hangzhou and Africa champions Ivory Coast in Beijing were cancelled after Messi failed to play in Hong Kong.

Related Tags

Inter Miami Lionel Messi
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.