});
Featured Post: Increase YouTube Buffer Speed! | Subscribe to us for more!
<script> var adfly_id = 1058506; var adfly_advert = 'banner'; var frequency_cap = 5; var frequency_delay = 5; var init_delay = 3; </script> <script src="http://adf.ly/js/entry.js"></script>

Friday 15 June 2012

Creating an email button on your blog!

This is going to be a quick short easy tutorial to those whom might want to add a "Contact Page" for your users. Of course using this method you might risk being spammed. However this hasn't stopped people from using it. They show their email big and wide when they can just include a link for people to email them, instead of being so plain, why not add some interactivity to your blog by adding a button to link to your email instead?.


Here's a demo on how it looks like:

Free Email Button


This is the simple html script you will use to create this button:
<Form><Input type="button" Value="Click Here to Write to Me"onClick="parent.location='mailto:whateveryouemailis@gmail.com'">
<a href="http://xxrazexblog.blogspot.com/" target="_blank"><span style="font-size: xx-small;">Free Email Button</span></a><br /></Form>
A breakdown on what they mean:
<form> - What this does is to create a form space to add your button
<Input type="button"> - Should be self explanatory, add a button to the form space
Value="   " - Whatever you want to write.
onClick - The event that will happen once clicked.


The extra code at the back is only if you would like to thank us and leave a link to my blog.


Simple enough to understand? People use these html code to add interactivity to their website or blog. Something like an enhancement. However, let me reiterate my previous statement that this will risk you email to other users whom might want to spam you. So it will be best if you create a separate email solely for your blog. Creating email is free and easy.


Like this post? Take a minute to share them with your friends on Facebook or tweet it to twitter. I will also appreciate if you subscribe to us :)
Do you Like this Post..?

Get Free Email Updates Daily!

Follow us!

 
Related Posts Plugin for WordPress, Blogger...

Most wanted post: How to use premium cookies Subscribe to our feed if you would like to receive updates from us!--------------------------------->

X
~