• I’m trying to add an e-mail this page function to my site that opens a e-mail message in the users e-mail ap, uses the title of my post as the subject, and includes a link and the post in the body. I can get everythign in the e-mail save the text of the post. How do I add that feature?

    <a href="mailto:?Subject=<?php the_title()?>&CC=&BCC=&Body=<?php the_permalink() ?>">E-mail this page</a>

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Z_Everson

    (@z_everson)

    Also, how do I get the link in the e-mail to appear not just as text, but also as a hyper link?

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘E-mail this page’ is closed to new replies.