I've been getting a lot of positive feedback and a few questions on this little button, which we featured in the February edition of the Bulletin.
Since finding out about 2D barcodes, I've been thinking that they're remarkably under used. With around 172.4 million smartphones sold in 2009 there are a large number of people out there with devices capable of taking full advantage of integration between newspapers and the mobile web.
While some news companies are (justifiably) putting resources into their mobile websites and apps, there are also consumers who still actually both buy the paper and own a smartphone - people like me, for example.
QR codes (a type of 2D barcode) provide a very low cost option for driving traffic to a web site from the print newspaper, increasing user engagement, and generally offering another aspect to print newspapers which consumers take for granted on the internet - multimedia and sharing articles.
If I'm reading a interesting article on a news website, I can (on most modern websites) share the article with friends and colleagues on Twitter or Facebook with a single click.
This is an important and growing source of readers for news sites - social media is fast catching up to search engines as the biggest source of traffic on the net.
Richard Titus, CEO of Associated Northcliffe Digital, speaking at the Media 2010 conference cited this statistic:
"Last month, there were 8 billion links clicked on Bing, and Google. Those are people going out on a search engine to find something, and then clicking it."
"There were six billion links clicked on social media. So Facebook, bit.ly, Twitter, et al.," he said.
"That's almost 75 percent of the same traffic, except actually I would argue that that 75 percent is more valuable, because most of those links were from me to my friends."
However, this sharing is not easily available from the print edition, short of cutting out an article and showing people, or going online on your mobile, trying to locate the article, minimising the link, then putting it into twitter or facebook.
QR codes can change this.
Using three freely availably online services, I put a QR code into our newspaper that when scanned with a mobile phone, takes you to twitter with a link to the online version of the article ready to go in the Twitter status. It's a three click process if you're already logged in to twitter, and this process could be streamlined with a custom app.
How to:
First of all, you need the html for the link. In my example, I took the article from our newspaper and put it online with the following URL:
http://www.panpa.org.au/Public/Template5/ThreadView.aspx?tid=27161
Then, you need to run this URL through a link shortening service, ideally one with statistics built in so you can measure the use of your short link. I used bit.ly for this, to get the following URL:
http://bit.ly/d4aURd
The next step is to format a URL that will open twitter with your link in the status ready to go, and anything else you want included, such as your newspaper's twitter name or a short description of the article.
The syntax for this is pretty straightforward. You need twitter, and then the "?status=" command followed by whatever you want inserted. Use "%20" to create blank spaces.
http://twitter.com/home?status=http://bit.ly/d4aURd
Or, with @panpa_tweet (our twitter username) inserted:
http://twitter.com/home?status=@panpa_tweet%20http://bit.ly/d4aURd
Now your link is all ready to be converted into a QR code, which will carry the URL information into print.
For this, I used the zxing project's QR code generator an open source QR code project. Switch the drop-down box to URL, plug in your twitter URL, and then click on generate. You can see my finished code here.
Now your QR twitter button is ready to be put into your paper!