Plugin Directory

Changeset 541561


Ignore:
Timestamp:
05/08/2012 05:27:03 PM (14 years ago)
Author:
SkyDriver
Message:
 
Location:
google-mp3-audio-player/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • google-mp3-audio-player/trunk/readme.txt

    r541463 r541561  
    1111== Description ==
    1212
    13 Description about CodeArt - Google MP3 Player
     13The plugin 'CodeArt - Google MP3 Audio Player (for WordPress)' will allow you to embed mp3 audio files in a player where you want on the post(s).
    1414
    15 After installing the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions.
     15First of all, you need to upload/host your mp3 audio file which you want to embed in the posts.
     16You can do this via Media Library (from WordPress) or another file hosting.
     17After uploading your mp3 audio file you need to copy the full URL path of the uploaded mp3 file and to put in the post where you want to be displayed in this format:
     18`
     19[ca_audio url="URL" width="WIDTH" height="HEIGHT" css_class="CSS_STYLE"]
     20`
     21* URL - Full URL to the MP3 audio file which you want to embed in the posts [Required].
     22* WIDTH - Width of the MP3 player (must be integer) [optional, default is 500 pixels].
     23* HEIGHT - Height of the MP3 player (must be integer) [optional, default is 27 pixels].
     24* CSS_STYLE - This is for the developers.
     25
     26Put the shortcode (of course, with the correct informations) in post(s) where you want to be displayed the player.
     27
     28Also, after installing and activating the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions.
    1629
    1730== Installation ==
    1831
    19 Upload the codeart-google-mp3-player plugin to your blog, Activate it, then enter shortcode [ca_audio url="FULL_MP3_URL"] to post(s) where you want to embed the mp3 audio file.
     321. Upload the entire `google-mp3-audio-player` folder to the `/wp-content/plugins/` directory
     332. Activate the plugin through the 'Plugins' menu in WordPress
     343. Look at your toolbar / admin bar for "Settings" in a submenu "Google MP3 Player" and enjoy using the Google MP3 Audio Player!
    2035
    21 After installing the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions.
     36== Screenshots ==
     37
     381. Embedded Google MP3 Audio Player
Note: See TracChangeset for help on using the changeset viewer.