Plugin Directory

Changeset 713053


Ignore:
Timestamp:
05/14/2013 06:26:18 PM (13 years ago)
Author:
momnt
Message:

updating readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • haiku-minimalist-audio-player/trunk/readme.txt

    r674170 r713053  
    11=== Haiku minimalist audio player ===
    2 Contributors: daltonrooney, momnt
     2Contributors: momnt, daltonrooney
    33Tags: audio player, jplayer, html5, audio, flash, mp3, music, minimalist, jquery, haiku
    44Requires at least: 3.3
    55Tested up to: 3.5.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.1.0
    77
    88== Description ==
     
    1919
    2020The 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       
    2222The 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       
    2424The 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       
    2626The 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               
    2828The 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.
    2929
     
    7070
    7171== Changelog ==
     72
     73= 1.1.0 =
     74
     75* Upgraded to jPlayer 2.3.0 for security
     76
    7277
    7378= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.