Plugin Directory

Changeset 1689940


Ignore:
Timestamp:
07/03/2017 05:29:36 PM (9 years ago)
Author:
darmentrout
Message:

update readme markdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-able-player/trunk/readme.txt

    r1689830 r1689940  
    77License URI: http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
    88
    9 Make media accessible to all of your site\'s visitors with an easy-to-use shortcode.
     9Make media accessible to all of your site's visitors with an easy-to-use shortcode.
    1010
    1111== Description ==
     
    1515
    1616**Example Video:**
    17 ```
    18 // video only
    19 [able_player src=\"https://example.afk/sample.mp4\"]
    2017
    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
    2424
    2525**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
    3031
    3132The following file types are currently supported by Able Player:
    3233
    33     *Video*: webm, webmv, mp4, ogg*, ogv
     34**Video**: webm, webmv, mp4, ogg, ogv
    3435
    35     *Audio*: mp3, ogg*, oga, wav
     36**Audio**: mp3, ogg, oga, wav
    3637
    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]`.
    3839
    3940____
Note: See TracChangeset for help on using the changeset viewer.