﻿=== WP VibeDeck ===
Contributors: ecurtain 
Donate link: http://www.theemeraldcurtain.com/donate/
Tags: vibedeck, audio player, musician, ecommerce
Requires at least: 2.9
Tested up to: 3.2.1
Stable tag: 1.0
Stable tag: 1.0

Play and sell your music online, for free.  Embed the VibeDeck audio player & store using a simple shortcode or widget.  

== Description ==

* Embed the vibedeck audio player/store using a simple shortcode or widget.  

* VibeDeck is a free audio and store to allow artists to sell their music online.  You set the prices and you keep all the money. What this plugin does is embed the VibeDeck player inside your WordPres site. 

* **Please note:** This plugin is not affiliated in any way with the actual VibeDeck website and service.  It is merely a plugin intended to make it easier to embed VibeDeck in a WordPress site.

== Installation ==

1. Extract the zip file and drop the contents into the `wp-content/plugins/` directory of your WordPress installation.
1. Activate the Plugin from the `Plugins` page.
1. Set the default artist name and album number on the plugin settings page.
1. Embed a player on a post or page with the shortcode: `[vibedeck]` or by adding a WP-VibeDeck widget to the sidebar.

== Frequently Asked Questions ==

= How much does it cost? =

Nothing!  

* The VibeDeck service is free and charges no fees. You set the price and you keep all the money. 

* The WP-VibeDeck plugin is free.

* The only fees you will incur are the PayPal transaction fees when someone makes a purchase.

= What are all the shortcode parameters? =

`[vibedeck artist="ARTIST_NAME" album="ALBUM_NUMBER" width="###" height="###"]`

* ARTIST_NAME is the VibeDeck artist name.  For example, `artist="my-artist-name"`

* ALBUM_NUMBER will be a number.  For example, `album="55402"`

* width and height are numbers, given without units.  For example, `width="500"`

= How do I change the style, colors, etc of the player? =

The player is generated by VibeDeck and is styled through that account.  The `<div>` surrounding the VibeDeck uses the `vibedeck-wrapper` class and can receive minimal styling like `border` and `float`.

`<style> 
	/* This Will float the VibeDeck to the left and give it an orange border. */
	.vibedeck-wrapper { border:10px solid #F90; float: left; } 

	/* This won't do anything because the font is controlled within the VibeDeck account. */
	.vibedeck-wrapper { font-size:24px; }
</style>` 

= What if I have more than one album? =

VibeDeck will allow you to create multiple albums, each with a unique album number.  Save your artist name on the plugin settings, and just specifiy the album number for the shortcode:  `[vibedeck album="####"]`

= What if my album has a lot of tracks and doesn't fit in the player window? =

Just use the height parameter in the shortcode: `[vibedeck height="900"]` or some other big number. 

= Can I have more than one player on a screen? =

Sure, you can have multiple players on a page, in a post, or have one player in each post and list them all in an archive.  Multiple sidebar widgets are also allowed.

== Screenshots ==

1. Website visitors' view.  The main content area contains a VibeDeck player/store, and the sidebar contains a VibeDeck widget.
2. Shortcode used to generate a VibeDeck player.  In this case, the artist name has been set on the plugin settings page.
3. Plugin settings page.  
4. Widget settings.
5. Here's how to find the artist name and album number in VibeDeck.
6. Player and widget details.
7. Integrated eCommerce component.

== Changelog ==

1.0 Initial release


== Upgrade Notice ==

= 1.0 =
Initial release
