Description: SoundCloud Shortcode. Usage in your posts: [soundcloud]http://soundcloud.com/TRACK_PERMALINK[/soundcloud] . Works also with set or group instead of track. You can provide optional parameters height/width/params like that [soundcloud height="82" params="auto_play=true"]http....
Version: 1.1.9
Description: SoundCloud Shortcode. Usage in your posts: [soundcloud]http://soundcloud.com/TRACK_PERMALINK[/soundcloud] . Works also with set or group instead of track. You can provide optional parameters height/width/params as follows [soundcloud height="82" params="auto_play=true"]http....
Version: 1.2.2
Author: Johannes Wagener <johannes@soundcloud.com>
wp_die(__('You do not have sufficient permissions to access this page.'));
}
?>
<divclass="wrap">
<h2>SoundCloud Shortcode Default Settings</h2>
<p>These settings will become the new defaults used by the SoundCloud Shortcode throughout your blog.</p>
<p>You can always override these settings on a per-shortcode basis. Setting the 'params' attribute in a shortcode overrides all these defaults combined.</p>
<formmethod="post"action="options.php">
<?phpsettings_fields('soundcloud-settings');?>
<tableclass="form-table">
<trvalign="top">
<thscope="row">Player Height for Tracks</th>
<td>
<inputtype="text"name="soundcloud_player_height"value="<?phpechoget_option('soundcloud_player_height');?>"/> (no unit, or %)<br/>
Leave blank to use the default, 81 (pixels).
</td>
</tr>
<trvalign="top">
<thscope="row">Player Height for Groups/Sets</th>
<td>
<inputtype="text"name="soundcloud_player_height_multi"value="<?phpechoget_option('soundcloud_player_height_multi');?>"/> (no unit, or %)<br/>
Leave blank to use the default, 225 (pixels).
</td>
</tr>
<trvalign="top">
<thscope="row">Player Width</th>
<td>
<inputtype="text"name="soundcloud_player_width"value="<?phpechoget_option('soundcloud_player_width');?>"/> (no unit, or %)<br/>