ADVERTISEMENT

The future of social media

Published Feb 2, 2022 04:00 pm

How will the platforms evolve?

If you told me 20 years ago, in the Friendster and Myspace era, that social media would evolve to play a major hand in elections, become a one-stop marketplace where you could shop not just for clothes but for houses, and where Chatbots guide you through a restaurant’s menu so you could order just in time for lunch, I wouldn’t have easily believed you—just like I do not easily believe that the scenarios detailed below constitute the future of social media.

To be fair, Friendster was this wholesome site where people could only talk about wonderful things on the testimonials page while Myspace was an early precursor of Instagram and Stories, where we all tried to cultivate a hip, unique persona by listing our favorite songs. 

Before the pandemic hit in 2019, the number of social media users were at 3.5 billion. With COVID-19 grounding us all at home, the number has grown. We all have turned to social media to connect to people, get updates and news about the outside world, and keep each other informed.

The landscape of social media now is vastly different from 2019. Tiktok, for example, was just a simple short-video platform in 2019, two years later, it’s the fastest rising app, eclipsing even Facebook in growth among the younger market, its influencers becoming the most in-demand brand ambassadors for even the most upscale brands, and one (Addison Rae) becoming some sort of film star.

But social media is ever-evolving. If TV killed the radio star, it is very likely that social media will kill traditional TV. With TV, we are just consumers, with social media, we are all content producers.

Tech insiders have predicted how social media will likely change in the next few years.  Here’s how.

  1. It’s going to be VR and AR-heavy.

VR means virtual reality, and so far, we’re still not going around with headsets and helmets. But Facebook’s Mark Zuckerberg, through his company Meta, owns Oculus, the VR company that produces all these equipment. AR, however, is very much in our lives already. The filter in Snapchat that gives you those dog ears? That’s AR. The Gucci shoes you “tried on” in the app? AR. The Ikea app that allows you to “drag” a furniture from the store into a space into your home so you could imagine how it looks in that area? AR. Augmented Reality isn’t just filters and shopping tools, however, it’s the new way we will consume, with AR boosting click-through rates by more than 30 percent.

  • It’s going to make or break brands as a customer service platform.

Who would’ve thought 10 years ago that we would judge a brand according to how it responds to us on social media. Increasingly, customers seek out solutions and assurance through social media, having foregone more arduous ways like calling on the phone. We want answers, and we want it now, and most brands have created chatbots as well as dedicated representatives to cater to customers who use social media as a CS channel. According to Gartner, 60 percent of all customer service issues will be coursed through social media.

  • Video and audio will be king.

We’re currently in the era of cute selfies and funny memes, as well as wordy status posts. But in the very near future, short video content will dominate on social media. Tiktok has kickstarted the trend, but hot on its heels are Instagram Reels and an upgraded Facebook Stories. If you’re a brand mapping out your content strategy in the next few years, make sure to fortify your video capabilities right now. Audio, too, gets momentum with the launch of Facebook’s Live Audio Rooms. Clubhouse, and audio live streams on Twitter are gaining ground, and most brands say they will invest in audio-only content as part of their social media strategy soon.

If you’re a brand mapping out your content strategy in the next few years, make sure to fortify your video capabilities right now. Audio, too, gets momentum with the launch of Facebook’s Live Audio Rooms. Clubhouse, and audio live streams on Twitter are gaining ground, and most brands say they will invest in audio-only content as part of their social media strategy soon.

Social media is a dynamic sphere, and trends will come and go. But just like any other platform, it’s best to remember that content is still the ultimate product. Platforms and channels may change, but as long as you know what you want to say, and you know how (and where) to say it, social media is just a tool to tell your story. 

Related Tags

facebook tiktok augmented reality social media metaverse Mark Zuckerberg Oculus Quest 2 Video and Audio Krizette Chu Virtual reality Meta
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; } }

{{ static_articles_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.