embed mixcloud on wordpress page fails. What am I doing wrong?
-
Here’s the wordpress page in question:
http://electronicundergroundradio.wordpress.com/episodes/I’m trying to embed this mixcloud cloudcast:
http://www.mixcloud.com/electronicundergroundradio/eu-e-03/I followed the instructions here:
http://support.mixcloud.com/customer/portal/articles/1064710-how-to-embed-a-cloudcast-on-wordpress-Here’s the code I use:
[gigya src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=http%3A%2F%2Fwww.mixcloud.com%2Felectronicundergroundradio%2Feu-e-03%2F&embed_uuid=0ee01a03-e393-4fe3-898f-4481e7e93c60&stylecolor=&embed_type=widget_standard" type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" width="480" height="480"]When I view the page, the cloudcast player starts to load, and then gives me the error “widget path does not exist, cannot load the player”
The blog I need help with is: (visible only to logged in users)
-
See here for the gigya shortcode workaround for mixcloud > http://wpbtips.wordpress.com/2010/07/22/gigya-shortcode-3-widgets/
-
Yeah, if you look at my code, I used the gigya shortcode. As far as I can tell I used it correctly based on your link and the instructions link in my OP.
Am I screwing up the code somehow?Thanks
-
Did you check out the post I linked to above?
See also http://wpbtips.wordpress.com/2009/12/05/alternative-audio-players/ -
Yeah I looked at your link… as far as I can tell I’m using the gigya code correctly. [gigya src="my url" arg1="value" etc...]
As for the second link, I’d prefer to get it working just using the mixcloud player. I know it’s possible, it just doesn’t seem to be working for me.
-
No, you’re not using it correctly. When the embed code says:
src=”URL?ETC”
you must turn it to this:
src=”URL” flashvars=”ETC” -
justpi — thanks for your help. Unfortunately, I’m not quite following. Can you please point out how exactly I need to change the following code?
[gigya src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?feed=http%3A%2F%2Fwww.mixcloud.com%2Felectronicundergroundradio%2Feu-e-03%2F&embed_uuid=0ee01a03-e393-4fe3-898f-4481e7e93c60&stylecolor=&embed_type=widget_standard" type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" width="480" height="480"] -
When there’s a questionmark after the swf URL, the src URL must be up to the questionmark, and the rest is the variables. So, in your case,
[gigya src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf" flashvars="feed=http%3A%2F%2Fwww.mixcloud.com%2Felectronicundergroundradio%2Feu-e-03%2F&embed_uuid=0ee01a03-e393-4fe3-898f-4481e7e93c60&stylecolor=&embed_type=widget_standard" type="application/x-shockwave-flash" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" width="480" height="480"] -
- The topic ‘embed mixcloud on wordpress page fails. What am I doing wrong?’ is closed to new replies.