Skip to main content

How To Run Subscriber-Only Competitions on Your Blog

A Guest Post by David Cleland from TotalApps.
In 2006 I proudly started my first blog, DigMo! It was technology, it was creativity, it was music and it was education. Despite it being a bit of blog soup I was pleased at how quick the site grew but within a few years it reached a critical point beyond which I really couldn’t get the traffic to grow. The site was frankly far too general to appeal to a specific community.
totalapps
The site had a massive 80% bounce rate and taking advice from reading the great advice on this site I decided to take stock and critically re-evaluate the future of DigMo!
As a result I decided to split the site and create two separate niche blogs, DigMo! To focus on educational technology and I launched a new site, TotalApps, to focus on Mac and iPhone App reviews. The thought of starting from zero scared me and I looked at ways to get the site up and running quickly.
I decided the best way to draw attention to the blog was to offer regular site competitions. Finding companies willing to sponsor prizes was actually much easier than I initially expected. I tend to target companies whose product I have reviewed and especially if the review has been popular with readers.
With blog authors being urged to declare any products they are able to keep once a review is published what better way to retain your creditability but by passing the review samples on to your readers as a competition prize ? It seems to me like a logical benefit that will add value to your site and grow the community.
The Mistakes
I think it is best to share my mistakes with the Problogger readers and the initial competitions I ran simply required visitors to leave a comment on a post. This didn’t grow the site and managed to result in a massive 70% bounce rate i.e. the users came, entered, and left knowing we would email them if they had won.
The Successes
I decided if I was going to make competitions really work they needed to be of benefit not only to the visitor but also the site and thus I needed to limit entry to RSS subscribers (both email and reader)
The solution was simple and surprisingly successful and will basically work for anyone running a Wordpress blog even with a custom theme.
Setting the competition up takes a tiny bit of code adjusting but nothing too difficult.
The Concept
The competition works by placing a code at the bottom of blog posts that will only appear when the entry is read in an RSS reader, i.e. it does not appear on site.
To do this I used a known solution that was pointed out to me by fellow blogger Thaya Kareeson.
There are a few versions of this idea around but this solution works brilliantly on TotalApps. As I haven’t come across any plug-ins that can run competitions this bit of code fiddling is the ideal solution for now.
Getting Started
Open the functions.php file in your current theme folder (I would back this up before adding the code just to be on the safe side).
Paste the following code into the text :
function contest_post_filter($content) {
if ( is_feed() )
return $content.'TotalApps Competition Code (Please note it is case sensitive) : a12221s';
else
return $content;
}
add_filter('the_content','contest_post_filter');
function contest_comment_filter($comment_text) {
return str_replace('a12221s', '[code hidden]', $comment_text);
}
add_filter('get_comment_text','contest_comment_filter');

There are two lines you need to change - 1. the line that says TotalApps Competition Code and 5 lines down the code is repeated (a1221s).
I recently ran a competition where visitors could win a copy of Screenflow 2.0. The following screenshot shows the bottom of the post as it appeared in the browser.
1website
……. and this is how it looked in the RSS reader. You should note your RSS Feed must be the full article view (i.e. not just the abstract) for the code to appear.
2rss
When the competition closes as I generally ask the sponsor to select a number between 1 and the number of comments and then contact the lucky winners using the email address in the comment.
When a competition closes you can either comment out the code in functions.php by adding /* before the code and */ after or alternatively is simply change the text to "No competition at present"
Offering a reason to sign up to the RSS feed resulted in the number of TotalApps RSS subscribers growing in one month to double the number of readers DigMo! had after 3 years.
Tips :
  • Know what your readers want and try and target prizes appropriately.
  • Make sure you link to your RSS and RSS by Email Feeds in the post to make it as easy for visitors to subscribe as possible.
  • Make sure you make the rules clear and post the winner's name publicly on site.
  • Where possible have the competition sponsors look after the postage. This not only saves you time and hassle but it is also assures the sponsor the competition is above board.
  • Don't run competitions for more than a week as most of the comments tend to happen in the first week after that it dries up quickly.
I have to say I am certainly no expert in coding or blogging but am really excited to find a solution that really works for managing the competitions and I am equally as excited to see the number of subscribers grow.
There may even be better solutions out there and if you know of any I would be keen to hear them.
David Cleland is a teacher based in Ireland who runs three successful blogs (TotalApps, FlixelPix and Digmo.co.uk)

Comments

Popular posts from this blog

How To Hide Text In Microsoft Word 2007, Reveal It & Protect It

Sometimes what we hide is more important than what we reveal. Especially, documents with sensitive information, some things are supposed to be ‘for some eyes only’. Such scenarios are quite common, even for the more un-secretive among us. You want to show someone a letter composed in MS Word, but want to keep some of the content private; or it’s an official letter with some part of it having critical data. As important as these two are, the most common use could involve a normal printing job. Many a time we have to print different versions of a document, one copy for one set of eyes and others for other sets. Rather than creating multiple copies and therefore multiple printing jobs, what if we could just do it from the same document?  That too, without the hassle of repeated cut and paste. We can, with a simple feature in MS Word – it’s just called Hidden and let me show you how to use it to hide text in Microsoft Word 2007. It’s a simple single click process. Open the document

Clip & Convert Your Video Faster With Quicktime X & The New Handbrake 64-bit [Mac]

Recently a friend of mine asked for my help to find a video of a good presentation to be shown to one of his classes. He also requested for it to be iPod friendly as he would also distribute the video to his students. Three things came to my mind: Steve Jobs, Quicktime and Handbrake . Mr. Jobs is well known for his great presentations which are often used as references. I have several Apple Keynotes videos. For my friend, I decided to choose the one that introduced MacBook Air – the one that never fails to deliver the wow effect to the non-techie audience. It’s a part of January 2008 Macworld Keynote. First step: The Cutting To get only a specific part of the Keynote, I clipped the 1+ hour video into about 20 minutes using Quicktime X (which comes with Snow Leopard). I opened the movie using Quicktime X and chose Trim from the Edit menu ( Command + T ). Then I chose the start and end of my clip by moving both edges of the trimming bar to the desired position. To increase th

Ex-Skypers Launch Virtual Whiteboard Deekit

Although seriously long in the tooth and being disrupted by a plethora of startups, for many years Skype has existed as an almost ubiquitous app in any remote team’s toolkit. So it seems apt that a new startup founded by a team of ex-Skype employees is set to tackle another aspect of online collaboration. Deekit, which exits private beta today, is a virtual and collaborative whiteboard to help remote teams work smarter. The Tallinn, Estonia-based startup is headed up by founder and CEO, Kaili Kleemeier, who was previously a Head of Operations at Skype. She and three colleagues quit the Internet calling giant in 2012 and spent a year researching ideas in the remote team space. They ended up focusing on creating a new virtual whiteboard, born out of Kleemeier’s experience collaborating with technical teams remotely, specifically helping Skype deal with incident management. “Working with remote teams has been a challenge in many ways – cultural differences, language differences, a