To prevent misleading information from spreading like a virus, Twitter announced a program that is currently active only in the US: Birdwatch. With Birdwatch, Twitter users will be able to add notes containing the correct information to a post that they think contains false information.
One of the most popular social media platforms in the world twitterWe can also say that, by its nature, it is one of the largest interactive news centers. Many people use Twitter to learn about the world or local agenda and to whiten their opinions. As such, Twitter, to spread false information also provides a suitable environment.
Twitter, just to avoid this situation Birdwatch announced a new program called. “A community-focused approach to handling misleading information” to provide feedback on a tweet containing misleading information with Birdwatch identified as possible to add alternative information is happening. In this way, even if the content of the tweet is not changed, those who see the tweet have the opportunity to learn the correct information.
Twitter plans to allow users to add accurate information to tweets containing misleading information.
According to the statement made by Twitter, Birdwatch will be available only in the USA at least for now, and alternative information added with Birdwatch will not be displayed directly on Twitter. Still Birdwatch’s official website birdwatch.twitter.com You will be able to view alternative information shared via.
Keith Coleman, Vice President of Twitter’s Product Division, also touched on some details about Birdwatch in his article on the Twitter Blog. According to Coleman, Birdwatch aims to enable the community to do more than respond to a tweet containing false information. A tweet was posted by a large number of community participants. Corrected with “correct information” if Birdwatch will start displaying this alternative information directly within Twitter. Thus, you will be able to see the correct information as well as the tweet containing false information.
RELATED NEWS
2020 Report Published Twitter: What Discussed in Turkey and the world in 2020?
According to Twitter’s statements, all data contributing to the Birdwatch program will be published publicly. In addition, the codes of the algorithms that reveal Birdwatch will be publicly published in the Birdwatch manual. “How much is the community wide and diverse We know Birdwatch will be better at handling misleading information “ Coleman says, inviting everyone to join Birdwatch.
Birdwatch sharing from Twitter Support official account
“Today we’re promoting Birdwatch, a community-focused approach to handling misleading information, and we ask for your help.”
“We’re looking for people in the US to test this (Birdwatch). You will be able to add notes with useful context to tweets that you think are misleading.
For now, these notes will not be displayed directly on Twitter, but anyone in the US will be able to view them on birdwatch.twitter.com. “
“We will use notes and feedback (added with Birdwatch) to shape the program and learn how to achieve our goal of allowing the Twitter community when and what context to add to a tweet.”
Source :
https://blog.twitter.com/en_us/topics/product/2021/introducing-birdwatch-a-community-based-approach-to-misinformation.html
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });