Changeset 541561
- Timestamp:
- 05/08/2012 05:27:03 PM (14 years ago)
- Location:
- google-mp3-audio-player/trunk
- Files:
-
- 1 added
- 1 edited
-
readme.txt (modified) (1 diff)
-
screenshot-1.png (added)
Legend:
- Unmodified
- Added
- Removed
-
google-mp3-audio-player/trunk/readme.txt
r541463 r541561 11 11 == Description == 12 12 13 Description about CodeArt - Google MP3 Player 13 The 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). 14 14 15 After installing the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions. 15 First of all, you need to upload/host your mp3 audio file which you want to embed in the posts. 16 You can do this via Media Library (from WordPress) or another file hosting. 17 After 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 26 Put the shortcode (of course, with the correct informations) in post(s) where you want to be displayed the player. 27 28 Also, after installing and activating the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions. 16 29 17 30 == Installation == 18 31 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. 32 1. Upload the entire `google-mp3-audio-player` folder to the `/wp-content/plugins/` directory 33 2. Activate the plugin through the 'Plugins' menu in WordPress 34 3. Look at your toolbar / admin bar for "Settings" in a submenu "Google MP3 Player" and enjoy using the Google MP3 Audio Player! 20 35 21 After installing the plugin go to 'Setting > Google MP3 Player' submenu in the admin panel for more instructions. 36 == Screenshots == 37 38 1. Embedded Google MP3 Audio Player
Note: See TracChangeset
for help on using the changeset viewer.