Title: WP VibeDeck
Author: ecurtain
Published: <strong>30. september, 2011</strong>
Last modified: 25. august, 2012

---

Søk i utvidelser

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-vibedeck.svg)

# WP VibeDeck

 Av [ecurtain](https://profiles.wordpress.org/ecurtain/)

[Last ned](https://downloads.wordpress.org/plugin/wp-vibedeck.1.3.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/wp-vibedeck/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/wp-vibedeck/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/wp-vibedeck/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/wp-vibedeck/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/wp-vibedeck/)

## Beskrivelse

 * 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.

## Skjermbilder

[⌊Website with VibeDeck players.  Main content contains a "default" player, and 
sidebar contains an "artwork" player.⌉⌊Website with VibeDeck players.  Main content
contains a "default" player, and sidebar contains an "artwork" player.⌉[

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.⌉⌊"Purchase music" dialog generated by VibeDeck.  VibeDeck handles
purchase and file download.⌉[

«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 1).⌉[

Getting the shortcode from your VibeDeck account (part 1).

[⌊Getting the shortcode from your VibeDeck account (part 2).⌉⌊Getting the shortcode
from your VibeDeck account (part 2).⌉[

Getting the shortcode from your VibeDeck account (part 2).

[⌊Add the shortcode to any post or page.⌉⌊Add the shortcode to any post or page.⌉[

Add the shortcode to any post or page.

[⌊The player generated by the shortcode.⌉⌊The player generated by the shortcode.⌉[

The player generated by the shortcode.

[⌊Adding an "artwork" player to your site.⌉⌊Adding an "artwork" player to your site
.⌉[

Adding an «artwork» player to your site.

[⌊The artwork player generated by the shortcode.⌉⌊The artwork player generated by
the shortcode.⌉[

The artwork player generated by the shortcode.

[⌊Adding an "artwork" player to the sidebar using a widget.⌉⌊Adding an "artwork"
player to the sidebar using a widget.⌉[

Adding an «artwork» player to the sidebar using a widget.

[⌊The WP-VibeDeck settings panel.⌉⌊The WP-VibeDeck settings panel.⌉[

The WP-VibeDeck settings panel.

## Installasjon

 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.

## Ofte stilte spørsmål

  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.

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«WP VibeDeck» er programvare med åpen kildekode. Følgende personer har bidratt til
denne utvidelsen:

Bidragsytere

 *   [ ecurtain ](https://profiles.wordpress.org/ecurtain/)

[Oversett «WP VibeDeck» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/wp-vibedeck)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/wp-vibedeck/), sjekk
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/wp-vibedeck/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/wp-vibedeck/) med [RSS](https://plugins.trac.wordpress.org/log/wp-vibedeck/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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.

## Meta

 *  Versjon **1.3**
 *  Sist oppdatert **14 år siden**
 *  Aktive installasjoner **10+**
 *  WordPress-versjon ** 2.9 eller nyere **
 *  Testet opp til **3.4.2**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/wp-vibedeck/)
 * Stikkord
 * [audio player](https://nb.wordpress.org/plugins/tags/audio-player/)[ecommerce](https://nb.wordpress.org/plugins/tags/ecommerce/)
   [musician](https://nb.wordpress.org/plugins/tags/musician/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/wp-vibedeck/advanced/)

## Vurderinger

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-vibedeck/reviews/#new-post)

[Se alle omtalene](https://wordpress.org/support/plugin/wp-vibedeck/reviews/)

## Bidragsytere

 *   [ ecurtain ](https://profiles.wordpress.org/ecurtain/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/wp-vibedeck/)

## Donér

Vil du støtte videreutviklingen av denne utvidelsen?

 [ Doner til denne utvidelsen ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BBXVR2Q3MQE64)