Easy Video Player
Easy Video Player is a user-friendly WordPress video plugin to showcase your videos. You can embed both self-hosted videos or videos that are externally hosted using direct links. Easy Video Player Add-ons MediaElement Skin 1 User Only Videos Video Schema Disable Right Click Player Template 1 Easy Video Player Features Embed MP4 video into your website Embed responsive video for a better user experience while viewing from a mobile device Embed HTML5 video which are compatible with major browsers Embed video with poster images Embed video with autoplay if the device and browser support it Embed video with loop Embed video with muted enabled Customize the video player using classes Embed video using MediaElement player Easy Video Player Plugin Usage Embedding a Video in the Classic Editor Settings Configuration It’s pretty easy to set up this video player plugin. Once you have installed the plugin simply navigate to the Settings menu where you will be able to configure some options. Mostly you just to need check the “Enable jQuery” option. That will allow the plugin to make use of jQuery library. Embedding Shortcodes for the Videos Now it’s time to finally embed a video shortcode. To do this create a new post/page and use the following shortcode: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4"] Here, url is a shortcode parameter that you need to replace with the actual URL of the video file. Video Autoplay If you want a particular video to start playing when the page loads, you can set the “autoplay” option to “true”: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"] Control Size By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" width="640"] The height will be automatically determined based on the ratio (please see the “Control Player Ratio section” for details). Control Player Ratio You can override the default aspect ratio by specifying a different one in the shortcode: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" ratio="16:9"] If the player does not support your specified aspect ratio it will load the default. Video Loop If you want a particular video to start playing again when it ends, you can set the “loop” option to “true”: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"] Video Player Template If you want to use a different video player template, you can specify it in the “template” parameter: [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" template="mediaelement"] By default, the mediaelement template only loads the “metadata” of a video when the page loads. You can set it to “auto” or “none” with the preload parameter in the shortcode. [evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" preload="auto" template="mediaelement"] For detailed documentation please visit the WordPress video plugin page Plugin Language Translation If you are a non-English speaker please help translate Easy Video Player into your language.
Top keywords
- video35×6.57%
- embed17×3.19%
- player15×2.81%
- embed video12×2.25%
- videos12×2.25%
- url9×1.69%
- video player9×1.69%
- mp48×1.50%
- com7×1.31%
- com wp-content7×1.31%
- com wp-content uploads7×1.31%
- embed video url7×1.31%
Flash Gallery
The Flash Gallery plugin lets you turn your ordinary galleries into awesome image walls, with support for multiple albums per post, full screen viewing and slideshows. It is especially usefull for when you have lots of images in a post, or want to present images sorted into separate albums. Here’s an example with 175 images. I use the Flash Gallery primarily to controll the height of my posts. Whenever there would be more than 4 rows of thumbnails I replace the ordinary [gallery] with a [flashgallery]. You can browse through the archives here to see how that works. If you value my plugins, please help me out by Flattr-ing them! Or perhaps send me a book? Used ones are fine! 🙂 //Ulf Benjaminsson Flash Gallery supports: full screen viewing slideshow multiple albums/categories per post deep Linking (scroll down…) 🙂 RSS-readers mouse- & keyboard interaction configurable gallery background, logo and highlight color. being enabled / disabled by the visitor, at any time. right-click menu with “open image in new tab” and “copy image url” complete fallback for Flash and JS-less browsers. Changes in 1.4.1 (2011-12-28) Sanitize URLs (cleaner, shorter links) Keep multiple instances on same page from fighting over the URL Rewrote scaling routine to fix edge cases Cleaned up some PHP error notifications Stopped forcing the Google CDN for SWFObject Changes in 1.4 (2010-10-25) Halved the amount of markup generated! Fixed no-flash fallback Rewrote Flash-toggle to use query params instead of cookies Less JS, less HTML, less work – more speed all around! Changes in 1.3.4 (2010-10-24) Added support for keyboard input in fullscreen Only includes scripts if gallery is used on current page (performance!) Removed black backing of thumbnails Updated FLA to Flash CS5 Flash Gallery now requires Flash 10 or newer! Added error catching to avoid scripts blowing up on errors Older changelogs moved here. The included FLA-source is a heavily modified version of Jerald Zhan’s stock zGallery. Jerald graciously allowed me to distribute the modified source for everyone to benifit from the improvements: WordPress integration deep linking supports scaling options (fit, fill, no scaling) mouse- & keyboard interaction exposing all practical settings to flashvars various tweaks and fixes Copyright (C) 2009-2012 Ulf Benjaminsson (my first name at ulfben dot com). This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Top keywords