WP Photo Album Plus
This plugin is more than just a photo album plugin, it is a complete, highly customizable multimedia content management and display system. Features: Any number of albums that contain any type of multimedia file as well as sub albums. Full control over the display sizes, responsive as well as static. Full control over links from any type of image. Full control over metadata: exif, iptc can be used by keywords in item descriptions. Up to 10 custom defined meta data fields, for albums and for media items. Front-end uploads. Bulk imports. Built-in lightbox overlay system. Built-in Google Maps to display maps based on the photo gpx exif data. Built-in search functions on a.o. keywords and tags. A customizable rating system. Commenting system. Moderate user uploads and comments. Configurable email notification system. 20 widgets a.o. upload, slideshow, photo of the day, top rated and commented items and many more. Supports Cloudinary cloud storage service. Supports Fotomoto print service. Required maintenace is fully executed by background processes (cron jobs). Extended error/event logging system. Extended documentation site: https://wppa.nl/ Plugin Admin Features: You can find the plugin admin section under Menu Photo Albums on the admin screen. Albums: Create and manage Albums. Upload: To upload photos to an album you created. Import: To bulk import items to an album that are previously been ftp’d. Moderate: Change status of pending Export: To export albums Settings: To control the various settings to customize your needs. photo of the day widget settings Help & Info: Credits and link to the documentation site Translations: Dutch translation by OpaJaap himself (Opa Jaap’s Weblog) Slovak translation by Branco Radenovich (WebHostingGeeks.com) Polish translation by Maciej Matysiak Ukranian translation by Michael Yunat (http://getvoip.com) Italian translation by Giacomo Mazzullo (http://gidibao.net & http://charmingpress.com) German translation by Stefan Eggers Portuguese translation by Eric Sornoso (https://Mealfan.com) Privacy Policy When you leave a comment on a photo or other media item on this site, we send your name, email address, IP address and comment text to the server. When you enter a rating on a photo or other media item on this site, we send your (login)name or IP address and your rating to the server. When you upload a photo or other media item on this site, we send your name to the server. If the photo contains EXIF or IPTC data, this data may – dependant of the configuration – be saved on the server. If the photo contains GPX location data, this data will be saved on the server. If visit the site, the pages you visit, the photos you watch and your IP address will be saved on the server for statistical purposes in your session information. This information will be anonimized after one hour and removed after 24 hours. About and Credits WP Photo Album Plus is extended with many new features and is maintained by J.N. Breetvelt, ( http://www.opajaap.nl/ ) a.k.a. OpaJaap Thanx to R.J. Kaplan for WP Photo Album 1.5.1, the basis of this plugin. Licence WP Photo Album is released under the GNU GPL licence. ( http://www.gnu.org/copyleft/gpl.html )
Top keywords
- photo13×2.44%
- albums7×1.31%
- translation7×1.31%
- album6×1.13%
- data6×1.13%
- server6×1.13%
- site6×1.13%
- system6×1.13%
- http5×0.94%
- address4×0.75%
- com4×0.75%
- control4×0.75%
HTML5 Video Player for WordPress
A video plugin for WordPress built on the Video.js HTML5 video player library. Updated for Videojs 5.0+ with a more beautifull skin. Embed HTML5, Flash video in your post or page. Play HTML5, FLV, HLS, m3u8, mp4, Youtube, Dailymotion, Vimeo. Compatible with the WordPress core [video] shortcode and work with the WordPress insert media button. Videojs didn’t update their Videojs to 5.0+ for WordPress and i decided to do it and share it on the WordPress plugins page. View videojs.com for additional information. Use the [videojs] shortcode in your post or page using the following options. Can use the WordPress default [video] shortcode. Compatible with the old Videojs version. NEW HLS (HTTP Live Streaming) Live Streaming Video m3u8 (Pro Version). Skin Builder – Generate your own skin or choose bettween prebuild skins (Pro Version). Using video Shortcodes Using video Shortcodes Video Pro – Skin builder Build your own skin with Video Pro, Allo you to create your own skin or use the prebuild demos skins to start and help you creating you own skin. Now play HLS (HTTP Live Streaming) like m3u8 streaming video HLS (HTTP Live Streaming) m3u8 Demo: Video Pro skin builder hls demo (m3u8) more infos at: Video Pro skin builder. Demo: Video Pro skin builder demo Demo Video Pro Video Shortcode Options mp4 The location of the h.264/MP4 source for the video. [videojs mp4="http://vjs.zencdn.net/v/oceans.mp4"] ogg The location of the Theora/Ogg source for the video. [videojs ogg="http://vjs.zencdn.net/v/oceans.ogg"] webm The location of the VP8/WebM source for the video. [videojs webm="http://vjs.zencdn.net/v/oceans.webm"] Flash FLV The location of the FLASH/FLV source for the video. [videojs fvl="http://www.sample-videos.com/video/flv/480/big_buck_bunny_480p_10mb.flv"] youtube The location of the YouTube source for the video. [videojs youtube="https://www.youtube.com/watch?v=mcixldqDIEQ"] poster The location of the poster frame for the video. [videojs poster="http://vjs.zencdn.net/v/oceans.png"] width The width of the video. [videojs width="640"] height The height of the video. [videojs height="264"] preload Start loading the video as soon as possible, before the user clicks play. Use ‘auto’, ‘metadata’, or ‘none’. Auto will preload when the browser or device allows it. Metadata will load only the meta data of the video. [videojs preload="auto"] autoplay Start playing the video as soon as it’s ready. Use ‘true’ or ‘false’. [videojs autoplay="true"] loop Causes the video to start over as soon as it ends. Use ‘true’ or ‘false’. [videojs loop="true"] controls Use ‘false’ to hide the player controls. [videojs controls="false"] muted Use ‘true’ to initially mute video. [videojs muted="true"] id Add a custom ID to your video player. [videojs id="movie-id"] class Add a custom class to your player. Use full for floating the video player using ‘alignleft’ or ‘alignright’. [videojs class="alignright"] Tracks Text Tracks are a function of HTML5 video for providing time triggered text to the viewer. To use tracks use the [track] shortcode inside of the [video] shortcode. You can set values for the kind, src, srclang, label, and default attributes. More information is available in the Video.js Documentation. [videojs][track kind="captions" src="http://vjs.zencdn.net/v/oceans-captions.vtt" srclang="en" label="English" default="true"][/videojs] All Attributes Example [videojs mp4="http://vjs.zencdn.net/v/oceans.mp4" ogg="http://vjs.zencdn.net/v/oceans.ogv" webm="http://vjs.zencdn.net/v/oceans.webm" poster="http://vjs.zencdn.net/v/oceans.png" preload="auto" autoplay="true" width="640" height="264" id="movie-id" class="alignleft" controls="false" muted="true"][track kind="captions" src="http://example.com/path/to/captions.vtt" srclang="en" label="English" default="true"][/videojs] Compatible with WordPress core video shortcode The location of the h.264/MP4 source for the video. [video mp4="http://vjs.zencdn.net/v/oceans.mp4"] Video.js Settings Screen -------------------------- The values set here will be the default values for all videos, unless you specify differently in the shortcode. Uncheck “Use CDN hosted version?” if you want to use a self-hosted copy of Video.js instead of the CDN hosted version. Using the CDN hosted version is preferable in most situations. If you are using a responsive WordPress theme, you may want to check the Responsive Video checkbox. Uncheck the Use the [video] shortcode? option only if you are using WordPress 3.6+ and wish to use the [video] tag for MediaElement.js. You will still be able to use the [videojs] tag to embed videos using Video.js.