Overview:

Keeps your email safe from spammers when you want to use mailto: links.

Features

  • Easy to use and edit.
  • Doesn’t require any external program to encrypt your email.
  • Function can be called muliple times on the same page, just by passing different email addresses.
  • Uses the user’s default email program like Outlook Express to send the email. So, will work even your host has disabled the mail() function of php as well as SMTP.
  • Doesn’t require reencrypting of your email address in case it changes. All you need to do is update the arguments to the function.

Requirements:

Installing

  1. Download Transpose Email Plugin.
  2. Extract the contents of ald-transpose-email.zip to wp-content/plugins/ folder.
  3. Activate the Plugin.
  4. Read the Customizing section.

The JavaScript Function:

Transpose_Email(userid,domain,subject)

  • userid - The part that comes before the @ in your email address e.g. my email address is me@ajaydsouza.com, so I enter it as me
  • domain - The part that comes after the @ in your email address e.g. my email address is me@ajaydsouza.com, so I enter it as ajaydsouza.com
  • subject - The subject line of the email you will receive.

Customizing:

Example: <a href="javascript:Transpose_Email('user','domain.com','About your site') ">Email Me</a>

Ofcourse, change domain.com and user to that of your email address. Change the subject line if you want to.

ChangeLog:

  • 1.2 - Code remains same. Minor corrections to Readme file
  • 1.1 - Moved the javascript function to an external .js file. Now the plugin works even when your blog is served as application/xhtml+xml on browsers that support it, e.g Firefox
  • 1.0 - Release

To Do:

  • Add button to Quicktags Toolbar

Downloads

Current Version is 1.2

I’ve spent a good deal of time and money developing and maintaining the plugin. If you like the plugin and find it useful and would like to donate something for my work please do click the Paypal Donate button below. The payment is secure. I haven’t filled in any amount. Feel free to donate what you please. Any amount is welcome. Thank you :)

License

All files and their contents are licensed under the GNU General Public License (GPL).

Questions or Bugs

Known bugs:

When serving your blog as application/xhtml, the JavaScript code doesn’t work in Firefox and possibly other browsers that recognize application/xhtml. It will work fine in IE and Opera. Resolved in v1.1 :)

If you have any questions or would like to report any bugs then please visit the support forum.

Related Links

Transpose Email Plugin

Transpose Email Plugin v1.1 Released

Transpose Email Plugin v1.2 Released

Post on WordPress Support Forums

EmailShroud Plugin