=== Pastebin Embed === Contributors: ramiy Tags: pastebin, embed, snippets, paste, bin, code Requires at least: 3.5 Tested up to: 4.2 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Embed pastes from pastebin.com into your WordPress site == Description == [Pastebin.com](http://www.pastebin.com) is a an online web service where you can store text for a certain period of time. The website is mainly used by programmers to store pieces of sources code or configuration information, but anyone is more than welcome to paste any type of text. The idea behind the site is to make it more convenient for people to share large amounts of text online. Using "Pastebin Embed" WordPress plugin you can embed pastes from pastebin to your WordPress site using nothing but the URL. Just copy the URL from [pastebin.com](http://www.pastebin.com) and paste it to your post text editor. Then simply click over to the visual editor to confirm that it loads properly. == Installation == = Installation = 1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin". 2. Search for "Pastebin Embed". 3. Install the plugin by pressing the "Install" button. 4. Activate the plugin by pressing the "Activate" button. = Updating = * Use WordPress automatic updates to upgrade to the latest version. Ensure to backup your site just in case. = Minimum Requirements = * WordPress version 3.5 or greater. * PHP version 5.2.4 or greater. * MySQL version 5.0 or greater. = Recommended Requirements = * The latest WordPress version. * PHP version 5.4 or greater. * MySQL version 5.5 or greater. == Frequently Asked Questions == = How do I embed pastes from Pastebin? = With this plugin you can use the URL to embed pastes. Just paste the URL into your post editor: `http://pastebin.com/hcv2WRnX` == Screenshots == 1. Pasting the URL to the text editor. 2. Pasting the URL to the visual editor. == Changelog == = 1.2 (2015-03-26) = * Check for SSL (http/https), suggested by James Collins * Prevent direct access to directories * Prevent direct access to php file = 1.1 (2015-03-08) = * Add i18n support. * Add hebrew (he_IL) traslation. * Add screenshots. = 1.0 (2015-03-06) = * Initial release. * Register embed handler.