This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adcea76
commit 87dca1d
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |