ADVERTISEMENT

Trump social media 'censorship' claim is fake but widely believed

Published Aug 26, 2018 10:54 am
By Agence France-Presse There is little evidence to back up Donald Trump's persistent claim that social media firms "silence" or "censor" conservatives, but the notion has nonetheless gathered widespread acceptance among his considerable following. US President Donald Trump has said he accepts the conclusion that Russia sought to influence the 2016 US election -- after failing to challenge Vladimir Putin on the issue a day earlier (AFP / MANILA BULLETIN) US President Donald Trump (AFP / MANILA BULLETIN) The US president returned to the topic on Friday with a tweet saying: "Social Media Giants are silencing millions of people... People have to figure out what is real, and what is not, without censorship!" The comments marked the second time in a week Trump has attacked tech platforms over alleged political bias. Days earlier, he tweeted that "Social Media is totally discriminating against Republican/Conservative voices. Speaking loudly and clearly for the Trump Administration, we won't let that happen." Both Twitter and Facebook deny bias in policing their platforms, and various studies suggest conservatives are thriving on social media. Still, a Pew Research Center survey released in June found 43 percent of Americans think major technology firms support the views of liberals over conservatives, and 72 percent accepted the idea that social media platforms actively censor opposing political views. Among Republicans and Republican-leaning independents, a whopping 85 percent said they think social media sites intentionally censor political viewpoints, Pew found. The blocking of Alex Jones, who operates the conspiracy theory site Infowars, has given ammunition to those claiming motivations behind bans. And on Friday, a US House committee announced that Twitter CEO Jack Dorsey and other tech executives will appear before a panel on September 5. Dorsey acknowledged in a recent CNN interview that the company's bias "is more left-leaning" but that this is not reflected on the platform. "The real question behind the question is, are we doing something according to political ideology or viewpoints? And we are not. Period," Dorsey said.  'Game the refs' According to Angelo Carusone, president of the left-leaning media watchdog group Media Matters for America, conservatives are railing at social media firms "to game the refs," and put more pressure on the platforms. Carusone said this strategy worked in 2016 when Facebook "essentially fell for a fake news story" after claims of bias against conservatives and eliminated its "trending topics" section. Social media firms are to blame in part, because "in an attempt to mollify their right wing critics they have reinforced and validated the critiques even though they are baseless," he said. Carusone said a study by his group and another by the social media monitoring firm NewsWhip found no systematic bias on tech platforms and concluded that conservatives had substantial presence on tech platforms. But the loud complaints from the president and his supports can still influence public opinion even if the claims are untrue, notes Jeff Hemsley, a Syracuse University professor of information studies. "Conservatives have long held the view that all media is liberal, so this is an old complaint they're now applying to social media," Hemsley said. Algorithms, legal questions Complicating the debate is how social media feeds are organized by algorithms based on user profiles. While some users might claim bias, "the algorithms take into account your interests, your habits and those collectively can influence what you see," said Liz Woolery, a policy analyst at the Washington-based Center for Democracy and Technology. Trump's assault however raises of host of legal and political issues about the rights and obligations of social media platforms. As private entities, they can set their own terms. If they are not public spaces they can't be accused of censorship. Conversely, the president's threats could be viewed as an infringement of the constitutional rights of the companies, legal scholars say. "Even if social media providers were biased against conservatives (and there is no evidence to support this), they would be fully permitted to do so -- just like the constitution protects Fox News's or Breitbart's strong editorial biases," Eric Goldman, co-director of the High-Tech Law Institute at Santa Clara University, said in a blog post. "As a result, any action Trump might take against social media providers would be clearly and unambiguously unconstitutional." Still, social media firms could face pressure from the unrelenting attacks by the president, said Hemsley. "I'm not sure the president has much legal recourse but I wouldn't put it past this administration to try to institute laws that give the government more control over media in general and that includes social media," said Hemsley. Dannagal Young, a University of Delaware communications professor, said the various political factions have differing views on bias and freedom of speech. "Liberals want social media to protect vulnerable communities from harmful speech and conservatives want the freedom to say the things they want to say," Young said. Woolery said one concern is that the pressure may prompt companies to take action rashly. She noted that Facebook's curbs on political ads, for example, have impacted many users with no political agenda because of how the policy is being enforced. "These companies are being told to do something, to do anything," she said. "They must be careful it doesn’t create more problems down the road."
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.