Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for SafeMail


SafeMail 0.2.1

With the proliferation of spammers out there, scrapping email addresses off of web sites, this plugin for jQuery makes it easy to hide email address from spam bots.

The plugin is far from perfect, but it works, although I plan to expand on it as time permits. Usage is pretty straight forward, complete documentation is available in the source code for the plugin. The only caveat is that you need an element to append the mailto link to. You can simply place an empty div or span where you want the email link to appear, and access it using the id you have provided. For example:

Here is a bunch of text in a paragraph, where I want an to appear. Since the plugin appends to an element, I've included an empty span tag where I want the email address to appear.

Release 0.2.1 is a minor bug fix.

SafeMail 0.2

With the proliferation of spammers out there, scrapping email addresses off of web sites, this plugin for jQuery makes it easy to hide email address from spam bots.

The plugin is far from perfect, but it works, although I plan to expand on it as time permits.
Version 0.2 changes the way in which arguments are passed, they are now passed as an object, and ads 2 new arguments, class and is_link.

Usage is pretty straight forward, as shown below. The only caveat is that you need an element to append the mailto link to. You can simply place an empty div or span where you want the email link to appear, and access it using the id you have provided. For example:

<p>Here is a bunch of text in a paragraph, where I want an <span id='email_link'></span> to appear. Since the plugin appends to an element, I've included an empty span tag where I want the email address to appear.</p>

Complete usage information is included in the comments within the plugin file.

SafeMail 1

If you have any issues with this release, please don't hesitate to let me know.