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

Latest commit

 

History

History
15 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 491 Bytes

Email 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>