ADVERTISEMENT

Blue checkmarks for sale

Published Apr 21, 2023 04:13 pm

HOTSPOT


Twitter removed en masse on Friday the blue checkmarks for organizations, celebrities, personalities and journalists which were verified under its "legacy" verification process. By "legacy," we mean the time before Elon Musk bought Twitter.
The blue checkmarks meant the accounts were real, and belonged to their owners. It helped a lot in marking reliable or credible news and commentary, business announcements, celebrity events, official state statements, and so on.
Former Vice President Leni Robredo,   senatorial and partylist candidates in the last elections, journalists from across the industry, stars in entertainment and other legacy verified users have lost the blue checkmarks in their Twitter accounts.
Under Musk, those who wish to get a blue checkmark would have to pay monthly fees or about $100 annually.
If you have the money and you have a mobile number for verification purposes, you could get a blue checkmark.
There's also a gold checkmark for organizations and businesses willing to pay $1,000 for the badge. Those with gold checkmarks can share the privilege to so-called affiliates, but only if they're willing to pay Twitter more money.
Government and international multilateral government organizations get a gray checkmark.
There's outrage over Twitter's move to commercialize (read: sell) the blue checkmarks.
With Twitter Blue, the blue checkmark no longer stands for anything except that the user paid for it.
I think it is Twitter and Elon Musk who should pay the legacy verified accounts billions in dollars for their role in turning the platform into what it was prior to Musk's purchase. True, the legacy blue checkmarks protected individuals and organizations  against identity theft and misrepresentation. But on a larger scale, it was their presence, their tweets and interactions, and their pulling power that helped create Twitter. Web 2.0 stood for user-generated content and Twitter became what it is because of its users, especially its legacy verified users. The latter gave Twitter credibility as a trustworthy platform.
Web 2.0 platforms like YouTube and Twitter do not have their own content, with truly miniscule exceptions. An overwhelming majority of videos and tweets are generated by users. Musk cannot deny that his and the industry's valuation of Twitter is not just about its technology, properties and income. It is also about the social capital it has built from the participation  of its users and the credibility shared by governments, organizations, media, entertainment and businesses that joined Twitter.
Many observers have pointed out that the selling of blue checkmarks would enable those who crave for validation in today's dystopian world: the fake news peddlers, troll armies, fascist leaders and groups. They would not hesitate to pay Twitter if it meant obtaining the blue checkmark that previously meant a degree of credibility. It is a credibility they would not have been able to attain under the legacy verification process.
For all his bravado, Musk is unable to or refuses to charge government officials and agencies fees for the gray checkmark. This incentivizes pro-state tweets, including propaganda and disinformation. In openly fascist states, this is tantamount to Twitter giving those governments special treatment they don't deserve.
The satirical The Onion is right. The world did not end this weekend that Twitter took away the legacy blue checkmarks. But something else did. Twitter ended its relationship with legacy verified users.
How this situation would affect the spread of information, we will soon know. How this would impact on Twitter and the worlds of the legacy verified users, only time would tell.
*Follow me on Twitter @tonyocruz*

Related Tags

Tonyo Cruz HOTSPOT
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.