• Hi, I’m looking for two Plugins, one is a “Print This Page” Plugin, that give a nice easy-to-print version of the current page, and the other is “Send this Page to a friend” that give a form that send that page above to a friend…
    If anyone know a plugin that does those things, any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gal Hadad

    (@zekit)

    Anyone?

    1. For printing, create a print.css stylesheet and add it to your theme.

    2. For send to a friend, try adding the following to single.php where you want the link to appear:

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

    I use this nice and simple “Send to a Friend” plugin which has a widget.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Looking For] two plugins – Send to a Friend and Print Page’ is closed to new replies.