Embeds a group player with 150px height and 250px width.
Embeds a group player with 250px width.
When posting the standard SoundCloud embed code, the plugin tries to replace it with a shortcode.
When posting the standard SoundCloud embed code, the plugin tries to use the new HTML5 player, but falls back to the Flash Player for legacy URL formats.
== Installation ==
== Installation ==
...
@@ -43,9 +43,14 @@ When posting the standard SoundCloud embed code, the plugin tries to replace it
...
@@ -43,9 +43,14 @@ When posting the standard SoundCloud embed code, the plugin tries to replace it
== Screenshots ==
== Screenshots ==
1. This is how the player looks.
1. This is how the Flash player looks, which is still available as an option. It is also the fallback for legacy URL formats.
2. This is how the default player looks, which uses HTML5.
== Changelog ==
== Changelog ==
= 2.0 =
* HTML5 Player added as the default player, with Flash as an option and fallback for legacy URL formats.
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....
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="166" params="auto_play=true"]http....
Version: 1.2.2
Version: 2.0
Author: Johannes Wagener <johannes@soundcloud.com>
Author: Johannes Wagener <johannes@soundcloud.com>
Author URI: http://johannes.wagener.cc
Author URI: http://johannes.wagener.cc
*/
*/
...
@@ -27,90 +27,176 @@ You should have received a copy of the GNU General Public License
...
@@ -27,90 +27,176 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.