Adding “Email me” link to your blog/website is very useful for the visitors who want to contact you. It increases the interactivity between the visitors and your site and makes them contact you regularly.
Now there will question in your mind that why you can’t put your email id directly on your site as you know there are plenty of problems if you did this. SPAMMERS will find your email address via search engine and other sources. So by adding this type of links will hide your email address and if your visitor wants to contact you, they will click on it. If the visitor want to sent to you via another source like Google, Yahoo etc. they will simply copy email address(in the Outlook Express) and email you.
So on clicking the links, Windows Outlook Express will be open by default.
How to add the “Email me” link?
There are two ways to do this. One is Text link and other is Image Link
Today We are going to learn only Text Link….
Text Link:
Suppose, your email id is abc@gmail.com, here is the code you have to add
<a href=mailto:abc@gmail.com”>Email me</a> |
Don’t forget to change the email address in the above code to yours. If you want another anchor text( here it is “Email me”), you can change it.
Where to paste this code in Blogspot?
Sign into your blogger dashboard>layout>add a page element>html/javascript and Paste the code and save the changes.
No comments:
Post a Comment