| | |||||||
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member Join Date: Nov 2006
Posts: 339
|
Hey. I have a wordpress blog and I'd like to include my email address, but I don't want to get spam. Is there some way to avoid this? Some people break it up, like, b ob @superthing .net, and have people delete the spaces. Not sure if that works. Thoughts? Thanks.
|
| | |
| | #2 (permalink) |
| Senior Member Join Date: Nov 2006
Posts: 336
|
Could use Javascript... <script type="text/javascript"> document.write("bob" + "@"); document.write("superthing.net"); </script> Something like that in the body. Or you could make an image of your email address and use that. Or you could put spaces in it like you did(or maybe "boDELETEb@superthing.net" and have people get rid of the extra text). Maybe something like this: <span>Bo</span><span>b<span>@</span>su</span><span>pert<span>th<span>ing</span>.net</span></span> Which should render as bob@superthing.net if I wrote it right but should confuse email extracting bots. Last edited by Minsc; 06-12-2007 at 04:41 AM. |
| | |
| | #4 (permalink) | |
| Senior Member Join Date: Nov 2006
Posts: 339
|
Thanks. That worked great. Quote:
| |
| | |
| | #6 (permalink) |
| Senior Member Join Date: Nov 2006 Location: California, USA
Posts: 593
|
I use a contact form for my business site. I was going to have a list of like 10 different emails, but the amount of spam that would produce would be sick. Generally I like to just write an email than fill a form, but I suppose it'll also help filter out less serious messages.
|
| | |
| | #8 (permalink) |
| Member Join Date: Nov 2006 Location: Milwaukee, WI, USA
Posts: 63
|
I use the Obfuscate Email plugin (WordPress plugins at coffee2code.com) on my site (http://itsvista.com). It converts your address to ASCII codes, so scrappers don't recognize it as an e-mail, but it appears properly to viewers. If you want to see it in action, go to my 'About' page, where I list my address at the end of the page. View source and you'll see all the codes instead of letters.
|
| | |
| | #9 (permalink) |
| Senior Member Join Date: Nov 2006 Location: Netherlands
Posts: 142
|
I like the way php.net comments e-mail addresses are displayed: someaddy [at] somedomain [dot] com although that does require some (brain) action from your visitors so it's more suitable for tech sites than, say, sites about cooking. In that last case, I'd go for the JavaScripts or one of the other tips listed here. |
| | |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT. The time now is 08:22 PM.




