Yes, it is easy to write an email address encoder in Radio. It took me about 15 minutes to write with most of that time figuring out which verbs to use to convert a char to its ascii value.
I have uploaded the script as a gem. You can download it here. I wrote the script in the workspace. I am not clear yet on where macro scripts should be placed in Radio 8. But you can install the script at workspace.spamEncoder and then call from your website using that address.
Here is an example of the script in action:
<%workspace.spamEncoder("info@es-designs.com")%>
generates:
info@es-designs.com
View the source code for this page to see how the email link is encoded.
2:58:27 PM
|