File: /home/assotraipi/www/wp-content/plugins/soundcloud-ultimate/wp-scu-display-usage.php
<?php
//Some Usage info
?>
<div class="wrap">
<div id="poststuff"><div id="post-body">
<div class="postbox">
<h3><label for="title">Usage and FAQ</label></h3>
<div class="inside">
<div class="scu_blue_box">
<p><strong>Question: What is the shortcode and will this plugin allow me to display my tracks using the SoundCloud player anywhere on the front-end of my site including widget areas?</strong></p>
<p><strong>Answer:</strong>
<br />To display the soundcloud player widget on a post or page simply use the following shortcode:</p>
<p><strong>[soundcloud_ultimate track=http://soundcloud.com/yoursoundcloudname/your-track-name]</strong></p>
<p>If you want to display a SoundCloud player in the WordPress widget area you simply need to place the above
shortcode inside a "text" widget.
(Note: you can easily get the value of your "track" url from the plugin's administration page by going to the "Manage Tracks" tab and copying the "Track URL" value)
</p>
<div class="scu_section_separator_1"></div>
<p><strong>Question: Can I set the track to autoplay when I use the player shortcode mentioned above?</strong></p>
<p><strong>Answer:</strong>
<br />Yes. To make a track automatically play when displaying SoundCloud player using the plugin's shortcode just specify "auto_play=true" option in the shortcode. For example:</p>
<p><strong>[soundcloud_ultimate track=http://soundcloud.com/yoursoundcloudname/your-track-name auto_play=true]</strong></p>
<p>If you want to display a SoundCloud player in the WordPress widget area you simply need to place the above
shortcode inside a "text" widget.
(Note: you can easily get the value of your "track" url from the plugin's administration page by going to the "Manage Tracks" tab and copying the "Track URL" value)
</p>
<div class="scu_section_separator_1"></div>
<p><strong>Question: Will this plugin allow me to display tracks with the SoundCloud player on the front-end of my site which are from someone else's account?</strong></p>
<p><strong>Answer:</strong>
<br />Yes you can display any SoundCloud track as long as its owner has allowed it to be publicly shown by using the shortcode discussed
in the section above and pasting the approriate URL of the track.
<br />NOTE: in the administration settings pages of this plugin you will only have access to tracks from your account.
</p>
</div>
</div>
</div>
</div></div>
</div>