Plugin Directory

Changeset 1301417


Ignore:
Timestamp:
12/06/2015 03:37:32 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

    r1301410 r1301417  
    2020**OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/
    2121
    22 **How insert video:**
     22There are two areas where you can insert multimedia content:
    2323
    24 There are two areas where you can insert multimedia content:<br>
    2524* in normal post or page with the classic **shortcodes** added to the post textarea.
    2625* 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).
    2726
    28 And there are 5 mode to insert video:<br>
     27And there are 5 mode to insert video:
     28
    2929* 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**.
    3030* from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**.
     
    3333* from the platform **Youtube & Vimeo**. [dedicated input]
    3434
    35 > <strong>OSmedia Featured video - Custom Post Type:</strong><br>
    36 > 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.
    37 
     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.
    3836
    3937For 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.