Changeset 600690
- Timestamp:
- 09/18/2012 07:17:09 PM (14 years ago)
- File:
-
- 1 edited
-
playpress/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
playpress/trunk/readme.txt
r600668 r600690 31 31 In either case, if neither Flash nor HTML5 are supported by the browser, users will see a link to download the audio file. Graceful degradation. 32 32 33 Optionally, 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 33 37 [The author's website](http://joshuagoodwin.com/playpress) has PlayPress running live right there on it. 34 38 35 39 == Installation == 40 41 You should really use the plugin browser and installer built into your WordPress admin panel. But you *can* do it the old way: 36 42 37 43 1. Upload the `/playpress/` directory to the `/wp-content/plugins/` directory … … 42 48 Now enjoy using the shortcode syntax in your posts and pages: 43 49 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"] 45 51 46 52 [audio mp3="http://example.com/bells.mp3"] … … 53 59 == Changelog == 54 60 61 = 1.2 = 62 Added optional `artist` and `title` shortcode attributes. 63 55 64 = 1.1.1 = 56 65 Fixed misleading typo in code comments.
Note: See TracChangeset
for help on using the changeset viewer.