1. Copy recommendit.php to the Plugin folder in Wordpress 2. Activate the Plugin in the Wordpress Plugins list 3. Add this code in the index.php _before_ any code 4. Add the following code where you want the "Recommend this Article" button in your single.php 5. Add this in the sidebar.php
  • Recommended

  • You can use get_recommends( 5 ); or get_recommends( 5, 60 ); for the limit of the rows and the character limit (cutted with '...') 6. To style everything add div#recommendit, form#recommenditform and input#recommenditbutton into your css file