ADVERTISEMENT

Trolling, red-tagging on socmed worsen after polls — FLAG lawyer

Published May 30, 2022 12:19 pm

Former Supreme Court spokesman Theodore Te, a volunteer lawyer for the Free Legal Assistance Group (FLAG), noted the increase of trolling, hate speech, and red-tagging on social media even after the 2022 elections.

Former Supreme Court spokesman Theodore Te (Jansen Romero / MANILA BULLETIN)

During an interview on Vice President Leni Robredo’s radio show over dzXL, the lawyer said that many victims of hate speech and trolling on social media have been reaching out to FLAG.

FLAG is a free legal and volunteer-driven organization led by human rights lawyer Chel Diokno who ran and lost during the 2022 senatorial race.

“Siguro—hindi ko alam kung pattern, ano—marami ang dumudulog sa amin na requests kung saan ay nagiging biktima sila ng, (Maybe—I don’t know if it is a pattern—there is an increase in requests for us from victims of) well, trolling, red-tagging, hate speech, lalo na sa (especially on) social media,” he said.

“Dumadalas at dumadami. So ‘yun po ang isang napapansin po namin. Siguro ito ay offshoot na po siguro ng eleksyon pero dumadami po ‘yun (It’s becoming frequent and increasing. So, that’s what we noticed. Maybe this is an offshoot maybe of the elections but those are increasing),” Te added.

Diokno lamented that spreading misinformation and fake news on social media is a threat to democracy.

“Talagang nakakabahala iyong pagkalat ng fake news dahil iyan ay nagiging sabagal sa tunay na demokrasya (The proliferation of fake news is really alarming because it’s an obstacle to true democracy),” he said in a previous statement.

“Kung ang halalan halimbawa ang magiging batayan ay fake news, hindi na nating masasabing genuine iyong democracy natin (If the basis of the elections for example is fake news, we can’t say our democracy is genuine),” he added.

Te, however, admitted the challenges of proving “cyberbullying” and “hate speech” since the source of these comments cannot be easily identified as they are hiding behind different names and anonymity.

He also noted that trolls have made it harder to identify the source of disinformation because these are not real people.

As an organization of human rights lawyers, Te said the primary function of FLAG is to determine if human rights have been offended and if the state or government is the one behind the offense.

Unfortunately, FLAG’s volunteer lawyers cannot accommodate all requests, so they had to refer some cases to other lawyers.

Te said FLAG is not the only organization that offers free legal advice and representation.

He mentioned the Integrated Bar of the Philippines (IBP), the National Union of Peoples Lawyers (NUPL), and other clinics run by law students as some of the groups extending free legal aid.

Related Tags

NUPL theodore te Chel Diokno hate speech Flag Red-tagging trolling
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.