Email Protector Wordpress plugin

This wordpress plugin provides an easy to implement ("activate 'n forget") plugin on my wordpress sites that would convert all email addresses to a spambot-protected version, yet displaying the real email to my human users.

So in short, what the plugin does is, whenever it finds an email address, such as: in the content/excerpt/comment to be displayed, it turns that string into:

HTML:
  1. <span class="email">john.doe(replace this parenthis by @)hatespam.com</span>.

From that point, the javascript kicks in and shows the user the nice and readable email. Nothing worthy harvesting for spambots, and full legibility for the users.

Notes:
- It makes uses of jquery, which is provided by default with wordpress so you should really have no issue using it.
- You have the option to customize what's inside the parenthesis.

You can download the plugin here .pixeline-email-protector Zip archive

Let me know via the comments if you have any issues, wishes, anything...