ADVERTISEMENT

Celebs get glam and viral at BingoPlus Night 2024

Published Mar 2, 2024 11:45 pm

At A Glance

  • BingoPlus endorser Maine Mendoza did not attend the event, but her performance was flashed on the screen. Phenomenal Superstar Vice Ganda provided the evening's Unkabogable finale with a medley of Rihanna songs. 
vice.jpeg
Vice Ganda (Images by Edmon Caling)

What a grand party to greet the first day of March! "BingoPlus Night 2024: Share the Love, Share The Luck" was staged at the ballroom of Grand Hyatt Manila in BGC. It quickly trended on social media for its fantastic prizes and roster of A-list celebrities and influencers who walked the red carpet. The sumptuous food and show-stopping entertainment from some of the country's top artists made it an unforgettable night.

Newly-married Robi Domingo was this year's event host and quickly primed the crowd to a night full of fun and rewards as those watching the live stream were also eligible to win cash prizes. The program was shown on GTV and the official Facebook Pages of BingoPlus and Viva.

vice9.jpeg
Alden Richards

Award-winning actor Piolo Pascual covered Air Supply's sentimental song "All Out of Love" while Asia's Multimedia Star Alden Richards grooved to the beat of Ed Sheeran's "Bad Habits." SB 19's Stell mesmerized the crowd, crooning to the tune of Bruno Mars' "That's What I Like" while fellow bandmate Felip performed his original song "Criminal."

vice8.jpeg
Sarah Lahbati
vice5.jpeg
Jona
vice7.jpeg
Regine Tolentino

The audience was also treated to a hodgepodge of Pinoy pop with engaging numbers from PPOP Gen, G22, VXON, and Alamat. Sultry star Heaven Peralejo sang a duet with Marco Gallo, while stunning Sarah Lahbati did a dance number with Zumba queen Regine Tolentino. Other top-caliber artists who performed that night were Mark Bautista, Jona, and Arthur Nery.

vice4.jpeg
Piolo Pascual

BingoPlus endorser Maine Mendoza did not attend the event, but her performance was flashed on the screen. Phenomenal Superstar Vice Ganda provided the evening's Unkabogable finale with a medley of Rihanna songs. We daresay her flouncy pop princess costume was on point.

vice6.jpeg
Mark Bautista

Above all the endless fun and entertainment, BingoPlus generously gave away a car worth P2 Million, plus  P10 Million to each of its five Sure Bingonaryo app winners, or P50 million in total. From a donation of only P20 million in 2023, a whopping P100 million in scholarship grants to deserving students was also announced by BingoPlus Foundation in partnership with i-Academy and other beneficiaries like Brigada Eskwela as the company's way of paying it forward.

vice3.jpeg
Heaven Peralejo and Marco Gallo

"We are indeed filled with gratitude as we continue to accomplish our mission to provide quality entertainment for all. In addition, our entertainment brand Bingo Plus has been fulfilling an important role for our players. We have been an instrument in reaching their dreams and changing the lives of our winners," noted DigiPlus Interactive Corporation President and CEO Andy Tsui.

vice2.jpeg
A toast to BingoPlus Night 2024

Present for the celebratory wine toasting were the other top officials like  Jasper Vicencio, President of DigiPlus subsidiary, AB Leisure Exponent Inc. as well as representatives from its key industry allies like ArenaPlus, TongitsPlus, GCash, Maya, Viber, Lazada, Viu TV, AppsFlyer, Smart, Oppo, Enravision and more.  

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.