ADVERTISEMENT

Andrea Brillantes' camp clears 'harmless selfie'

Published Feb 6, 2022 12:03 pm

(From top left clockwise) Kyle Echarri, Darren Espanto, AC Bonifacio, and Andrea Brillantes (Instagram)

A deleted Instagram story of singer-actor Kyle Echarri along with his co-stars Andrea Brillantes and Darren Espanto has gone viral.



Some netizens put malice to the post, connecting it to the controversy that Kyle and Andrea's respective reel partners, Francine Diaz and Seth Fedelin, respectively, got embroiled last month.



Recall that a lot of fans were worried after Andrea was alleged to have unfollowed Francine on social media. That it supposedly happened after a photo of Seth together with Francine and her family surfaced on social media.



Meanwhile, Andrea's handler Becky Aguila Artist Management released a statement.



"This is to clarify matters about a photo circulating online of our artist Andrea Brillantes with Kyle Echarri and Darren Espanto. First of all, the photo was taken after a vlog shoot where AC Bonifacio and Xyriel Manabat were also present. Second, they have been good friends for a long time thus, they are comfortable around each other," they said in the statement, which as of writing is now unavailable online.

(From top left clockwise) Kyle Echarri, Darren Espanto, AC Bonifacio, and Andrea Brillantes (Instagram)


According to them, the three Kapamilya artists are "merely taking a selfie and only malicious minds would even think that there is more to that photo."



"We condemn those who are quick to judge and even went as far as creating rumors online, maligning our artist's reputation," they said. "Rest assured that we are taking this matter with utmost vigilance and shall put an end to this unfortunate misunderstanding."



Co-manager of Andrea, Katrina Aguila, shared the statement on her talent's Facebook account, writing: "We hope this puts an end to all speculations brought about by this supposedly harmless selfie among three good friends."



"P.s. Okay lang naman maging Marites, pero wag naman masobrahan at lumevel up pa sa pagiging echuserang palaka."



On the other hand, AC's mother, Cherry Tangcangco seemingly reacted to the statement.

Kyle Echarri's deleted Instagram post (Instagram)


On Twitter, she wrote: "HUWAG NYONG IDAMAY SI AC !"



https://twitter.com/che525/status/1490011305293406208



"HWAG KAYONG GUMAWA NG KWENTO !!!!," she added in another post.

https://twitter.com/che525/status/1490011672911630337

Darren's aunt Vicky Gonzales also cleared her nephew's name, reiterating: "Hindi po nililigawan ni Darren si Andrea at lalong hindi po niya girlfriend."

Becky Aguila Artist Management's deleted statement (Facebook)


"The past weeks, YOU were the talk of town. YOU made headlines. Tongues wagging... minds wandering... people hurting... fans fighting... fans divided... Now what?? YOU are passing on the torch to Darren? LEAVE DARREN ALONE!!! (you posted then deleted? What for? ) STAY AWAY DARREN!!! Take care of yourself at all times and be EXTRA CAREFUL," Vicky also wrote.



"KONTING KAALAMAN... SINO ANG MAY HAWAK NG CELLPHONE?? SINO ANG NAG POST?? SINO ANG NAG DELETE?? ANO ANG INTENSYON NIYA?? MANIRA NG IBA?? PARA MAGKAGULO?? PARA IWAN NG FANS?? BAKIT NIYA GINAWA?? KAYO NA PO ANG HUMUSGA."

On the other hand, Andrea shared a Bible passage from Psalm 62: 1-7 and highlighted these sentences:



"So many enemies against one man— all of them trying to kill me."



"They plan to topple me from my high position."



"They delight in telling lies about me."

Andrea Brillantes' cryptic post (Instagram)



"Let all that I am wait quietly before God, for my hope is in him."



"...my fortress where I will not be shaken."



"My victory and honor come from God alone. He is my refuge, a rock where no enemy can reach me."



Then she uploaded a clip of her featuring Kyle, Darren, and AC during their "mini reunion."



Andrea also used "squad goals" sticker.

Related Tags

andrea brillantes
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.