Plugin Directory

Changeset 1301425


Ignore:
Timestamp:
12/06/2015 03:44:07 PM (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

    r1301417 r1301425  
    1616> 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).
    1717
    18 **DEMO ONLINE:** http://openstream.tv/demo/
     18**DEMO ONLINE:** http://openstream.tv/sep/
    1919
    2020**OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/
     
    2525* 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).
    2626
    27 And there are 5 mode to insert video:
     27And there are 5 ways to insert video:
    2828
    29 * 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**.
    30 * from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**.
    31 * from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**],
    32 * directly uploading (or selecting) files through WordPress **media uploader** (limited size: depends on the configuration of php and WP) [dedicated input for each format: mp4, webm, ogg]
    33 * from the platform **Youtube & Vimeo**. [dedicated input]
     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) and files list appears in **file selector**.
     302. from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**.
     313. from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**],
     324. directly uploading (or selecting) files through WordPress **media uploader** (limited size: depends on the configuration of php and WP) [dedicated input for each format: mp4, webm, ogg]
     335. from the platform **Youtube & Vimeo**. [dedicated input]
    3434
    3535> 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.
    3636
    37 For normal post&page you can place **Poster Image for video** URL in shortcode (img="").<br>
     37For normal post/page you can place **Poster Image for video** URL in shortcode (img="").<br>
    3838In custom Post Field you can use the WP Featured Image, otherwise the plugin try to load image file from the same directory with the same name and .jpg extension.
    3939
Note: See TracChangeset for help on using the changeset viewer.