Title: Email link
Last modified: August 18, 2016

---

# Email link

 *  [confused](https://wordpress.org/support/users/confused/)
 * (@confused)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/)
 * Hi, can someone tell me how to create a link to my email address in the body 
   of a text.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [joelwalsh](https://wordpress.org/support/users/joelwalsh/)
 * (@joelwalsh)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253084)
 * WordPress should be able to handle any html you throw at it in a post or page
   or even a comment (unless you’ve disabled html). So you could just use the standard:
   `
   <a href="mailto:funky@bunch.com" > mail < /a>  \` Plus, it will usually automatically
   convert URLs and email addresses to live links with the address itself as the
   anchor text. So if you just type in your email address in the post or page it
   should convert into a live link.
 * So, you could just do: [funky@bunch.com](https://wordpress.org/support/topic/email-link-2/funky@bunch.com?output_format=md)
 * If you mean how do you create a link to your email address that uses javascript
   to avoid having the address get picked up by spambots, there’s a plugin for that
   with the word “transpose” in the name, something like “transpose-email.”
 *  Thread Starter [confused](https://wordpress.org/support/users/confused/)
 * (@confused)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253087)
 * That code worked. Thanks. But I think I must have disabled my html. Where would
   I check this?
 *  [melodiefabrieknl](https://wordpress.org/support/users/melodiefabrieknl/)
 * (@melodiefabrieknl)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253119)
 * but you’ll be spammed. I would never put email accounts like that in a page. 
   you can also scrabble it a bit with javascript, but still not perfect.
 *  [eveums](https://wordpress.org/support/users/eveums/)
 * (@eveums)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253122)
 * If you’re afraid of automated spam, you might try something like addressATyahooDOTcom.
   Most humans will know to replace the @ and .
 * Or you could try the Contact Form plugin. It’s great and easy to use.
 *  [melodiefabrieknl](https://wordpress.org/support/users/melodiefabrieknl/)
 * (@melodiefabrieknl)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253129)
 * or create a javascript function like:
 * function myEmail(){
    var mynl = “nl” ; var myname = “yournamebeforethe@” ; var
   mydomain = “yourdomain” ; var myappestaartje = “@” ; var myhrefbegin = “<a href
   =mailto:” ; var myhrefeinde = “” ;
 *  return (myhrefbegin + myname + myappestaartje + mydomain + “.” + mynl + “>” 
   + myname + myappestaartje + mydomain + “.” + mynl + myhrefeinde ) ;
 * }
 *  Anonymous User 28033
 * (@anonymized-28033)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253133)
 * Sorry for the question in the question, but it safe to use a similar way as in
   this website?
    [http://www.iconico.com/emailProtector/](http://www.iconico.com/emailProtector/)
 * Example:
    [name@hostname.org](https://wordpress.org/support/topic/email-link-2/name@hostname.org?output_format=md)
   is coded in this mode: `<a href="mailto: & # 1 1 0 ; & # 9 7 ; & # 1 0 9 ; & #
   1 0 1 ; & # 6 4 ; & # 1 0 4 ; & # 1 1 1 ; & # 1 1 5 ; & # 1 1 6 ; & # 1 1 0 ;&#
   9 7 ; & # 1 0 9 ; & # 1 0 1 ; & # 4 6 ; & # 1 1 1 ; & # 1 1 4 ; & # 1 0 3 ; &#
   3 2 ; " > & # 1 1 0 ; & # 9 7 ; & # 1 0 9 ; & # 1 0 1 ; & # 6 4 ; & # 1 0 4 ;&#
   1 1 1 ; & # 1 1 5 ; & # 1 1 6 ; & # 1 1 0 ; & # 9 7 ; & # 1 0 9 ; & # 1 0 1 ;&#
   4 6 ; & # 1 1 1 ; & # 1 1 4 ; & # 1 0 3 ; & # 3 2 ; </a>
 *  Anonymous User 28033
 * (@anonymized-28033)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253135)
 *  [melodiefabrieknl](https://wordpress.org/support/users/melodiefabrieknl/)
 * (@melodiefabrieknl)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253157)
 * might be interested, but I don’t know if that’s good enough.
 *  Anonymous User 28033
 * (@anonymized-28033)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253159)
 * Same thing on this post:
    [http://wordpress.org/support/topic/42735](http://wordpress.org/support/topic/42735)
 *  [joelwalsh](https://wordpress.org/support/users/joelwalsh/)
 * (@joelwalsh)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253299)
 * Yes, use the plugin elis just recommended, it’s a lot easier than coding by hand
   which is what the “transpose” plugin required:
 * [http://guff.szub.net/email-immunizer/](http://guff.szub.net/email-immunizer/)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Email link’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 10 replies
 * 5 participants
 * Last reply from: [joelwalsh](https://wordpress.org/support/users/joelwalsh/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/email-link-2/#post-253299)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
