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

easy-designs/easy_email_obfuscator.ee_addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

Email obfuscation & de-obfuscation for ExpressionEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published