Linux 软件免费装

Plugin Name

开发者
更新时间 2015年10月7日 08:09
PHP版本: 3.4 及以上
WordPress版本: 4.0
版权: GPLv2 or later
版权网址: 版权信息

标签

music digital artist discography beatport dj electronic

下载

1.3.3 1.3.7 1.3.8 1.0.0 1.0.1 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.3.5

详情介绍:

Wordpress plugin that adds a shortcode on posts or pages to read the artist discography using the Beatport API. This plugin gets the feed on request and on the fly, so there is no need to save in database or do any updates. As soon as a release is out on beatport it will be on the list. There are three different types of feed: Done. This version will get a JSON object with the following information This will be displayed on on or two columns depending on the page width.

安装:

This section describes how to install the plugin and get it working. e.g.
  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • New button on toolbar
  • Form
  • Shortcode on post or page
  • Public view of the releases list
  • Public view of the release details
  • Public view of the tracks list

常见问题:

How do I use it?

After the plugin is active, there will be a new icon on the text editor toolbar. So if you go to add a new page or post you will see the beatport green logo icon. If you click on it a new modal window will open asking for one of the following:

  1. Type of feed do you want:
  2. Artist (Default)
  3. Label
  4. Release (By Id)
  5. Which artist or label do you want:
  6. Artist Name (Default)
  7. Label Name
  8. Release Id
  9. Type of catalogue you want:
  10. Releases (Default)
  11. Tracks
  12. Artist Bio (Only available when fetching Artist feed)
  13. Additional Options
  14. Enable/Disable Sound Player (Only available on tracks catalogue, it will play the sample when clicking on the track cover)
  15. Enable/Disable buy on beatport link One option of each group is required.
This will add a shortcode like this: [beatport_discography_sc feed="artist" artist="Richie Hawtin" items="track" soundplayer="on" buylink="on"] Shortcodes parameters
  • feed: string with value "artist", "label" or "id"
  • artist: string in this format "Matthias+Tanzmann"
  • label: string in this format "Moon+Harbour+Recordings"
  • id: the release id as it appears on beatport url (for example: http://www.beatport.com/track/secret-effect-original-mix/4773933 the id would be 4773933)
  • items: string with value "release" or "track"
  • soundplayer: string with values "on" or "off"
  • buylink: string with values "on" or "off" There is a button to test the shortcode before inserting, this will show you a short part of the JSON file.
After you filled out the form, click on insert shortcode and update the page/post.

更新日志:

1.3.7 1.3.5 1.3.3 1.3.2 1.3.1 1.3.0 1.2.0 1.1.2 1.1.1 1.1.0 1.0.1 1.0