Spring Sale! Save 30% on all books w/ code: PLANET24
Web Dev + WordPress + Security

WordPress Tip: Valid, SEO-Friendly Email Permalink Buttons

In addition to your choice collection of “Share This” links, you may also want to provide visitors with a link that enables them to quickly and easily send the URL permalink of any post to their friends via email. This is a great way to increase your readership and further your influence. Just copy & paste the following code into the desired location in your page template:

<a href="mailto:?subject=Fresh%20Linkage%20@%20Perishable%20Press&body=Check%20out%20<?php the_permalink(); ?>%20from%20Perishable%20Press" title="Send a link to this post via email" rel="nofollow">Share this post via email</a>

Within the code, you will need to edit both instances of the string “Perishable%20Press” to reflect your own site name. Note that the “%20” is the encoded equivalent of a blank space, and is required to ensure validation of parameterized query strings. As is, the code will generate an email that is populated with the following information:

Subject: Fresh Linkage @ Perishable Press

Message: 

Check out <?php the_permalink(); ?> from Perishable Press

..where the template tag, “the_permalink()” will generate the permalink to the current article. We may also use other template tags to add more information. For example, let’s add the title of the post as well as the link. Our email-link code would be written as follows:

<a href="mailto:?subject=Fresh%20Linkage%20@%20Perishable%20Press&body=Check%20out%20%22<?php the_title(); ?>%22%20from%20Perishable%20Press:%0A%0A<?php the_permalink(); ?>" title="Send a link to this post via email" rel="nofollow">Share this post via email</a>

..which generates post-specific emails pre-populated with the following information:

Subject: Fresh Linkage @ Perishable Press

Message: 

Check out "<?php the_title(); ?>" from Perishable Press:

<?php the_permalink(); ?>

So if a visitor liked the post, Stupid htaccess Tricks and wanted to share it with somebody via email, they would simply click the link, specify an email address, and send it off. Such an email would look similar to this:

Amazing but true..
Screenshot of auto-generated post-specific email message

This is a great way to help visitors get the word out about your work. And of course, this is merely an example of what is possible with this idea; I encourage you to customize the technique to match your site’s unique persona. Once you get into formatting email messages with markup and CSS, you’ll find that the sky’s the limit!

About the Author
Jeff Starr = Creative thinker. Passionate about free and open Web.
WP Themes In Depth: Build and sell awesome WordPress themes.

7 responses to “WordPress Tip: Valid, SEO-Friendly Email Permalink Buttons”

  1. The problem with this is that a lot of mail clients behave differenly with the body parameter, and that a huge share of readers use web based emails (hotmail, live, and obviously gmail) which, again, will behave differently (for instance, do you have gmail only, or gmail+some FF extension that catches mailto: links, etc…)

  2. Jeff Starr 2009/04/14 9:06 am

    Good points as usual, Ozh. I almost decided against posting this article, as it has been sitting around for almost a year. I hate throwing away useful content, however, so I decided to polish it up a bit and throw it out there. Hopefully there are enough people still using clients like Outlook and Thunderbird to warrant such a simple code snippet, but I certainly agree that new and improved techniques for handling this sort of behavior are needed.

  3. seo nottingham 2009/04/16 11:52 pm

    Great information, will definitely get this done on my website!

  4. Jonathan Ellse 2009/04/19 10:28 am

    Brilliant tip. Is there a way of using PHP to pull out the title of the post to use in the subject?

    Thanks again.

  5. Jeff Starr 2009/04/19 4:03 pm

    Hi Jonathan, yes of course — something like that would be easy to do by using something like this:

    For more information on this technique, see this article.

    Cheers :)

  6. Jonathan Ellse 2009/04/19 10:46 pm

    Thanks for the link- another brilliant article lies behind.

  7. Dave Doolin 2009/10/24 7:12 am

    Jeff, thanks for not throwing this article away. I know sometimes it seems like too much work, but it’s usually not. Usually, it’s just 22 minutes of boring tedious work.

Comments are closed for this post. Something to add? Let me know.
Welcome
Perishable Press is operated by Jeff Starr, a professional web developer and book author with two decades of experience. Here you will find posts about web development, WordPress, security, and more »
The Tao of WordPress: Master the art of WordPress.
Thoughts
I live right next door to the absolute loudest car in town. And the owner loves to drive it.
8G Firewall now out of beta testing, ready for use on production sites.
It's all about that ad revenue baby.
Note to self: encrypting 500 GB of data on my iMac takes around 8 hours.
Getting back into things after a bit of a break. Currently 7° F outside. Chillz.
2024 is going to make 2020 look like a vacation. Prepare accordingly.
First snow of the year :)
Newsletter
Get news, updates, deals & tips via email.
Email kept private. Easy unsubscribe anytime.