설명
-
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.
스크린샷
설치
- Extract the zip file and drop the contents into the
wp-content/plugins/
directory of your WordPress installation. - Activate the Plugin from the
Plugins
page. - Access your VibeDeck.com account and copy the shortcode provided on the
Share to Website
->WordPress
Plugin panel. - Paste the shortcode into any post or page.
- 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 thevibedeck-wrapper
class and can receive minimal styling likeborder
andfloat
.<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.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
변경이력
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.