Changeset 1304837
- Timestamp:
- 12/10/2015 01:25:17 AM (10 years ago)
- File:
-
- 1 edited
-
os-media/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-media/trunk/readme.txt
r1301425 r1304837 3 3 Plugin Name: OS media - HTML5 Featured Video plugin 4 4 Plugin URI: http://www.mariomarino.eu/en/os-media-wordpress-video-plugin/ 5 Tested up to: 4. 35 Tested up to: 4.4 6 6 Stable tag: 2.1 7 7 License: GPLv2 or later … … 9 9 Tags: video, featured, post, page, streaming, custom post type, thumbnail, poster, autoplay, amazon, s3, cover image, cover video, embed, embedding, embed youtube, embed vimeo, embed videos, videojs, iframe, loop, player, plugin, responsive, shortcode, youtube, youtube embed, youtube player, youtube videos, video cover, HTML5, vimeo, vimeo player, vimeo embed, vimeo videos 10 10 11 This Plugin is designed to make your Wordpress platform a multimedia station for responsive video content on-demand 11 Based on the latest HTML5 Video-js library (5.2.1), works with Local Media, Amazon S3, Youtube & Vimeo. 12 Featured video contents are designed to make your Wordpress platform a multimedia station for responsive video content on-demand. 12 13 13 14 == Description == 14 15 15 OS-media generate an HTML5 video player (Video-js) and allow streaming of mp4/webm/ogv video progressively through PHP (HTTP pseudo-streaming). 16 > It works with all WP themes, but is designed specifically for **OS-media theme**, a Twenty Fourteen Child Theme that is able to properly handle the layout of Custom Post Type (Featured Videos). 16 OS-media allow streaming of mp4/webm/ogv video progressively through PHP. It works with all WP themes, but is designed specifically for **OS-media theme**, a Twenty Fourteen Child Theme that is able to properly handle the layout of Custom Post for Featured Videos. 17 17 18 **DEMO ONLINE:** http://openstream.tv/ sep/18 **DEMO ONLINE:** http://openstream.tv/demo/ 19 19 20 20 **OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/ 21 21 22 There are two areas where you can insert multimedia content:22 You can insert multimedia content: 23 23 24 * in normal post or page with the classic **shortcodes** added to the post textarea .25 * in specific **Custom Post Type for "Featured Video"**, a dedicated area to make video platformswhere we have a single "Featured video" for each page (like WP Featured Images).24 * in normal post or page with the classic **shortcodes** added to the post textarea through control panel. 25 * in **Custom Post Type for "Featured Video"**, a dedicated area where we have a single "Featured video" for each page (like WP Featured Images). 26 26 27 And there are 5 ways to insert video:27 There are 5 ways to insert video: 28 28 29 1. from local WP installation (after upload video files through FTP): you must place the **PATH** of this local video resource (for example: /opt/lampp/htdocs/wp/wp-content/uploads/video) and files list appears in **file selector**.29 1. from local WP installation (after upload video files through FTP): you must place the **PATH** of this local video resource (for example: /opt/lampp/htdocs/wp/wp-content/uploads/video)in general settings and files list appears in **file selector** in each control panel of single post. 30 30 2. from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**. 31 31 3. from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**], … … 33 33 5. from the platform **Youtube & Vimeo**. [dedicated input] 34 34 35 > For **OSmedia Featured video (Custom Post Type)**, if you don't use **Os-media theme** you can insert the function **Osmedia_video()** in your theme. This content are also optimized for latest WP theme > like Twenty Fifteen or Twenty Fourteen, automatically detected by this plugin, which loads the dedicated layout for CPT content. If your theme is not recognized, is loaded by default the file **layout/osmedia_cpt.php**, that you can edit and customize for display your featured video. 35 >NOTE: **the way 1 is recommended** if you need to hide the video URL and prevents users from easily downloading the source. 36 37 > For **OSmedia Featured video (Custom Post Type)**, if you don't use **Os-media theme** you can insert the function **Osmedia_video()** in your theme. This content are also optimized for latest WP theme like Twenty Fifteen or Twenty Fourteen, automatically detected by this plugin, which loads the dedicated layout for CPT content. If your theme is not recognized, is loaded by default the file **layout/osmedia_cpt.php**, that you can edit and customize for display your featured video. 36 38 37 39 For normal post/page you can place **Poster Image for video** URL in shortcode (img="").<br>
Note: See TracChangeset
for help on using the changeset viewer.