The Anti Spam plug-in for Pulse allows you to easily add encoded email links to your web pages in the hope of preventing these being harvested by spam bots.
The following mailto link is made up of entity encoded characters.
Email me
<a href= "mailto:name@example.com">Email me</a>
Download the plug-in and FTP the antispam.php file into the inc/tags directory in your Pulse install.
To add an encoded email address to your Pulse blog, block or page use the following Pulse tag where you want the email to appear;
{{antispam:email=name@example.com}}
The only required value in the tag is the email address of the recipient;
email=name@example.com
You can also optionally add in text and class values to specify the link text and the class style for the link;
{{antispam:email=name@example.com,text=Send me an email,class=myClass}}
If you don't specify any text in your Pulse tag the plug-in will use the text Email me.
If you are looking for a custom plug-in, template or gallery for Pulse then get in touch as I'm sure we can help.