Hide Your Email from Spammers

No one likes spam. And it seems pretty obvious at this point that if you put your email address on your website, a bot is going to find it and then start spamming you. These bots are pretty advanced and will likely figure out any scheme like "me [at] example [dot] com".  

These 2 snippets of code attempt to heavily obscure the email address to hide it from email-harvesting bots.  When the page loads,  the Javascript function creates a bit of HTML that looks like an email address and inserts it where you want the email to appear.  It will look normal to any human viewers of the site, but to a bot, best case (if the bot is also executing Javascript) your email won't appear at all, worst case, it will be much harder for the bot to parse than "me [at] example [dot] com."

1. Drop this HTML where you want the email address to appear:

2. Choose one of the blocks below and include it near the bottom of page, before the closing body tag. Use the first block if you are using jQuery, or the 2nd if you are not. Edit the name and server variables in the code below, and then put this script block near the bottom of the page.

Keep reading

No items found.