Changeset 898481
- Timestamp:
- 04/20/2014 06:54:13 AM (12 years ago)
- File:
-
- 1 edited
-
toneden-player-shortcode/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
toneden-player-shortcode/trunk/readme.txt
r898467 r898481 12 12 == Description == 13 13 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). 14 We 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). 22 15 23 16 == Installation == … … 25 18 1. Upload `toneden-player-shortcode/trunk` to the `/wp-content/plugins/` directory 26 19 1. 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>`. 20 1. 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>`. 29 21 1. 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"]`). 22 1. 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"]`). 37 23 38 24 == Frequently Asked Questions == … … 40 26 = This is too technical! Help. = 41 27 42 Feel free to email us at support (at) toneden.io if you need any help setting 43 up the player. 28 Feel free to email us at support (at) toneden.io if you need any help setting up the player. 44 29 45 30 = How can I customize the player? = 46 31 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. 32 You 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. 52 33 53 34 = What's ToneDen? = 54 35 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. 36 Good question. We make it really easy to turn musicians' SoundCloud accounts into awesome websites, and give them the tools they need to market themselves. 57 37 58 38 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.