Changeset 1689940
- Timestamp:
- 07/03/2017 05:29:36 PM (9 years ago)
- File:
-
- 1 edited
-
wp-able-player/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-able-player/trunk/readme.txt
r1689830 r1689940 7 7 License URI: http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses 8 8 9 Make media accessible to all of your site \'s visitors with an easy-to-use shortcode.9 Make media accessible to all of your site's visitors with an easy-to-use shortcode. 10 10 11 11 == Description == … … 15 15 16 16 **Example Video:** 17 ```18 // video only19 [able_player src=\"https://example.afk/sample.mp4\"]20 17 21 // video with captions and chapters 22 [able_player src=\"https://example.afk/sample.mp4\" captions=\"https://example.afk/caps.vtt\" chapters=\"https://example.afk/chaps.vtt\"] 23 ``` 18 // video only 19 [able_player src=\"https://example.afk/sample.mp4\"] 20 21 // video with captions and chapters 22 [able_player src=\"https://example.afk/sample.mp4\" captions=\"https://example.afk/caps.vtt\" chapters=\"https://example.afk/chaps.vtt\"] 23 24 24 25 25 **Example Audio:** 26 ``` 27 [able_player src=\"https://example.afk/sample.wav\"] 28 [able_player src=\"https://example.afk/sample.ogg\" ogg_type=\"audio\"] 29 ``` 26 27 [able_player src=\"https://example.afk/sample.wav\"] 28 29 [able_player src=\"https://example.afk/sample.ogg\" ogg_type=\"audio\"] 30 30 31 31 32 The following file types are currently supported by Able Player: 32 33 33 *Video*: webm, webmv, mp4, ogg*, ogv34 **Video**: webm, webmv, mp4, ogg, ogv 34 35 35 *Audio*: mp3, ogg*, oga, wav36 **Audio**: mp3, ogg, oga, wav 36 37 37 \\*requires the inclusion of an additional parameter/attribute in the shortcode: `ogg_type = [audio|video]`.38 *Note:* `Ogg` requires the inclusion of an additional parameter/attribute in the shortcode: `ogg_type = [audio|video]`. 38 39 39 40 ____
Note: See TracChangeset
for help on using the changeset viewer.