Mixcloud BBcode
Posted: 26 Jul 2010, 22:01
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
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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>
Code: Select all
[mixcloud]{URL}[/mixcloud]
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>
Code: Select all
[mixcloud]feed url[/mixcloud]
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]
cisco007 ยป 27 Jul 2010, 23:22 wrote:fixed first post had an extra [/mixcloud] on the bbcode usage!