This plugin adds a "Print" button on every post and page (supports custom post types too).
By pressing this button the content of the page will be displayed in a print-friendly mode and allows the user to print it.
Shortcode: [printme]
php function: printme_link();
Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the ‘Plugins’ menu in WordPress.
Russian language fix
Add language support. See languages dir
Bug fix.
Bug fixes.
Bug fixes. Small refactoring.
Adding “nofollow” attribute for links and meta-tag for preventing indexing by bots.
Refactoring
Small fix
Remove Print button from printed docs
Small fix
Added option ‘Button below the content’
Added option Turn on ‘wp_head()’ (Turn on if you have problems with third-party plugins)
Added stat request during activation
Bug was fixed
Added option ‘Turn off put icon/text automatically’.
Added shortcode and php function
Popup bug fix
Small typos
Basic settings
Fix for automatic install. Other fixes
Initial release