=== PDF & Print Button Joliprint === Contributors: joliprint Tags: pdf, print, button, printable, joliprint Requires at least: 2.7.0 Tested up to: 3.0.2 Stable tag: 1.1.2 The Joliprint button prints your posts into sharp looking PDF. == Description == Once installed, the plugin generates a button on each post and page. So your readers can save, share or even print a nice formatted PDF from each post or page. The Joliprint Settings Page offers a number of options: * Choose the button and its locations * Customize your PDF Header * Set up a Google Analytics campaign, track PDF downloads and clicks inside PDF. Learn more, and take Joliprint for a test drive. Check out [joliprint.com](http://joliprint.com "Joliprint button"). IMPORTANT NOTE : Our complete privacy policy is being drafted and will be published very soon. By then, remember that Joliprint does not store any personnal data on server side. The Joliprint servers log calls to our buttons in order to have some statistics on the use of the plugin. == 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 == = 1.1.1 to 1.1.2 = Nothing special. = 1.1.0 to 1.1.1 = Nothing special. = 1.0.1 to 1.1.0 = Nothing special. = 1.0.0 to 1.0.1 = Nothing special. == Changelog == = 1.1.2 = * Bug correction : Logos and buttons were not correctly uploaded and selected in the Administration section. * joliprint.php : new method `joliprint_getCurrentPageUrl` added and `joliprint_show_the_button` has been modified. In some cases, with custom template files or plugins, the URL of the page cannot be retrieved with the standard get_permalink() Wordpress method. For those pages, only custom position can be used to display the joliprint button. Instead of getting the URL via the get_permalink() the URL is retrieved via the new joliprint_getCurrentPageUrl method in joliprint.php = 1.1.1 = * Calls to 3rd party support plateform removed from the Wordpress Administration Panel (replaced by a direct link to anonymous ticket creation on zendesk) * Logo and link to our site can now be removed on the PDF waiting page (new joliprint_credits option added ) = 1.1.0 = * Changed plugin name and version number = 1.0.1 = * Thickbox is now declared in the `wp_head()` WP hook instead of being enqueued in the footer called by the wp_foot() hook which is not always present in custom WP themes. * Changed the Joliprint adminstration panel look and feel * `Support us` box added in the Joliprint administration panel * Changes in the instruction and description of the plugin. = 1.0.0 = * First release of the Joliprint button for Wordpress.