Mixcloud BBcode

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

Mixcloud BBcode

Post by DannyG »

I'm looking for a phpbb3 bbcode for this, many members are asking if there is one, so I'm asking at my fav place :D
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Mixcloud BBcode

Post by cisco007 »

do you have a link or an embed code from mixcloud?
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

Re: Mixcloud BBcode

Post by DannyG »

Ok here is a embed code

Code: Select all

<div><object width="300" height="300"><param name="movie" value="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=20"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashVars" value="feed=http://www.mixcloud.com/api/1/cloudcast/musicmixdjs/test.json&embed_uuid=6342a1f9-6621-4205-92e4-37901a0b2ff6&embed_type=widget_standard"></param><embed src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=20" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="feed=http://www.mixcloud.com/api/1/cloudcast/musicmixdjs/test.json&embed_uuid=6342a1f9-6621-4205-92e4-37901a0b2ff6&embed_type=widget_standard" width="300" height="300"></embed></object><div style="clear:both; height:3px;"></div><p style="display:block; font-size:12px; font-family:Helvetica, Arial, sans-serif; margin:0; padding: 3px 4px 3px 4px; color:#999;"><a href="http://www.mixcloud.com/musicmixdjs/test/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=cloudcast_link" style="color:#02a0c7; font-weight:bold;">Test</a> by <a href="http://www.mixcloud.com/musicmixdjs/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=profile_link" style="color:#02a0c7; font-weight:bold;">Musicmixdjs</a> on <a href="http://www.mixcloud.com/?utm_source=widget&utm_medium=web&utm_campaign=base_links&utm_term=homepage_link" style="color:#02a0c7; font-weight:bold;"> Mixcloud</a></p><div style="clear:both; height:3px;"></div></div>
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Mixcloud BBcode

Post by cisco007 »

this is the best and easiest way i can get it to work, I don't have an account there so i don't know if they will work on all! but here it goes!
bbcode usage

Code: Select all

[mixcloud]{URL}[/mixcloud]
html replacement:

Code: Select all

<object width="300" height="300"><param name="movie" value="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=20"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="flashVars" value="feed={URL}"></param><embed src="http://www.mixcloud.com/media/swf/player/mixcloudLoader.swf?v=20" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="feed={URL}" width="300" height="300"></embed></object>
helpline:

Code: Select all

[mixcloud]feed url[/mixcloud]
to find the feed url look at the embed code, after the feed=

example

Code: Select all

[mixcloud]http://www.mixcloud.com/api/1/cloudcast/musicmixdjs/test.json&embed_uuid=9c9636dc-4bd7-4636-8621-7ef15b90e052&embed_type=widget_standard[/mixcloud]
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

Re: Mixcloud BBcode

Post by DannyG »

Cheers buddy, I shall have some happy members. Thankyou
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Mixcloud BBcode

Post by cisco007 »

fixed first post had an extra [/mixcloud] on the bbcode usage!
User avatar
DannyG
BBCoder II
BBCoder II
Posts: 54
Joined: 10 Mar 2010, 18:05

Re: Mixcloud BBcode

Post by DannyG »

cisco007 » 27 Jul 2010, 23:22 wrote:fixed first post had an extra [/mixcloud] on the bbcode usage!

I know, I guessed that it was a typo :P
Locked