=== GenerateWP oEmbed === Contributors: ramiy, GenerateWP Tags: GenerateWP, oEmbed, code, snippets, code snippets, development Requires at least: 3.5 Tested up to: 4.4 Stable tag: 1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Embed code snippets from GenerateWP.com into your WordPress site. == Description == Create code snippets and showcase them to your users. = About GenerateWP = [GenerateWP](https://generatewp.com) provides user-friendly tools for developers to create advanced applications built on top of WordPress. With simmple code generators, developers can create custom and high quality code using the latest WordPress coding standards and API's. = GenerateWP oEmbed Plugin = Using this plugin you can showcase your code snippets from [GenerateWP.com](https://generatewp.com) in your WordPress site, using nothing but the URL. Choose any public snippet from your [dashboard](https://generatewp.com/dashboard/) or from the sites public [snippet library](https://generatewp.com/snippet/). Copy the snippet URL and paste it into your text editor. Then simply click over to the visual editor to confirm that it loads properly. https://www.youtube.com/watch?v=HUyRhdeaZ_Y == Installation == = Installation = 1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin". 2. Search for "GenerateWP oEmbed". 3. Install the plugin by pressing the "Install" button. 4. Activate the plugin by pressing the "Activate" button. = 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.6 or greater. * MySQL version 5.5 or greater. == Screenshots == 1. Pasting snippet URL to the text editor. 2. Pasting snippet URL to the visual editor. == Frequently Asked Questions == = How do I embed snippets from GenerateWP? = With this plugin you can use the URL to embed snippets. Just paste the snippet URL into your post editor: `https://generatewp.com/snippet/0md9rdy/` = How do I set custom dimensions to my snippets? = Since WordPress 4.2, you can double click the embedded snippet to set max `width` and max `height` dimensions. It will add the WordPress `[embed]` shortcode: `[embed width="600" height="400"]https://generatewp.com/snippet/0md9rdy/[/embed]` **Note:** Doing it the WordPress way, using the `[embed]` shortcode, is backwards and forward compatible, and it works with all the themes. == Changelog == = 1.3 (2015-11-30) = * Remove po/mo files from the plugin. * Use translate.wordpress.org to translate the plugin. = 1.2 (2015-03-28) = * Prevent direct access to php files. * Prevent direct access to directories. = 1.1 (2015-03-02) = * Add i18n support. * Add hebrew (he_IL) traslation. = 1.0 (2015-02-20) = * Initial release. * Register oEmbed provider.