Published: Aug 14, 2008 - 11:38 pm
Story Found By: richardbaxterseo 1381 Days ago
Category: Social Media
Seeing a Sphinn logo in the top left of your content isn’t exactly appropriate when you’re targeting Digg, right? To solve that problem, you could use multiple page templates to help improve your Diggs, Sphinns, Stumbles and so on!
This article covers how to create optimised page templates in Wordpress to display the correct SMO button using PHP examples and downloadable code.
9 Comments


Comments
Excellent idea and a novel take on what is a best practice for cutting bounce rates, especially on social media traffic. Lovely!
Thanks Gab, its incredible how bounce rate can reduce by more than 40% with some simple dynamic changes. Fun with blog bounce rates!!
Excellent, nicely put tutorial. Thank you!
Nice post - very useful. I could have a different page template for stumbleupon, reddit, digg and Sphinn!
Those of you who are perhaps more familiar with WP development might also be interested in the use of conditional tags.. this is a great tip but conditional tags can take you a step further and help cut down the number of template pages in your theme. Trust me.. this is coming from someone who has ~30 pages to her website, before I figured out conditional tags, LOL.
Yes, but dont most people blog in WordPress using posts not pages? You could do the same trick with the post template though by showing buttons based on the referrer. You could possibly do it with this plugin if it allows you to input the button code into the admin section:http://www.bigbluedev.com/plugins/referer-message-wordpress-plugin/Or this plugin might get you closer to there with some modification:http://theundersigned.net/2006/06/landing-sites-11/Or else youd need to write something custom. At some level though this is a form of cloaking, but as the intention is to improve the user experience (less bounces), I cant see it being a problem.
These are really great tips! thanks for sharing this with us.
@NickWilsdon hello mate - youre absolutely right to suggest this and Im working on the custom code now - a category specific conditional SMO button display. As for a plugin, I personally really like cracking the code myself, its so satisfying! Ill ping you a post when its finished. Thank you!
@richardbaxterseoSounds good, send me a note - should be a useful plugin.