
Internet usage research results and usage patterns for the month of July have been announced. Internet usage is increasing day by day. This situation also changes traditional habits.
The Internet has become an integral part of our lives. Today, we use the Internet for entertainment and work. A new study reveals that the digital world its global prevalence revealed. Let’s see together the details of this research.
Research conducted in collaboration with We Are Social and Hootsuite, as of July 2022. 5.34 billion people The smartphone revealed that 5.03 billion people use the internet. The number of active social media users was recorded at 4.7 billion. According to the United Nations, the world population has reached 7.98 billion. When we look at the data announced on an annual basis, we see that the rate of smartphone users is 1.8% and the rate of Internet users is 1.8%. 3.7% We are seeing an increase.
Smartphones are the number one choice for the internet
Research shows it’s the number one choice for accessing the Internet. smart phones revealed that. In this context; 59.72% of Internet-connected devices are smartphones, 37.98% the computer, 2.27 percent were tablets. The position of other products such as game consoles and televisions in the Internet world was announced at 0.03%.
The Internet has become the source of information for the new world
Research shared by We Are Social and Hootsuite news sources turned out to be. because people 82 percent A significant portion of them use the Internet for information. The rate of those who use television is 61%, but the rate of those who follow the news on social networks is 57 percent was recorded as. However, the point that attracts attention here is the printed newspapers and magazines. Only 23% of us now use print media for information.
Smartphones are also used to watch news online.
Research has revealed that smartphones are the most used to search for information on the internet. Because the percentage of people who use smartphones while watching news on the Internet 72 percentthe rate of computer users is 42% and the rate of tablet users is 16%. Considering that the use of smartphones is greater than that of computers surprising not we can specify.
Facebook is mainly used for news tracking.
According to the data announced, the place where the news is most frequently followed is 44%. Facebook. This platform is used by YouTube with 30%, WhatsApp with 22% and WhatsApp with 17%. instagram, Twitter with 13%, Facebook Messenger with 11% and TikTok with 7%. Telegram, Likedln, Snapchat, Line and Viber are also some of the platforms used for news.
Even though we follow the news online, we have a trust issue.
According to research, the news we follow on the internet we don’t have too much confidence. In this context; The average of those who believe the news they read online is 42%, less than half. In Turkey, we are also below average. The rate of those who trust news on the internet 36 percent recorded as…
Source :
https://wearesocial.com/uk/blog/2022/07/the-global-state-of-digital-in-july-2022/
$(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://news.google.com/__i/rss/rd/articles/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') });
#Announcement #July #research #results #Digital #World