Allow Visitors to Email Posts to Their Friends


/ Published in: PHP
Save to your folder(s)

Allow Visitors to Email Posts to Their Friends


Copy this code and paste it in your HTML
  1. <a href="mailto:?subject=<?php the_title();
  2. ?>&amp;body=<?php the_permalink() ?>" title="Send this
  3. article to a friend!">Email this</a>

Report this snippet


Comments


You need to login to view comments.