ADVERTISEMENT

Messi Mania sets off social media, ticketing boom

Published Jun 9, 2023 03:04 am
MIAMI (AFP) -- Lionel Messi has yet to put pen to paper on his impending deal with Inter Miami but already massive interest in the Argentine's move is driving huge numbers in social media, ticket sales and more. *Employees of Argentinian restaurant Fiorito watch statements by Lionel Messi on television, in Miami, Florida, on Wednesday, June 7. Lionel Messi announced he will sign for Major League Soccer side Inter Miami, choosing the United States as his next destination over a Barcelona reunion or blockbuster deal to play in Saudi Arabia. (AFP)*



Inter Miami's followers on Instagram have quintupled since the former Barcelona great revealed on Wednesday, June 8, that he would be heading to the Major League Soccer club. On Wednesday morning, Inter's account had around 900,000 followers, a number which had already grown amidst rumours of Messi's possible arrival. Less than 24 hours after the news broke, that number had skyrocketed to 5.7 million followers. That total is more than double the followers of the NFL's Super Bowl champions the Kansas City Chiefs and even surpasses the 4.5 million enjoyed by 'America's team', the Dallas Cowboys. Indeed, it is higher than all NFL, Major League Baseball and NHL teams and bigger than more than 75% of NBA teams. Inter Miami now has over 7.5M followers across all social platforms and added more than five million new followers on the day of the announcement. Inter though remains the second most popular Miami team on social media with the NBA's Miami Heat having 27 million followers on all platforms. There are plenty more Messi fans who might be tempted to engage with the club's content -- the player has 469 million followers of his personal Instagram account. That figure makes him the second most popular sportsperson on Instagram, behind only Cristiano Ronaldo who has 588 million.

Ticket price surge

News of Messi's decision also hugely impacted the ticket market for MLS games. Ticketing technology company Logitix analyzed ticket demand across the league in the 24 hours since Messi's announcement and found there were four-times the number of tickets sold on the secondary market for Inter Miami matches (home and away) compared to the entire on-sale period of 169 days previous. The average purchase price for Inter Miami home matches increased from $31 to $152 while for away games they increased from $94 to $207. The largest increase was for Inter Miami's game against Charlotte FC on August 20 – with average sale prices rocketing from $18 to $169. The average asking price for tickets for the club's League Cup match at Mexican team Cruz Azul on July 21 increased from $24 to $521. Those numbers are sure to lead to MLS teams considering moving games featuring Messi to bigger stadiums.  Many MLS teams now play at purpose built venues holding 20-25,000 and the giant NFL arenas in most cities would offer around triple the capacity. Miami and MLS are, however, banking on Messi's massive public appeal and the hunger for content about the player, his performances and his life, bringing more than just social media numbers and bumper attendances. While Messi's contract has yet to be finalized and no details have been made public, MLS signed a 10-year deal with Apple TV, which began this season and that is likely to be an element in his contract. Apple TV this week announced a four-part documentary series about Messi which was filmed in Paris, Qatar and Argentina, following his journey to December's World Cup win. Messi gave exclusive access to the film-makers and with Apple having created an entire platform for MLS content there is clearly room for plenty of programming about his time in America. The seven-times Ballon d'Or winner signed a lifetime endorsement deal with sportswear manufacturer Adidas in 2017 and the German company are likely to also cash-in on the player's arrival in a league where they are the exclusive kit provider to Miami and all the teams.

Related Tags

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.