Plugin Directory

Changeset 600690


Ignore:
Timestamp:
09/18/2012 07:17:09 PM (14 years ago)
Author:
JoshuaGoodwin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • playpress/trunk/readme.txt

    r600668 r600690  
    3131In either case, if neither Flash nor HTML5 are supported by the browser, users will see a link to download the audio file. Graceful degradation.
    3232
     33Optionally, specify a title and/or artist for display in the Flash player (this will override the ID3 metadata embedded in your MP3 file, which is otherwise used if present):
     34
     35    [audio mp3="http://example.com/bells.mp3" title="Imagine" artist="John Lennon"]
     36
    3337[The author's website](http://joshuagoodwin.com/playpress) has PlayPress running live right there on it.
    3438
    3539== Installation ==
     40
     41You should really use the plugin browser and installer built into your WordPress admin panel. But you *can* do it the old way:
    3642
    37431. Upload the `/playpress/` directory to the `/wp-content/plugins/` directory
     
    4248Now enjoy using the shortcode syntax in your posts and pages:
    4349
    44     [audio mp3="http://example.com/bells.mp3" ogg="http://example.com/bells.ogg"]
     50    [audio mp3="http://example.com/bells.mp3" ogg="http://example.com/bells.ogg" title="Winnie the Pooh" artist="AA Milne"] 
    4551
    4652    [audio mp3="http://example.com/bells.mp3"]
     
    5359== Changelog ==
    5460
     61= 1.2 =
     62Added optional `artist` and `title` shortcode attributes.
     63
    5564= 1.1.1 =
    5665Fixed misleading typo in code comments.
Note: See TracChangeset for help on using the changeset viewer.