=== Joliprint === Contributors: joliprint Tags: joliprint, pdf, quality, print, printer, button, printable, readable Requires at least: 2.7.0 Tested up to: 3.0.1 Stable tag: 1.0.0 The Joliprint button allows your readers to print your posts in a nice and formated layout. With Joliprint, forget ugly prints. == Description == Once installed, the plugin generates a button on each post and page, to allow your readers to generate a nice formatted PDF from the post or page. You will have access to a number of options in the WP back office: * possibility to choose the button and its location * customization of the PDF Header * settings for a Google Analytics campaign to track clicks inside the PDF Learn more, and take Joliprint for a test drive. Check out [joliprint.com](http://joliprint.com "Joliprint button"). == Installation == 1. Download the `joliprint.zip` file and unzip it. 2. Move the resulting folder into `wp-content/plugins` folder your wordpress install 3. Activate the plugin in your WordPress Admin area. 4. Choose your button style, your layout settings in the plugin settings area. 5. Optionnaly you may specify the joliprint server you wish to work with depending of the location of your Wordpress installation. == Support == If you have any issues with the plugin or the Joliprint widget, please write to support@joliprint.com == Screenshots == 1. The Joliprint widget layout your text inside a professional multi-column design, and render a crisp PDF for your readers. 2. Choose your button, text link, or use your own text or graphic. == Frequently Asked Questions == = How Joliprint handles my PDF files ? = Joliprint is keeping your PDF files for a few hours. The Joliprint plugin will update the PDF cache when you will update your blog posts or when you will change your options in the `PDF Layout` section of the Joliprint settings. You can force the cache to refresh by clicking on the `Click here to reset the cache now` link in the `Technical Options` section. = I want to place the Joliprint button myself, where do I need to paste the Joliprint PHP code in my Wordpress templates ? = 1. Check the Custom position radio button in the Button section of the Joliprint Options panel. 2. Copy the following PHP code `` 3. This PHP code must be pasted in the [Wordpress Loop](http://codex.wordpress.org/The_Loop) of your templates files. 4. Open and modify your templates files : * **index.php** if you want to place a button on each entry on your homepage, * **single.php** if you want to place a button on your posts details, * **page.php** if you want to display a button on your Wordpress pages. **Example** If you want to place the Joliprint button on your posts details in the `entry-meta` block right after the `posted on` infos (default Twenty Ten WP template) 1. Open the `single.php` page of your Twenty Ten theme 2. Locate the the [Wordpress Loop](http://codex.wordpress.org/The_Loop) (the loop starts here ``) 3. Locate the `entry-meta` block `
` 4. Modify the `entry-meta` block as following `` 5. Save your template file == Upgrade Notice == (nothing to say here for the moment as it is the first version of the plugin :) stay tunned ! == Changelog == = 1.0.0 = First release of the Joliprint button for Wordpress.