ADVERTISEMENT

Should the Philippines ban social media for children?

Published Jul 1, 2026 12:05 am
OF TREES AND FOREST
I have always carried a quiet pride in being a “Batang Tondo.” But beyond that, I was a true “batang kalye”—shaped as much by the streets as by home, spending my childhood days running wild with other Tondo kids, learning life in the open air.
I remember a time before cellphones, the internet, and social media took over our lives— when Filipino childhood unfolded in the streets. Our days were measured not by screen time but by the steady beat of childhood games: Patintero mapped out in chalk, tumbang preso played until dusk, and sipa contests that drew entire neighborhoods into friendly rivalry. My Nanay Curing would call me in by shouting, “Boy, kain na!” instead of a notification, and every scraped knee taught us the rules of teamwork, rivalry, and getting back up again.
Today’s children, born into the age of smartphones and social media, navigate a different kind of playground. Their games are digital, their interactions mediated by screens, and their sense of community often shaped by platforms like TikTok, Facebook, and Instagram. Instead of dusty streets, they move through curated feeds and algorithm-driven content. The shift is not merely technological—it is personal, psychological and cultural, altering how young Filipinos form identity, relationships, and even attention spans.
This memory was provoked by an article I read on whether Filipino children should be banned from, or at least restricted in, their use of social media; as other nations, like Australia, have done. The Philippines remains one of the world’s most active social media markets, and children are entering these spaces earlier than ever. For many, social media is no longer optional—it is where friendships are maintained, trends are learned, and social belonging is negotiated. Yet alongside this ubiquity come increasingly visible risks: cyberbullying, exposure to inappropriate content, misinformation, and more troubling cases of online exploitation.
Those who support stricter regulation argue that the situation demands decisive intervention. A ban or firm age restriction, they contend, could shield children during their formative years, allowing them to develop social skills and emotional resilience without the pressures of online comparison or algorithmic manipulation. I can understand this reasoning in addition to a clear safety argument: limiting access could reduce opportunities for predators who exploit the anonymity and reach of digital platforms. In this view, government action is not overreach but a necessary response to a rapidly evolving threat landscape.
However, I found the case against a blanket ban equally compelling. Social media is not solely a source of harm; it has become an integral tool for education, creativity, and connection. In a country where many families are separated by overseas work, digital platforms often serve as emotional lifelines. For young users, they are spaces to learn skills, express identity, and participate in a broader cultural conversation. It amazes me how my apos are more proficient with these new gadgets than I am. Removing access altogether risks cutting off these benefits while failing to address the deeper issue: how children are taught to navigate the digital world responsibly.
There are also practical concerns in case the proposal ever become policy. Enforcing a ban would require reliable age verification systems, raising questions about privacy and data security. It is unclear whether responsibility would fall on government agencies or on global tech companies that operate beyond Philippine jurisdiction. Even then, enforcement may prove porous; tech-savvy children can circumvent restrictions through fake accounts or virtual private networks, potentially rendering the policy more symbolic than effective.
There is also the risk of widening inequality. Families with resources and digital literacy may find ways to bypass restrictions, while others may be left with limited access and fewer opportunities to develop digital skills. Schools and communities could help bridge this gap, but digital education remains uneven across the country.
What emerges is not a black and white policy choice but a broader question about guidance and responsibility. A ban offers clarity and immediate action, but it is a blunt instrument for a nuanced problem. Alternatives—stronger platform regulation, digital literacy education, parental engagement, and targeted child protections—may lack the dramatic appeal of prohibition, yet they address the ecosystem rather than just access.
I haven’t made up my personal opinion on this issue. It is an evolving subject matter that I believe requires more research and discussion. But one thing is certain—very soon, our country, with its deeply social culture and rapidly digitizing youth, must decide how to balance protection with participation. The goal is not to return children to the streets of the 1960s, nor to abandon them to the unchecked currents of the online world, but to shape an environment where they can safely inhabit both.
For comments, please send email to: [email protected] and/ or mannyvillar.com.

Related Tags

FORMER SENATE PRESIDENT MANNY VILLAR OF TREES AND FOREST
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 }}

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