Skip to content
OpenCode edited this page May 13, 2011 · 1 revision

With this simple plugin and the use of a line of code you can insert in your template two text boxes that allow you to send the link to the article you are reading with an e-mail to a friend. We see the steps to follow to use the add on:

  • Download the latest package version from this page
  • Extract the downloaded archive in the folder scribble/plugin
  • Open with an editor article.php page (or any other page where you want to put the search box) and insert the following code where you want it to appear the box:
<?php include_once('plugin/tell_to_friend/tell_to_friend.php'); ?>

Clone this wiki locally