Seth Godin advocates using cookies to distinguish between new and returning visitors to your site:
One opportunity that’s underused is the idea of using cookies to treat returning visitors differently than newbies. It’s more work at first, but it can offer two experiences to two different sorts of people. (Source: In the Middle, Starting)
I built this WordPress plugin to implement Seth Godin’s idea. For WordPress users it reduces the “work at first” to almost nothing. Installation is simple:
- Download the WWSGD WordPress plugin and unzip it.
- Copy the
what-would-seth_godin-dofolder to your WordPress plugins folder. - Activate the plugin in the Plugins panel.
- Customize settings in the Settings panel.
By default, new visitors to your blog will see a small box above each post containing the words “If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!” After 5 visits the message disappears. You can customize this message, its lifespan, and its location. Your visitor must have cookies enabled.
New visitors will appreciate some context and background information about your site. This is your chance to offer them a special welcome and invite them to become permanent subscribers!
DOWNLOAD the What Would Seth Godin Do WordPress plugin
I can be reached at richard AT richardkmiller DOT com. I appreciate comments and suggestions.
FOR OTHER PLATFORMS:
(I have not tested these.)
- WWSGD for Drupal by Richard Eriksson
- WWSGD for Blogger/Blogspot by Harley Pebley
Pingback: Soar the Web :: Blogs :: Picking the Right Wordpress Plugins
Pingback: Pro-Blogger Project: Recommended Plugins | Internet Home Businesses
Pingback: Marc Delphine Should Take Advantage of Faux Pas.
Pingback: thirteen awesome word press plugins - Gurls Asylum
Pingback: 40 Incredibly Useful Web Design Tools You Should Use Daily « HUE Designer
Pingback: 130 WordPress Plugins You Could Ever Need: « HUE Designer
Thank You.
Jim Dahleen
Pingback: Chica SEO – Ideas de Negocios y SEO » Blog Archive » Prepara tu blog para el éxito
Pingback: Prepare o seu blog para o sucesso, antes de fazer dinheiro! | Faz Dinheiro Online
Pingback: Soar the Web :: Blogs :: Which Wordpress plugins should I use?
Pingback: Danke Hannes – Neuer Feed-Banner | DimidoBlog
Pingback: Loft 75
Pingback: Prepara tu blog para el éxito | Como Hacer Dinero
Thank you in advance for any help.
There is also a plugin that will let you set when a widget is to be shown.
http://wordpress.org/extend/plugins/slayers-custom-widgets/
One thing I noted is that unfortunately Google often takes the text from the WWSGD notification as a snippet in the SERPs. This is not really great news, as the first thing the reader gets to know about my site in Google is something like “Thank you for visiting. Please subscribe to our newsletter…”
Would it be possible to add an option to WWSGD which would disable showing the message on the very first visit? This would remove the problem, and any visitor looking at more than one page would still get to see the message…
@William, at the moment there are not multiple tiers, but that is indeed an interesting idea.
@Jim, there’s currently no way to exclude the plugin on specific pages, but I daresay that is the most request feature. Coming soon.
@Doc, does the plugin work correctly with other themes?
When I see these messages, I will actually stop from subscribing to the RSS, simply as I feel I am getting pressured into it.
Pingback: WordPress Plugins Part 2 « MoeMir
Are you still updating your great plugin so that there is any chance that this feature might be added?
Or do you think I could do this by modifying the php-file? (I have almost no programming background)
function wwsgd_get_the_message()
{
global $wwsgd_visits, $wwsgd_settings;
********************
if ($wwsgd_visits <= 1 == $wwsgd_settings['repetition'])
{
return $wwsgd_settings['return_visitor_message'];
}
else
********************
if ($wwsgd_visits <= $wwsgd_settings['repetition'] || 0 == $wwsgd_settings['repetition'])
{
return $wwsgd_settings['new_visitor_message'];
}
else
{
return $wwsgd_settings['return_visitor_message'];
}
}
Pingback: The WWSGD Wordpress plugin
Pingback: Plug-in, Why not? | Motivational Quotes, Inspiring Stories, Blog Tips and Health Link
Pingback: Ultranex | Mijn favoriete Wordpress plugins
I’ve installed your wwsgd plugin, unfortunately it displays on all pages no matter what settings I choose with the message “you’ve visited a few times and I would appreciate your thoughts on this post, why not comment?”.
This would be great, however I never wrote this message, I left it blank in the options page!! It appears after 4 visits (refreshes). I’ve tried resetting, no good, cleared cache, uninstalled, wiped line form sql database, no idea where it is coming from. If I try to reinstall it posts both the welcome message and the leave a comment message making a real mess!
Any help at this stage would be gladly appreciated….
Pingback: Wordpress Wednesday – Favorite Plugins List | The Blue Jeans VA
Pingback: My Favorite Plug-Ins for WordPress | Life Without Pink...
Pingback: Top 20 Plugins for WordPress | Curtez Riggs dot com
Pingback: How Bloggers Can Make 4 Figures Per Month! | John Yeo’s Blogging for Profits Work At Home Blog
Pingback: Creative Uses For RSS Referrer Tracking By Bloggers? | Search Engine Journal
Pingback: One Easy Way to Increase Your Site’s Stickiness | Blogging with Amy
Thanks a lot!
Pingback: The BIG List of Blog Promotion Plugins for Wordpress
Pingback: 10+ great Wordpress Plugins
Pingback: My Top 10 Profitable Wordpress Plugins | TyroneShum dot com
Pingback: Wordpress插件汇总 - popphp
Pingback: Prepara tu blog para el exito | Mujeres Emprendedoras
Pingback: Sewing Business Blog » Top Ten Favorite Wordpress Plugins
Any ideas?
Pingback: 130 WordPress Plugins You Could Ever Need: The Best Of: Part 2
Pingback: How To Optimize with Wordpress Plugins!
I liked the idea of the plugin and have installed it.
I wanted it to show in every post but not on the other pages.
I have defined the home page as a landing page for an optin, and the blog posts I have defined to be shown on a blog page.
I have defined in the plugin setup that the iframe will show only on posts.
I find it though, only on the blog page, but not in each individual post.
How can I define it to appear in each post, except for doing what I did?
Thanks for your help