How Twitter Works

A keypad with twitter printed on it.
Jack Dorsey and Biz Stone, co-founders of the popular Twitter social messaging service. Peter Dazeley / Getty Images

Many social networking Web sites have oodles of fancy tools and features. For example, MySpace and Facebook let users build profiles, upload pictures, incorporate multimedia, develop blogs and integrate useful (or bizarre) programs into homepages. But sometimes simplicity trumps complexity. That's one reason that Twitter's been so successful.

If you've been hiding under a digital rock for the past few years, here's the scoop on Twitter. Basically, you can use the service to post and receive messages to a network of contacts. Instead of sending a dozen e-mails or text messages, you send one message to your Twitter account, and the service distributes it to all your followers. Members use Twitter to organize impromptu gatherings (or even political protests), carry on group conversations or just send quick updates to let people know what's going on.

Advertisement

Twitter's history is entwined with a few other Internet companies. Twitter's founders are Evan Williams, Biz Stone and Jack Dorsey. A few years before Twitter was born, Williams created Blogger, a popular Web journal service. Internet giant Google purchased Blogger, and Williams began to work directly for Google. Before long, he and Google employee Stone left the Internet giant to form a new company called Odeo.

Odeo was a podcasting service company. According to Williams, he didn't have a personal interest in podcasting, and under his guidance, the company temporarily lost focus. However, one of Odeo's products was just beginning to gather steam: Twitter, a new messaging service. Stone gave Twitter its name, comparing the short spurts of information exchange to the chirping of birds and pointing out that many ring tones sound like bird calls [source: Fost].

As the service became a more important part of Odeo, Stone and Williams decided to form a new company with Twitter as the flagship product. Williams bought out Odeo and Twitter from investors, then combined the existing company and service into a new venture called Obvious Corporation. Jack Dorsey joined the team and began developing new ways for users to interface with Twitter, including through computer applications like instant messaging and e-mail. In March 2006, Twitter split off from Obvious to become its own company, Twitter Incorporated.

In this article, we'll learn about Twitter's application programming interface (API). We'll find out what a Tweet is and all the different ways you can create and read them. We'll also look at how Twitter has optimized its service for mobile platforms.

In the next section, we'll learn what, exactly, a Tweet is.

What are Tweets?

Simply put, a Tweet is a message sent on Twitter. To send or receive a Tweet, you have to create a free account with Twitter. You also need to have friends and contacts with Twitter accounts -- otherwise you're typing to the void. Of course, you could use Twitter as a blog and keep all of your Tweets public, meaning anyone could read them on your personal Twitter profile page. But if you want to use Twitter as a way to keep in touch with friends, you'll need to convince them to sign up, too.

Once you have an account, you can begin building your network of contacts. You can invite other users to receive your Tweets, and you can follow other members' posts. As you receive Tweets, you may discover you're looking into only part of a conversation. You'll see your contact's posts, but if he or she is sending messages in response to someone who isn't in your network, you won't see the other person's messages.

Advertisement

Tweets have a few limitations, mostly due to the fact that Twitter's design relies heavily on cell phone text messages. Tweets can only have up to 140 characters before the system cuts off the rest of the message for cell phone users. Members can read full Tweets on their Twitter Web pages or by using a third-party developer's desktop or Web-based application.

In the beginning, Tweets were text only. Now, Tweets can include pictures, as well as six-second video clips (courtesy of Vine, which Twitter purchased in 2012).

Twitter makes it easy to opt into or out of networks. If you join Twitter and find that you're being bombarded by Tweets from a particular member, you can choose to stop following his or her feed.

You don't have to generate original content in order to send Tweets. You can simply share the Tweets that other people create, in effect forwarding their message all of your followers. This is calling Retweeting.

As a way of categorizing and grouping messages, many users use the hash symbol followed by the Tweet's subject. For example, if you're Tweeting about your new car, you might include #newcar #porsche #bankaccountempty as part of your message. These hashtags make your message more searchable for other users.

In the next section, we'll learn about Twitter's many applications.

Twitter's API

Twitterific is a desktop application developed by the Iconfactory for Mac computers.
Iconfactory

Twitter bases its application programming interface (API) off the RepresentationalStateTransfer (REST) architecture. REST architecture refers to a collection of network design principles that define resources and ways to address and access data. The architecture is a design philosophy, not a set of blueprints -- there's no single prescribed arrangement of computers, servers and cables. For Twitter, a REST architecture in part means that the service works with most Web syndication formats.

Web syndication is a pretty simple concept: An application gathers information from one source and sends it out to various destinations. There are a few syndication formats used on the Web. Twitter is compatible with two of them -- Really Simple Syndication (RSS) and Atom Syndication Format (Atom). Both formats retrieve data from one resource and send it to another.

Advertisement

Both Web syndication formats compatible with Twitter consist of a few lines of code. A Web page administrator can embed it into the code of his or her site. Visitors can subscribe to the syndication service -- called a feed -- and receive an update every time the administrator updates the Web page. Twitter uses this feature to allow members to post messages to a network of other Twitter members. In effect, Twitter members subscribe to other members' feeds.

By allowing third-party developers partial access to its API, Twitter allows them to create programs that incorporate Twitter's services. Obvious Corp's applications include desktop feed reader programs that let users post and retrieve messages on Twitter's network using a simple, independent interface. Current third-party applications include:

  • OutTwit, a Windows application that allows users to access Twitter through the Outlook e-mail program
  • Tweet Scan, which allows users to search public Twitter posts in real time using either a customized search engine or Firefox's search box
  • Twessenger, which integrates with the Windows Live Messenger 8.1 instant messenger program
  • Twittervision, which integrates a Twitter feed into Google Maps. You can watch public posts go live through a world map
  • Flotzam, which integrates Twitter with Facebook, Flickr and blogs
  • iTunes to Twitter, an application for Mac computers that broadcasts the title of the song currently playing in the user's iTunes to his or her network

That's just a small sample of Twitter applications available, and developers introduce new ones every day.

In the next section, we'll look at technical side of Twitter -- how it interfaces with mobile devices.

Twitter on Your Cell Phone

Twitter was always meant for mobile, so the vast majority of Tweets originate from mobile devices. Meanwhile, the number of Tweets from desktop computers is consistently falling [source: Madrigal].

From the beginning, Twitter's founders designed the service to work with the Short Message Service (SMS) protocol. SMS allows you to send and receive text messages from a cell phone to other phones and services like Web sites, voice-mail systems and e-mail servers. When you send a text message from your phone to Twitter, the message transmits to a mobile switching center (MSC), which sends the signal to a signal transfer point (STP). From there, the message goes to a short message service center (SMSC), which then sends the text to Twitter. Twitter sends the message back out to the people in your network using the same process in reverse.

Advertisement

The SMS protocol has several restrictions, which are the source of Twitter's limitations. An SMS message has an upper limit of 160 characters and can't include anything other than text. While there are other protocols that can send more information than SMS, they aren't as widely supported by cell phone service providers. By limiting messages to the SMS format, Twitter is able to reach a larger customer base.

Twitter will also send messages over SMS to cell phones even if you use a desktop or Web-based application to post your Tweet. When you post your message, you tell Twitter to send the message out to all the appropriate outlets through the syndication format. Twitter sends the Tweet out to the cell phones of anyone in your network who has added a cell phone number to his or her Twitter account. For other users, the message may only appear on a Web page or in a computer desktop application.

Twitter members in the United States can interact with the service through their cell phones by sending text messages to 40404. In Canada, the code is 21212, and in the United Kingdom, you'll give your fingers a workout with the code +44 7624 801423. Through text messages, you can subscribe to other members' feeds, turn off feeds, add friends to your network or even delete your account.

Internet All Atwitter

The tweet that crashed it all: Ellen's 2014 Oscar selfie.
Screen capture by HowStuffWorks staff

Twitter has overrun the world with Tweets. According to the company, people send more than 500 million Tweets per day. That's nearly 6,000 Tweets per second [source: Krikorian ]. The average active user Tweets about 20 times per month, although nearly a third of accounts are inactive [source: Madrigal]. Still, there are about 560 million active accounts, and about 241 million of those post every month [source: Smith].

People who use Twitter frequently spend about three hours on the service per month. About half of those people access their accounts once per day [source: Smith]. What all these numbers means is that in terms of social media and information proliferation, Twitter matters.

Advertisement

When major news events occur, Twitter knows. After the announcement of Michael Jackson's death, Tweets mentioning the singer topped out at about 220,000 per hour and at one point crashed the system entirely, making it inaccessible to anyone [source: Shiels].

At the 2014 Oscars, Ellen Degeneres captured a selfie with a group of other celebrities. Within an hour, her Tweet had been re-Tweeted more than 1.3 million times, which set the record for the highest number of re-Tweets from a single post [source: Gerick].

Indeed, the most popular subjects on Twitter are a reflection of the human hive mind at any given moment. These trends are easy to spot -- they're located in the Trends box on your Twitter homepage. So when pop culture sources or news media proclaims that a topic is trending on Twitter, you can bet that the subject is far-reaching or at least weird enough to grab worldwide attention for a few hours.

Twitter is continually evolving. Its programmers make it more user friendly by continually refining the search engine. And they refresh superficial visual elements from time to time in order to maintain a modern look that appeals to people who also enjoy image-laden social media services like Facebook.

Twitter's Star Power

As of early 2014, Twitter has more than 30 million people following its tweets.
© Erik Tham/Corbis

Although Twitter started in the United States, only about one-third of Tweets originate from North America. English is the by far the most dominant language in Tweets, and Japanese and Spanish come in at a distant second and third, respectively [source: Richter].

With hundreds of millions of Tweets appearing each day, it's clear that the power and influence of Twitter is real. When the Arab Spring took hold in the Middle East in late 2010, many revolutionaries turned to Twitter to organize marches and protests, and to warn each other of danger from the authorities.

Advertisement

For serious political purposes, or for pointless chatter, Twitter's casual nature can be both a blessing and a curse. Tweets are an easy, fast way to communicate ... but mindless comments can go viral in a bad way.

As Exhibit A, let us revisit the firestorm sparked by Justine Sacco, who was the head of corporate communications at a media company called IAC. Sacco was heading to South Africa for a vacation when she brainlessly Tweeted the following: "Going to Africa. Hope I don't get AIDS. Just kidding. I'm white!"

A few people saw the Tweet and shared it. Before her plane had even arrived in South Africa, Sacco's name became associated with racist-tinged ignorance. She was fired from her job and instantly found an infamous place in Internet lore.

Popular cable satire show "The Colbert Report" experienced Twitter-based backlash as well. After a staffer posted a satirical joke about racism out of context, an angry Twitter user called for the show's cancellation. Soon, the hashtag #cancelcolbert was trending on Twitter.

Colbert's writers defused the uproar with a long segment on the situation, in part mocking Twitter itself. Colbert capped off the segment by saying, "Who would have thought that a means of communication limited to 140 characters would ever create misunderstandings?"

Businesses are all too aware of just how fast Tweets go viral. Consumers who post complaints may see their words echoed by many others, resulting in public relations disaster for an organization. That's why many companies employ people who monitor Twitter and other social media sites, ready to address gripes before they make headlines.

The same goes for politicians. When British politician (and Twitter novice) Ed Balls accidentally Tweeted his own name, the Internet, of course, was quick to pounce and make a mockery of him. Now, each April 28 people in England have a tongue-in-cheek celebration "Ed Balls Day."

Twitter has cemented its status as an innovative communication tool. In just the few minutes it took you to read this article, thousands of new Tweets appeared, all adding to the chronicles of human history, 140 characters at a time.

Lots More Information

Author's Note: How Twitter Works

While working on an update to this article, I found it interesting that Twitter is still a weirdly obscure tool for most people. Fewer than 20 percent of Americans use Twitter at all, and those that do use the service aren't necessarily avid fans. Yet Twitter is an institution. Everywhere you look in advertisements and news, there are references to hashtags, Twitter trends and Twitter user names. So even if you don't use Twitter, you'll still continue to see and hear about it as organizations and individuals push information through their 140-character portals. - NC

Related Articles

More Great Links

  • Bellona, David. "Coming Soon: a Whole New You, in Your Twitter Profile." Twitter Blog. April 8, 2014. (April 15, 2014) https://blog.twitter.com/2014/coming-soon-a-whole-new-you-in-your-twitter-profile
  • Cillizza, Chris. "How Twitter Has Changed Politics -- and Political Journalism." Washington Post. Nov. 7, 2013. (April 15, 2014) http://www.washingtonpost.com/blogs/the-fix/wp/2013/11/07/how-twitter-has-changed-politics-and-political-journalism/
  • Cresci, Elena. "The Top Five Political Twitter Gaffes." The Guardian. Mar. 6, 2014. (April 15, 2014) http://www.theguardian.com/politics/2014/mar/06/politicians-twitter-top-5-gaffes-cameron-phone-obama
  • Dhanjani, Nitesh. "Twitter and Jott Vulnerable to SMS and Caller ID Spoofing." April 7, 2007. http://www.dhanjani.com/archives/2007/04 /twitter_and_jott_vulnerable_to.html
  • Fielding, Roy Thomas. "Architectural Styles and the Design of Network-based Software-Architectures." University of California, Irvine. 2000. http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
  • Fost, Dan. "What are people 'twittering' about?" San Francisco Chronicle. March 19, 2007. http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2007/03/19/BUG31OM9RN18.DTL
  • Gannes, Liz. "Evan Williams: How Odeo Screwed Up." GigaOM. September 14, 2006. http://gigaom.com/2006/09/14/evan-williams-how-odeo-screwed-up/
  • Hardy, Ian. "Twitter microblogs to success." BBC. August 3, 2007. (April 15, 2014) http://news.bbc.co.uk/2/hi/programmes/click_online/6929134.stm
  • Johnson, Bobbie. "What is Twitter, and is there any reason I should care?" The Guardian. March 15, 2007. http://www.guardian.co.uk/technology/2007/mar/15/media.newmedia
  • Kassim, Saleem. "Twitter Revolution: How the Arab Spring Was Helped by Social Media." PolicyMic.com. July 3, 2012. (April 15, 2014) http://www.policymic.com/articles/10642/twitter-revolution-how-the-arab-spring-was-helped-by-social-media
  • Kramarenko, Dmitri. "SMS Spoofing." Computer Crime Research Center. Aug. 19, 2004. (April 15, 2014) http://www.crime-research.org/news/19.08.2004/572/
  • Lee, Dave. "How Twitter Changed the World, Hashtag by Hashtag." BBC. Nov. 7, 2013. (April 15, 2014) http://www.bbc.com/news/technology-24802766
  • Madrigal, Alexis C. "How Twitter Has Changed Over the Years in 12 Charts." The Atlantic. Mar. 30, 2014. (April 15, 2014) http://www.theatlantic.com/technology/archive/2014/03/how-twitter-has-changed-over-the-years-in-12-charts/359869
  • McDuling, John. "Twitter's Strategy to Fix Itself is to Become More and More Like Facebook." QZ.com. April 8, 2014. (April 15, 2014) http://qz.com/196709/twitters-strategy-to-fix-itself-is-to-become-more-and-more-like-facebook/
  • Nottingham, M. "The Atom Syndication Format." AtomEnabled. December, 2005. syndication/atom-format-spec.php
  • Page, Clarence. "Colbert's Irony and Twitter Don't Mix." TC Times. April 9, 2014. (April 15, 2014) http://www.tctimes.com/columnists/clarence_page/colbert-s-irony-and-twitter-don-t-mix/article_2f58c25e-bfe9-11e3-8726-0019bb2963f4.html
  • Stutzman, Fred. "The 12-Minute Definitive Guide to Twitter." AOL Developer Network. April 11, 2007. http://dev.aol.com/article/2007/04/definitive-guide-to-twitter
  • Tsukayama, Hayley and Dina ElBoghdady. "Twitter Ends First Trading Day at $44.90 a Share, Valued at More Than $25B." Washington Post. Nov. 7, 2013. (April 15, 2014) http://www.washingtonpost.com/business/technology/twitter-ipo-executives-to-ring-the-opening-bell/2013/11/07/c181403e-47ad-11e3-bf0c-cebf37c6f484_story.html
  • Twitter http://twitter.com
  • Twitter Development Talk http://groups.google.com/group/twitter-development-talk /web/api-documentation
  • Twitter Fan Wiki http://twitter.pbwiki.com/
  • Walsh, Norman. "A Technical Introduction to XML." Xml.com October 3, 1998. http://www.xml.com/pub/a/98/10/guide0.html
  • "RSS 2.0 at Harvard Law." Harvard. July 15, 2003. http://cyber.law.harvard.edu/rss/rss.html
  • Stelter, Brian. "'Ashamed': EX-PR Exec Justine Sacco Apologizes for AIDS in Africa Tweet." CNN. Dec. 22, 2013. (April 15, 2014) http://www.cnn.com/2013/12/22/world/sacco-offensive-tweet/
  • Williams, Evan. "How Odeo Happened." February 25, 2005. http://www.evhead.com/2005/02/how-odeo-happened.asp
  • Williams, Evan. "The Birth of Obvious Corp." October 25, 2006. http://evhead.com/2006/10/birth-of-obvious-corp_25.asp
  • Williams, Evan. "Twitter, Inc." Obvious Corporation. April 16, 2007. http://blog.obvious.com/2007/04/twitter-inc.html