• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Simple way to add an "Email This" option to a webpage?

Status
Not open for further replies.

human5892

Queen of Denmark
I'm looking into incorporating a button on all of the pages on my website that would allow a link to that page to be emailed to whoever the reader wanted. The problem is, I'm not very well-versed in scripting of any kind. Is there any kind of pre-baked script that would implement this function in such a way that I wouldn't have to laboriously code the button for each individual page (in other words, have one simple bit of code that would instantly cull the correct URL to the email without me having to tell it to for several hundred different pages)? Or, if it could somehow be done through HTML, that'd be fine, too.

Thanks in advance.
 

Ecrofirt

Member
you can do it with HTML in about a line or two. Give me a minute, and I'll have it.

<a href="mailto:?subject=TheSubject&body=TheBody">Click me to email</a>
 
Status
Not open for further replies.
Top Bottom