Changeset 1301425
- Timestamp:
- 12/06/2015 03:44:07 PM (10 years ago)
- File:
-
- 1 edited
-
os-media/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-media/trunk/readme.txt
r1301417 r1301425 16 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). 17 17 18 **DEMO ONLINE:** http://openstream.tv/ demo/18 **DEMO ONLINE:** http://openstream.tv/sep/ 19 19 20 20 **OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/ … … 25 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). 26 26 27 And there are 5 modeto insert video:27 And there are 5 ways to insert video: 28 28 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]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**. 30 2. from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**. 31 3. from **Amazon S3** (Simple Storage Server) [files list appears in **file selector**], 32 4. 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 5. from the platform **Youtube & Vimeo**. [dedicated input] 34 34 35 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. 36 36 37 For normal post &page you can place **Poster Image for video** URL in shortcode (img="").<br>37 For normal post/page you can place **Poster Image for video** URL in shortcode (img="").<br> 38 38 In 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. 39 39
Note: See TracChangeset
for help on using the changeset viewer.