Plugin Directory

Changeset 1304837


Ignore:
Timestamp:
12/10/2015 01:25:17 AM (10 years ago)
Author:
molven
Message:

upgrade at version 2.1 - change readme file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • os-media/trunk/readme.txt

    r1301425 r1304837  
    33Plugin Name: OS media - HTML5 Featured Video plugin
    44Plugin URI: http://www.mariomarino.eu/en/os-media-wordpress-video-plugin/
    5 Tested up to: 4.3
     5Tested up to: 4.4
    66Stable tag: 2.1
    77License: GPLv2 or later
     
    99Tags: 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
    1010
    11 This Plugin is designed to make your Wordpress platform a multimedia station for responsive video content on-demand
     11Based on the latest HTML5 Video-js library (5.2.1), works with Local Media, Amazon S3, Youtube & Vimeo.
     12Featured video contents are designed to make your Wordpress platform a multimedia station for responsive video content on-demand.
    1213
    1314== Description ==
    1415
    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).
     16OS-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.
    1717
    18 **DEMO ONLINE:** http://openstream.tv/sep/
     18**DEMO ONLINE:** http://openstream.tv/demo/
    1919
    2020**OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/
    2121
    22 There are two areas where you can insert multimedia content:
     22You can insert multimedia content:
    2323
    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 platforms where 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).
    2626
    27 And there are 5 ways to insert video:
     27There are 5 ways to insert video:
    2828
    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**.
     291. 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.
    30302. from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**.
    31313. from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**],
     
    33335. from the platform **Youtube & Vimeo**. [dedicated input]
    3434
    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.
    3638
    3739For 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.