AntispamEmail
AntispamEmail 1
Maybe a helpful method to avoid spam via e-mail links by converting the e-mail link into unicode and hex characters without javascript. Should be a barrier against e-mail harvesters.
* mailaddress@domain.tld or
* mailaddress [at] domain [dot] tld
with or without unicode-converting of the visible address.
You can define other text for the e-mail link, e.g. "contact" or "say hello to me".
Also the "mailto" will be converted to unicode.
[ [ AntispamEmail? &mailadr=`address_to_hide` &coding=`value` ] ]
"coding" is optional with "unicode" as default. It can have following values:
* unicode: converting visible e-mail address to unicode
* atdot: converting visible address to "address [at] domain [dot] tld"
* both: both unicode AND atdot combined
* other text: converts this visible e-mail link text to unicode
Description
Your e-mail address will be converted into unicode and hexadecimal characters and can be shown as* mailaddress@domain.tld or
* mailaddress [at] domain [dot] tld
with or without unicode-converting of the visible address.
You can define other text for the e-mail link, e.g. "contact" or "say hello to me".
Also the "mailto" will be converted to unicode.
Instructions
Usage:[ [ AntispamEmail? &mailadr=`address_to_hide` &coding=`value` ] ]
"coding" is optional with "unicode" as default. It can have following values:
* unicode: converting visible e-mail address to unicode
* atdot: converting visible address to "address [at] domain [dot] tld"
* both: both unicode AND atdot combined
* other text: converts this visible e-mail link text to unicode
Previous Releases
Extras
No results found.