Plugin Directory

Changeset 898481


Ignore:
Timestamp:
04/20/2014 06:54:13 AM (12 years ago)
Author:
elsbree
Message:

Deploy from git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • toneden-player-shortcode/trunk/readme.txt

    r898467 r898481  
    1212== Description ==
    1313
    14 We built a sweet new version of the SoundCloud embeddable player! Check out
    15 the details [here](https://www.toneden.io/player). This plugin will let you
    16 embed our player into your WordPress blog just as easily as the SoundCloud
    17 player- in fact, if you've used the [SoundCloud Shortcode
    18 Plugin](http://wordpress.org/plugins/soundcloud-shortcode/), you can replace
    19 the [soundcloud] tags with [tonedenplayer] tags and the ToneDen player will
    20 automatically replace the SoundCloud player (though any custom styles you
    21         applied to the SoundCloud player won't apply to the ToneDen player).
     14We built a sweet new version of the SoundCloud embeddable player! Check out the details at https://www.toneden.io/player. This plugin will let you embed our player into your WordPress blog just as easily as the SoundCloud player- in fact, if you've used the SoundCloud Shortcode Plugin, you can replace the [soundcloud] tags with [tonedenplayer] tags and the ToneDen player will automatically replace the SoundCloud player (though any custom styles you applied to the SoundCloud player won't apply to the ToneDen player).
    2215
    2316== Installation ==
     
    25181. Upload `toneden-player-shortcode/trunk` to the `/wp-content/plugins/` directory
    26191. Activate the plugin through the 'Plugins' menu in WordPress
    27 1. Create an HTML `<div>` where you want to render the player, and give it a
    28 unique id, e.g. `<div id="player">player will render here</div>`.
     201. Create an HTML `<div>` where you want to render the player, and give it a unique id, e.g. `<div id="player">player will render here</div>`.
    29211. Embed the player with shortcode: `[tonedenplayer dom="#player" skin="light" visualizertype="waves"]https://soundcloud.com/flume/sintra[/tonedenplayer]`.
    30 1. You can provide SoundCloud tracks as a comma-separated list of URLs. The
    31 URLs can point to an artist, set, single track, or any combination of the
    32 three. The URLs parameter can be provided either between the [toneden] tags
    33 (`[tonedenplayer
    34  dom="#player"]https://soundcloud.com/giraffage,https://soundcloud.com/flume/sintra[/tonedenplayer]`)
    35 or as a 'urls' parameter in the shortcode (`[tonedenplayer dom="#player"
    36         urls="https://soundcloud.com/giraffage,https://soundcloud.com/flume/sintra"]`).
     221. You can provide SoundCloud tracks as a comma-separated list of URLs. The URLs can point to an artist, set, single track, or any combination of the three. The URLs parameter can be provided either between the [toneden] tags (`[tonedenplayer dom="#player"]https://soundcloud.com/giraffage,https://soundcloud.com/flume/sintra[/tonedenplayer]`) or as a 'urls' parameter in the shortcode (`[tonedenplayer dom="#player" urls="https://soundcloud.com/giraffage,https://soundcloud.com/flume/sintra"]`).
    3723
    3824== Frequently Asked Questions ==
     
    4026= This is too technical! Help. =
    4127
    42 Feel free to email us at support (at) toneden.io if you need any help setting
    43 up the player.
     28Feel free to email us at support (at) toneden.io if you need any help setting up the player.
    4429
    4530= How can I customize the player? =
    4631
    47 You can choose from 4 different skins, and 2 different visualizer types. For
    48 a more extensive overview of the different configuration parameters available,
    49   view the documentation [here](https://github.com/ToneDen/toneden-sdk). NOTE:
    50   Parameters that are in camelCase in the GitHub documentation are in all
    51   lowercase in the shortcode version.
     32You can choose from 4 different skins, and 2 different visualizer types. For a more extensive overview of the different configuration parameters available, view the documentation at https://github.com/ToneDen/toneden-sdk. NOTE: Parameters that are in camelCase in the GitHub documentation are in all lowercase in the shortcode version.
    5233
    5334= What's ToneDen? =
    5435
    55 Good question. We make it really easy to turn musicians' SoundCloud accounts
    56 into awesome websites, and give them the tools they need to market themselves.
     36Good question. We make it really easy to turn musicians' SoundCloud accounts into awesome websites, and give them the tools they need to market themselves.
    5737
    5838== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.