ADVERTISEMENT
970x220

Marcos asks media to take lead in helping Filipinos discern real information, fake news, propaganda

Published Apr 27, 2023 12:49 pm
President Ferdinand "Bongbong" Marcos Jr. has urged the fourth estate to help the citizenry discern between real information and propaganda at a time when fake news threatens the country's stability and objectivity. President Ferdinand 'Bongbong' Marcos Jr. (Noel Pabalate)
Speaking at the 50th anniversary of the Kapisanan ng mga Brodkaster ng Pilipinas (KBP) on Thursday night, April 27, Marcos recognized that the media industry has been facing various issues such as the challenge of ensuring the integrity and credibility of information. "Well, we started with mistaken information, then it became more active, disinformation, and misinformation and now, out-and-out, fake news," Marcos said. He said these are among the negative effects of technological advancement and the social media age. "However, it is something that is to be expected considering how powerful the tool social media has become," he further said. "And like any powerful tool, it cuts both ways. And it is up once again to the KBP to bring a measure of stability, a measure of objectivity, to help our people discern what is the real information and what is propaganda," he added. The President said in this situation, the fourth estate stands as "the stalwart partner of our conscientious and peace-loving citizenry, also of our legitimate and equally conscientious government." He stressed that the press and broadcast media are instrumental in informing the citizenry, in shaping public opinion, and triggering social mobilization and change. "Therefore, I exhort the KBP to continue your very important work with our people and with the government, addressing and remedying the issues and challenges that we face," he said. "Take the lead and foster public discussion, truth and credibility, the rule of law, especially in the practice of broadcasting, news reporting and information-dissemination," he added.

'Continue to be the strong voice'

Marcos also encouraged the KBP to "continue to be the strong voice, it always has been." The chief executive then committed that the government will continue to ensure transparency and good governance, freedom of expression and of the press, and the protection of media practitioners and their rights in the practice of their profession. He also vowed that the government will work hand in hand with the press  to improve the Philippines' ranking in the World Press Freedom Index, where the country sits at 147th place. "Onward to many more decades of important and relevant existence, may you genuinely dedicate them to upholding the truth, freedom, and social justice for the benefit and upliftment of the present and of succeeding generations of Filipinos," he said. The KBP is a non-government and non-profit organization created on April 27, 1973.  It advocates for professional and ethical standards geared toward promoting responsible and free broadcast media, as well as maintaining a relevant role for its members in society when it comes to press freedom.

Related Tags

Bongbong Marcos media broadcasting KBP President Marcos Kapisanan ng mga Brodkaster ng Pilipinas
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // 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) { history.pushState(null, null, newUrl); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.