June 27, 2009

0

Add “Email Me” link html/javascript for your webpage/blog

  • June 27, 2009
  • anand
  • Share
  • Adding email me link to blog/site helps the visitors to contact the author. In this way author gets to know the need and query of the visitor better. This can help the webmaster to generate traffic. The more a author of blog/site become convergent to his visitors more is the probability of traffic to his webpage.

    However, just putting the email address on the site like xyz@gmail.com invites the spammers to get your email id. No sooner do they get your ID than your inbox is flooded with unwanted mails.

    So, why not think of a way which lets the good readers contact you and not the Spammers. Don't worry I have a way to keep the spammers away as a cow who keeps the flies away from her body using her tail....Sorry, I was just joking.

    So here is the way..

    Text Link:

    Suppose,your email id is xyz@gmail.com ,here is the code you have to add

    <a href="mailto:xyz@gmail.com">Email me </a>

    Image link:

    Suppose,if you want the visitors to email you by clicking on an image like the below one











    First you have to upload your picture to some image hosting services.They will give a direct link for the uploaded image.Take a note of it.

    <a href="mailto:abc@gmail.com"><img src="http://i592.photobucket.com/albums/tt10/anand_chauhan/email.gif" alt="Email me" width="120" height="57" border="0" /></a>


    I have used this link :

    http://i592.photobucket.com/albums/tt10/anand_chauhan/email.gif

    you may use this link or get another by uploading your picture to image hosting sites like "Photobucket" etc.

    0 Responses to “Add “Email Me” link html/javascript for your webpage/blog”

    Subscribe