Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Jan 24, 2014
1 parent adcea76 commit 87dca1d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
easy_email_obfuscator.ee_addon
==============================
Easy Email Obfuscator for ExpressionEngine
==========================================

Email obfuscation & de-obfuscation for ExpressionEngine
To obfuscate an email address, simply encode it:

{exp:easy_email_obfuscator:encode}[email protected]{/exp:easy_email_obfuscator:encode}

That will make your email address appear as

<em>me [at] domain [dot] com</em>

Which should fool most harvesters. To decode it again, insert the decoder JavaScript at the bottom of your page (just before closing the body):

{exp:easy_email_obfuscator:jsdecode}
</body>

0 comments on commit 87dca1d

Please sign in to comment.