91³Ô¹ÏÍø

Watch CBS News

Kanye West buying right-leaning social network Parler

Rapper Ye, also known by his given name Kanye West, is buying politically right-leaning social network Parler.

Parlement Technologies, Parler's parent company, said in a news on Monday that Ye "has become the richest Black man in history through music and apparel and is taking a bold stance against his recent censorship from Big Tech, using his far-reaching talents to further lead the fight to create a truly non-cancelable environment."

Instagram and Twitter earlier this month restricted Ye's access to his accounts on their platforms for posting antisemitic comments, saying the remarks violated company policy. In one post on Twitter, Ye said he would soon go "death con 3 on JEWISH PEOPLE," according to internet archive records, making an apparent reference to the U.S. defense readiness condition scale known as DEFCON.

"In a world where conservative opinions are considered to be controversial we have to make sure we have the right to freely express ourselves," Ye said in a statement. 

Launched in 2018, Parler drew a surge of users following the 2020 presidential election, fashioning itself as a forum for conservative thought and an alternative to other social media sites. 

But Amazon stopped hosting the company on its web service last year after the technology giant said Parler had failed to block content that could incite violence in wake of the January 6 attack on the U.S. Capitol. Other mainstream media platforms also booted Parler from their platforms, although it is now available on Apple's app store and Google Play.

In the days leading up to the Capitol riot, supporters of former President Trump and members of far-right groups like the Proud Boys and the Oath Keepers used Parler to call for violence on January 6 and organized plans to infiltrate the Capitol.

The Parler app has been downloaded 6.2 million times in the U.S. and 8.5 million times globally from the Apple App Store and Google Play, according to data.ai. But Parler's audience has fallen sharply over the last year, dropping to 725,000 monthly active users on average in the first half of 2022, from more than 5 million in the year-ago period, the digital research firm found.

Next steps after Jan. 6 committee's vote to subpoena Trump 05:55

Parlement CEO George Farmer said in a statement on Monday that "Ye is making a groundbreaking move into the free speech media space and will never have to fear being removed from social media again."

Terms of Ye's purchase of Parler weren't disclosed. The deal is expected to close by year-end. 

In 2021, Bloomberg ranked West as the wealthiest Black American, pegging his net worth at $6 billion.

The rapper is no stranger to controversy. Most recently, Ye and conservative activist Candace Owens sparked criticism after the pair attended a Paris fashion show while wearing shirts with the phrase "White Lives Matter" on the back. The phrase has been adopted and promoted by white supremacist groups and sympathizers,  to the Anti-Defamation League. He also has suggested slavery was a choice and called the COVID-19 vaccine the "mark of the beast."

The Associated Press contributed to this report.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });