[Plugin: Embed Grooveshark] WORKING GrooveShark playlist work-around (no 3rd party site required!)
-
GrooveShark playlist work-around (no 3rd party “gigya” site required!)
Initially, I found nothing on-line that would make any WordPress widget or other plugin to get GrooveShark embeds to work. Seems like they mysteriuosly stopped working (at least) a couple of months ago. Looks like they also took down their “Make a Widget” page.
I also tried using the code generated from the GrooveShark page (where you search and play music from), that didn’t work either.
However, after much searching around, I found a working GrooveShark widget embedded on their blog (Blog.GrooveShark.com), and reverse-engineered that to point to any GrooveShark playlist I want.
I embed it with WordPress 3.3.2’s built-in HTML widget.
I am posting here, because I seem to keep bumping into the same OLD information about this being impossible. But, I can confirm it is working – with the formats I have noted below (which I am using right now).
MULTI-SONG PLAYLIST:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="320" id="gsPlaylistYOUR-PLAYLIST-NUMBER-HERE" name="gsPlaylistYOUR-PLAYLIST-NUMBER-HERE" width="290"> <param name="movie" value="https://grooveshark.com/widget.swf"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=YOUR-PLAYLIST-NUMBER-HERE&"> <object data="https://grooveshark.com/widget.swf" height="320" type="application/x-shockwave-flash" width="290"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=YOUR-PLAYLIST-NUMBER-HERE&"> </object> </object>
Here’s a WORKING example for a multi-song playlist:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="320" id="gsPlaylist42117074" name="gsPlaylist42117074" width="290"> <param name="movie" value="https://grooveshark.com/widget.swf"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=42117074&"> <object data="https://grooveshark.com/widget.swf" height="320" type="application/x-shockwave-flash" width="290"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=42117074&"> </object> </object>
SINGLE-SONG:
I couldn’t find a working single-song version of the widget, but I crushed-down the embed for a play-list that happens to have just one song in it.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="184" id="gsPlaylistYOUR-PLAYLIST-NUMBER-HERE" name="gsPlaylistYOUR-PLAYLIST-NUMBER-HERE" width="290"> <param name="movie" value="https://grooveshark.com/widget.swf"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=YOUR-PLAYLIST-NUMBER-HERE&"> <object data="https://grooveshark.com/widget.swf" height="184" type="application/x-shockwave-flash" width="290"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=YOUR-PLAYLIST-NUMBER-HERE&"> </object> </object>
Here’s a WORKING example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="184" id="gsPlaylist70441958" name="gsPlaylist70441958" width="290"> <param name="movie" value="https://grooveshark.com/widget.swf"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=70441958&"> <object data="https://grooveshark.com/widget.swf" height="184" type="application/x-shockwave-flash" width="290"> <param name="wmode" value="window"> <param name="allowScriptAccess" value="always"> <param name="flashvars" value="hostname=cowbell.grooveshark.com&playlistID=70441958&"> </object> </object>
- The topic ‘[Plugin: Embed Grooveshark] WORKING GrooveShark playlist work-around (no 3rd party site required!)’ is closed to new replies.