ADVERTISEMENT

Meet the Pinay Disney ambassador

Filipina Gisele Abejero is one of the 2024-2025 Disney ambassadors of Hong Kong Disneyland

Published Nov 22, 2023 04:23 am

At A Glance

  • Hello mga kababayan ko, I'm so happy and honored and very proud to be the first Hong Kong Disneyland ambassador from the Philippines. I hope you visit us here (in) Arendelle with (World of) Frozen opening on November 20th. Let's go, come on! — Gisele Abejero, 2024-2025 Disney ambassador of Hong Kong Disneyland
1.png
PILIPINAS REPRESENT! Gisele Abejero is now ambassador for Hong Kong Disneyland, where she has been working for 17 years (Photo from Hong Kong Disneyland)

Ever wondered what it’s like to work for Mickey Mouse himself? For Gisele Abejero, it has been a dream come true for over 17 years now. In a quick chit-chat with select Philippine press members during the media preview of Hong Kong Disneyland’s latest attraction, World of Frozen, Gisele tells all about the daily life of working for the magical place.


“I’ve been working here in Hong Kong Disneyland for over 17 years,” beams Gisele. Through those years, she has performed in several of the park’s musical shows including Festival of the Lion King, The Golden Mickeys, and Mickey and the Wondrous Book.


To land such a role, Gisele had to audition to be a part of Disney’s cast members. “I grew up with Disney, watching cartoons. When they had auditions, I auditioned for Hong Kong Disneyland in the Philippines and then they called me, ‘You’re in the show!’ And I was like, ‘Wow!’ That’s how I started,” recalls Gisele.


She owes it to the people and the place that she has stuck around for 17 years. “All the cast members, they’re amazing, lovely people. And of course, my passion for dancing. It’s like I’m not working at all. I love what I do and you’re in the happiest place on earth,” she says.

2.jpg
WELCOME TO ARENDELLE Gisel Abejero (right) and fellow ambassador Beyan Tse (left) welcome visitors to Hong Kong Disneyland’s latest attraction, World of Frozen


Gisele now serves as the 2024-2025 Disney ambassador of Hong Kong Disneyland alongside Hong Kong resident Beyan Tse. They are part of the 10th generation to do so. Disney ambassadors have had a long history of representing the park, dating as far back as 1965 when Walt Disney picked the first ambassador in line with the park’s 10th anniversary. Their responsibilities include acting as representatives of the resort and their fellow cast members. In Hong Kong Disneyland alone, there are over 5,000 members. They also participate in various community service activities through which they help out different charity organizations.

4.jpg
THE FIRST AMBASSADOR Julie Reihm Casaletto was handpicked by Walt Disney to be the first Disney ambassador (Photo Disney Parks blog)


Gisele is only one of the many fellow Filipinos helping to bring the magic of Disneyland to life. According to Hong Kong Disneyland managing director Michael Moriarty, Filipinos are among the larger populations of cast members with an estimate of over 100 Filipinos working for Hong Kong Disneyland. Most can easily be spotted playing instruments for the park’s roaming marching bands or performing song numbers for musical shows.

3.jpg
KAY LIIT LANG NG MUNDO The Philippines as represented in Hong Kong Disneyland’s It’s a Small World ride


Philippine representation in Hong Kong Disneyland doesn’t just stop with its cheerful cast members. One of Disneyland’s most well-beloved rides, It’s a Small World, has a segment representing the country through two dolls sporting ternos in a house resembling the bahay kubo. If you listen closely, you can even hear them singing in Tagalog— Kay liit lang ng mundo (It’s a small world)! A tarsier can also be spotted close by, sliding up and down a tree.


With the number of Filipinos at the park, you’re more than likely to feel right at home. Gisele extends an invitation to fellow Filipinos to come and enjoy it firsthand. “Hello mga kababayan ko, I’m so happy and honored and very proud to be the first Hong Kong Disneyland ambassador from the Philippines. I hope you visit us here (in) Arendelle with (World of) Frozen opening on November 20th. Let’s go, come on,” she says.

Related Tags

Disney Poch Eulalia Hong Kong Disneyland Gisele Abejero
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.