ADVERTISEMENT

Facebook quick to take down fake news, Palace says

Published Aug 27, 2026 03:58 pm
Palace Press Officer and Communications Undersecretary Claire Castro (Betheena Unite)
Palace Press Officer and Communications Undersecretary Claire Castro (Betheena Unite)
After Malacañang said it was open to banning social media platforms and gaming applications, including Facebook, that are deemed potentially harmful to the youth, it said Facebook has been responding quickly to requests to take down harmful contents and fake news.
Palace Press Officer and Communications Undersecretary Claire Castro said she mentioned the possibility of banning platforms in the country after the Cybercrime Investigation and Coordinating Center (CICC) said it was considering recommendations to ban Facebook.
However, two days later they were informed that Facebook has been promptly responding to requests regarding fake news items in its platform.
"Noong Martes po ay nasabi po natin dahil ito din po ang nakita ng CICC at ng DICT (Department of Information and Communications Technology). Ngunit makalipas ng dalawang araw ay binigyan po tayo ng impormasyon na ang Facebook, particular ang Facebook, ay tumutugon naman daw po sa mga dapat na gawin especially sa mabilisang pag-takedown ng mga fake news (On Tuesday, we said this because it was also what the CICC and DICT had observed. However, two days later, we were given information that Facebook, in particular, has been responding to requests and taking the necessary action, especially when it comes to the rapid takedown of fake news)," Castro said in a Palace briefing on Thursday, Aug. 27.
"So, ito po ang nais natin din nating ipahiwatig sa ating na hindi po nakikitaan sa ngayon ang Facebook na mahirap na kausapin (So, this is what we also want to convey: at present, Facebook is not being seen as difficult to engage with or communicate with)," Castro added.
The Palace official also noted that just because some other social media platforms are not responding does not mean that all of them should be banned.
"That is not what the President or our administration intends," she said.
But, according to Castro, this also serves as a warning to other violators, "particularly gaming applications that can affect young people and potentially make them more aggressive and violent."
"So, iyon lang po ang ating gustong ipahatid dahil kung open man ang Pangulo, sa ngayon ang pinakahuling impormasyon, wala namang masyadong nagiging problema ang ating pamahalaan sa Facebook (That is all we want to convey. While the President is open to the possibility of a ban, based on the latest information, our government is not experiencing significant problems with Facebook at present)," Castro said.
The Palace spokesperson also clarified that Facebook is not being banned, and that all recommendations are being studied.
"So, ang huling impormasyong ibinigay po sa atin ay may mga pagkakataon na kapag kinakailangang i-takedown ang isang post na nagpapakita ng karahasan, fake news ay tumutugon naman ang Facebook (So, the latest information given to us is that there are instances when Facebook responds to requests to take down posts showing violence or spreading fake news," Castro said.
She added that it is a good sign "because we are also asking all social media platforms to work with the government to help prevent harmful content, misinformation, and excessively violent material from continuing to spread."

Related Tags

FACEBOOK Malacañang fake news Claire Castro President Marcos
.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); 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() { console.log('scroll event'); 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((data) => { console.log(data); console.log(this); loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { console.log("length: ", articles.length); const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); let oberservationCount = 0; // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl && newUrl !== window.location.pathname) { history.pushState(null, null, newUrl); // Extract metadata const section = entry.target.querySelector('.section-info a:first-of-type')?.textContent?.trim() || ''; const author = entry.target.querySelector('.author-section a')?.textContent?.trim() || ''; const title = entry.target.querySelector('h1, h2, h3, .article-title')?.textContent?.trim() || document.title; // 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') { pSUPERFLY.virtualPage(cleanUrl, { title: title, sections: section, authors: author }); } // Optional: Update document title if (title && title !== document.title) { document.title = title; } console.log('Chartbeat virtual page tracked:', { url: cleanUrl, section: section, author: author, title: title }); } } }); }, { threshold: 0.1 } ); articles.forEach(article => { console.log(oberservationCount++); intersectionObserver.observe(article) }); }
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; } }

{{ static_articles_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 }}

Sign up by email to receive news.