Forums

mailto: email post to friend tag (3 posts)

  1. curtisat
    Member
    Posted 4 years ago #

    should be simple, but having trouble getting code right. I want a simple "email this post to a friend" link that when clicked opens user's email client and automatically adds subject as the post title and a direct link to the post in the body of the email. Looking for a simple mailto: tag. thanks!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 4 years ago #

    Try this:

    <p><a href="mailto:blank?body=I thought you might be interested in <?php the_title(); ?>. You can view it at: <?php the_permalink() ?>">Send to a friend</a></p>

  3. curtisat
    Member
    Posted 4 years ago #

    thanks, that's exactly what I was looking for!

Topic Closed

This topic has been closed to new replies.

About this Topic