Changeset 713053
- Timestamp:
- 05/14/2013 06:26:18 PM (13 years ago)
- File:
-
- 1 edited
-
haiku-minimalist-audio-player/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
haiku-minimalist-audio-player/trunk/readme.txt
r674170 r713053 1 1 === Haiku minimalist audio player === 2 Contributors: daltonrooney, momnt2 Contributors: momnt, daltonrooney 3 3 Tags: audio player, jplayer, html5, audio, flash, mp3, music, minimalist, jquery, haiku 4 4 Requires at least: 3.3 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 0.06 Stable tag: 1.1.0 7 7 8 8 == Description == … … 19 19 20 20 The default file location field allows you to specify a folder in your site for your MP3 files. If, for example, all of your audio files are in http://yoursite.com/audio, set the default folder to /audio, and use the shortcode like this: [haiku url="file.mp3"]. This is also helpful if you're replacing an existing WordPress Audio Player installation. You can overwrite this setting on a per-player basis with the attribute defaultpath=disabled. For example, if you wanted to link to a file in a different folder you would use the shortcode [haiku url="http://yoursite/audiofolder2/file.mp3" defaultpath=disabled]. 21 21 22 22 The Google Analytics setting enables a script which tracks play events in your Google Analytics account using the title field. You must already have Google Analytics tracking installed on your site, using the asynchronous version of the script in the head of your HTML document. 23 23 24 24 The player includes the ability to automatically turn all MP3 links into an audio player instance. Simply check the "Replace all mp3 links" checkbox on the settings. You may experience conflicts if you have other plugins that also override MP3 links, like Shadowbox. 25 25 26 26 The player is now drop-in compatible with WordPress Audio Player. If you're replacing a WordPress Audio Player install, check the "replace WP Audio Player" box to automatically replace all instances of the WP Audio Player shortcode. (WP Audio Player must be disabled or removed for this to work). The Haiku shortcode is still the recommended format as it allows the "Title" field for Google Analytics support. 27 27 28 28 The player includes a graphical mode, which is turned off by default. Enable graphical mode by changing the default setting in the settings panel or by adding the attribute graphical="true" to your shortcode. Can be overridden on a per-player basis. 29 29 … … 70 70 71 71 == Changelog == 72 73 = 1.1.0 = 74 75 * Upgraded to jPlayer 2.3.0 for security 76 72 77 73 78 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.