• Hi all –
    Does anyone know of a plugin that allows a site visitor to send an email suggesting the site to a friend? I searched for one in the plugin directory, but wasn’t seeing anything.

Viewing 1 replies (of 1 total)
  • Doesn’t really need a plugin/widget. Just open up the relevant template file (I use it in single.php myself) and add the following within The Loop:

    <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>

Viewing 1 replies (of 1 total)
  • The topic ‘Refer a friend plugin / widget?’ is closed to new replies.