Changeset 1301417
- Timestamp:
- 12/06/2015 03:37:32 PM (10 years ago)
- File:
-
- 1 edited
-
os-media/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-media/trunk/readme.txt
r1301410 r1301417 20 20 **OS-media WP theme:** http://www.mariomarino.eu/os-media-wordpress-theme/ 21 21 22 **How insert video:** 22 There are two areas where you can insert multimedia content: 23 23 24 There are two areas where you can insert multimedia content:<br>25 24 * in normal post or page with the classic **shortcodes** added to the post textarea. 26 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). 27 26 28 And there are 5 mode to insert video:<br> 27 And there are 5 mode to insert video: 28 29 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 30 * from any file server or WP installation: you must place the URL (http://...) and files list appears in **file selector**. … … 33 33 * from the platform **Youtube & Vimeo**. [dedicated input] 34 34 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. 38 36 39 37 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.