=== Vidme === Contributors: vidme, ramiy Tags: Vid.me, vidme, video, embed, shortcode Requires at least: 3.5 Tested up to: 4.9 Stable tag: 1.3 Requires PHP: 5.2.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Embed videos from vid.me into your WordPress site. == Description == Upload your videos to [vid.me](https://vid.me) using our iPhone app, Android app, or our website. Then embed them to your WordPress site using the video URL or video ID. = About Vidme = [Vidme](https://vid.me) is the fastest and easiest way to upload videos - no account needed. No need to rely solely on YouTube or Vimeo to host the videos on your WordPress site. Vidme lets you upload unlimited videos with or without an account - perfect for quickly adding videos to your WordPress posts. = Vidme WordPress Plugin = With the Vidme WordPress plugin, you can easily add videos to your WordPress posts using nothing but the URL. Choose any video from [vid.me](https://vid.me/explore), or create your own! Copy the video URL and paste it to your post text editor. Then simply click over to the visual editor to confirm that it loads properly. Alternatively, you can embed videos to your content using the `[vidme id=""]` shortcode and the video ID. = More Information = For any questions or more information, please [contact us](https://vid.me/feedback). == Installation == = Installation = 1. In your WordPress Dashboard go to "Plugins" -> "Add Plugin". 2. Search for "Vidme". 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 7.0 or greater. * MySQL version 5.6 or greater. == Screenshots == 1. Pasting the URL to the text-editor. 2. Pasting the URL to the visual-editor. == Frequently Asked Questions == = How do I embed videos from vidme? = With this plugin you can use the URL to embed videos. Just paste the video URL into your post editor: `https://vid.me/JaEF` = How do I set custom dimentions to my videos? = Since wordpress 4.2, you can double click the embedded item to set max width and max height. It will add the WordPress `[embed]` shortcode: `[embed width="600" height="400"]https://vid.me/JaEF[/embed]` **Note:** Doing it the WordPress way, using the `[embed]` shortcode, is backwards and forward compatible, and it works with all the themes. = How do I customize my videos? = For advanced customization, use the `[vidme]` shortcodes with `id`, `width`, `height`, `autoplay`, `repeat` and `mute` parameters: `[vidme id="JaEF" width="600" height="400" autoplay="true" repeat="true" mute="false"]` == Changelog == = 1.3 (2016-04-04) = * Remove po/mo files from the plugin. * Use [translate.wordpress.org](https://translate.wordpress.org/) to translate the plugin. * Move plugin files to 'includes' directory. = 1.2 (2015-06-22) = * Improve embed handler regex to support http and https. * Improve shortcode - stop using extract() function and add input data validation. = 1.1 (2015-05-05) = * Add vidme shortcode. * Add screenshots. * Add i18n support. * Add hebrew (he_IL) traslation. = 1.0 (2015-04-30) = * Initial release. * Register embed handler.