A Stumbling Improvement

Posted by Al on August 14th, 2008 .

I’m quite a fan of StumbleUpon as it has sent me a consistent trickle (100 or so per day) of traffic over the years. A few weeks ago I came across a plugin that I thought might help:
Increase Sociability Wordpress Plugin

Basically what happens is it checks the refer (what page the visitor is coming from) and if it matches either Digg.com or StumbleUpon.com then it will simply welcome the user and ask them to give you a positive vote if they like the page.

.

Along with using the plugin I also thought it would help if I hid any prominent Adsense ads from these visitors (social traffic is more likely to be pissed at adverts than click them). To do this the code is pretty simple (expecially when copied from the fore mentioned plugin):

if($_SERVER['HTTP_REFERER'] != ”)
{
$URL = parse_url($_SERVER['HTTP_REFERER']);
if ($URL['host'] == “www.stumbleupon.com” || $URL['host'] == “buzz.stumbleupon.com” || $URL['host'] == “digg.com” || $URL['host'] == “www.digg.com”)
{
$noadsense = 1; // Check this variable before displaying ads
}
}

So far the results have been pretty good. Three different stories created nice peaks in traffic. The two most popular being:

The fact that Stumblers like knuckle dusters and knifes probably means Stumblers are best not messed with :) .

This entry was posted on Thursday, August 14th, 2008 and is filed under Blogging, Building Traffic . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

RSS feed | Trackback URI

19 Comments »

Comment by Random Good Stuff from Sweet
2008-08-14 15:32:34

Thank you for sharing. I just installed this plugin. Let’s see how well it does for me.

Comment by Al from Al
2008-08-14 15:58:31

Should work well on RGS as you right about a lot of stuff I’d expect Stumblers to enjoy.

 
 
Comment by Zath from Tech News Blog Subscribed to comments via email
2008-08-14 17:13:31

I’m currently testing out a similar thing called Who Sees Ads - I’ve got it set up so that only search engine visitors see the ads on the first page on the site - my thinking being anyone else probably wouldn’t click and if a search engine visitor clicks through onto a second page (and don’t see an ad), there’s a chance they may become a regular visitor which could potentially be more profitable over time.

Zath’s last blog post..Prison Break Season 4 Trailer

 
Comment by Peter Cooper Subscribed to comments via email
2008-08-14 20:48:38

Gotta say I’m really surprised at the success of the 950,000 Volt Knuckle Duster post. Not because it’s not an interesting product, but because it doesn’t seem the sort of thing that tends to do well on Stumbleupon. Kudos for getting it :)

 
2008-08-14 21:23:01

is your ultimate goal with the Stumblers to get them to bookmark/subscribe? because as soon as they rate you, they’re taken to the next stumble.

Jeff from Craziest Gadgets’s last blog post..Star Wars In Your Pocket Keyring Sound Effect Gadget

Comment by Al from Al
2008-08-15 17:16:12

The ideal aim is to get them to subscribe and then vote, but if they just vote (hopefully thumbs up) then that in turn should send more traffic to do the same. In the custom message that is displayed I dod give them a prominent link for subscribing.

 
 
Comment by James from geniosity Subscribed to comments via email
2008-08-14 21:53:43

Quick question: do you have some sort of caching on the site? Because surely that would ruin the conditional ads?

just curious, because I think it’s a brilliant idea.

James’s last blog post..Opera Mobile 9.5 is SLICK!

Comment by Al from Al
2008-08-15 02:47:17

Fantastic question and great point. I don’t use caching because of tweaks like that, though when I find an easy way of sorting that I will.

 
 
Comment by Justin Cook from SEO Toronto Subscribed to comments via email
2008-08-14 22:32:34

I’m just glad that most of the computer geeks who spend their time on Stumbleupon never leave the house, so even if they buy those gadgets we should be safe.

Seriously though, in regards to the plugin: at what point would you say it’s worth putting the work into beefing up the stumbleupon interface? I don’t get all that much traffic from it, so I don’t know if it’s worth it.

Justin Cook’s last blog post..What to do when you’re dropped from Google’s index

 
Comment by Siberia from Quality Avatars
2008-08-15 11:51:26

Thats a lovely bit of code, great find, that’ll be used by myself shortly then!

 
Comment by CRM Software Subscribed to comments via email
2008-08-15 12:38:27

i am gonna install the plug in.thanks for sharing with us.

 
Comment by Amit Bhawani from Tech Updates Subscribed to comments via email
2008-08-16 14:33:22

Excellent plugin, let me use it for somedays and post a feedback on it!

Amit Bhawani’s last blog post..50 Best Rapidshare Search Engines & Tools

 
Comment by John Essex from Loft Conversions Subscribed to comments via email
2008-08-16 20:08:00

Hmmm, some scary gadgets, but the traffic is nice!

 
Comment by Poems from Christmas Subscribed to comments via email
2008-08-16 20:54:59

I like this plugin!

 
Comment by preblogging from Blogging Guide Subscribed to comments via email
2008-08-17 20:03:40

Thanks for the mention Al. As the text that is displayed is flexible, you could add an RSS button, or a bookmark reminder and link, or even a link to your StumbleUpon profile.

Which plugin uses
$noadsense = 1;

Becky @ Preblogging.com

preblogging’s last blog post..Wordze Keyword Tool - July Offer

 
Comment by cori- www.lyricalcontent.net from Lyrical Content Subscribed to comments via email
2008-08-19 19:20:51

Hi, I just installed the plugin. On the config menu, where it says your custom site, do we change that to our url or keep yours there? Also, the code to hide adds, do I just add that to each of the boxes in the config window with the rest of the message? And how do I put a subscribe to my feed link there? Sorry, lot of questions I know, Thanks in advance for any help!
Regards,
Cori

cori- http://www.lyricalcontent.net’s last blog post..Never Underestimate Yourself!

 
Comment by Goran Web from Internet Age Subscribed to comments via email
2008-09-21 08:47:52

Thank you for sharing, this is an awesome find.

 
Comment by kouji from solar battery chargers
2008-10-03 18:47:05

i do need to find a way to leverage stumbleupon a little bit more for my blog. even just a little bit of traffic from there would be welcome. :)
kouji’s last blog post..haiku poem: nature (sand)

 
Comment by bill perry Subscribed to comments via email
2008-10-12 22:59:08

The problem with that code is it won’t catch ALL traffic from StumbleUpon.

If people are actually on a StumbleUpon user’s page and click the link to get to your site, the REFER URL will be username.stumbleupon.com where ‘username’ is that person’s name.

I played with this last year and had to develop a custom script in PHP to handle that.

I lost the script with hard drive problems, and have yet to rewrite it.
Basically, I parsed the REFER URL as above, then used a concatenation string to reverse it, so it showed as moc.nopuelbmuts.emanresu//:ptth

Then the script would merely look for the part of the URL that says ‘moc.nopuelbmuts.’

This way it would catch all traffic from http://www.stumbleupon.com and username.stumbleupon.com, and even the SU “Buzz” page (buzz.stumbleupon.com).

 
Name (required)
E-mail (required - never shown publicly)
URI
Title (will be used as link text for top commentators)
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.