This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP VibeDeck

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 part of the actual VibeDeck website and service.  It is merely a plugin intended to make it easier to embed VibeDeck in a WordPress site.

Screenshots

  • Website with VibeDeck players. Main content contains a "default" player, and sidebar contains an "artwork" player.
  • "Purchase music" dialog generated by VibeDeck. VibeDeck handles purchase and file download.
  • Getting the shortcode from your VibeDeck account (part 1).
  • Getting the shortcode from your VibeDeck account (part 2).
  • Add the shortcode to any post or page.
  • The player generated by the shortcode.
  • Adding an "artwork" player to your site.
  • The artwork player generated by the shortcode.
  • Adding an "artwork" player to the sidebar using a widget.
  • The WP-VibeDeck settings panel.

Installation

  1. Extract the zip file and drop the contents into the wp-content/plugins/ directory of your WordPress installation.
  2. Activate the Plugin from the Plugins page.
  3. Access your VibeDeck.com account and copy the shortcode provided on the Share to Website->WordPress Plugin panel.
  4. Paste the shortcode into any post or page.
  5. Or, use the Appearances->Screen and add a WP-VibeDeck widget to the sidebar.

FAQ

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=”###” style=”STYLE”]

  • 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"

  • STYLE is the desired player style, either “default” or “artwork”. If not specified, “default” is used.

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?

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP VibeDeck” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP VibeDeck” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3

  • Update screenshots to reflect current VibeDeck.com site.

1.1

  • Change generated code to reflect VibeDeck’s current widget format.
  • Change default widths: default widget=520, artwork widget=200
  • Add shortcode option for “artwork” style.
  • Update settings page.

1.0

  • Initial release.