The Arcive of vBulletin Modifications Site. |
|
BBCode for SoundCloud, work perfectly Details »»
|
|||||||||||||||||||||||||||
|
BBCode for SoundCloud, work perfectly
Developer Last Online: May 2015
This simple BBCODE to display music player from Soundcloud.
To make, Custom BB Codes >> Add New BB Code Title : Sound Cloud BB Code Tag Name : soundcloud Replacement : Code:
<object width="100%"><param name="movie" value="{param}"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object>
Description : Embed the tracks from SoundCloud into your post. Use the track URL in your browser. Use {option} : No Button Image (Optional) : /images/editor/soundcloud.png ( ![]() Remove Tag If Empty : Yes Disable BB Code Within This BB Code : No Disable Smilies Within This BB Code : No Disable Word Wrapping Within This BB Code : No Disable Automatic Link Parsing Within This BB Code : Yes and then click "save" button, if give this warning . "The following BB Code replacement may not be properly formed. All HTML attributes should be enclosed within double quotes. <object height="81" width="100%"><param name="movie" value="{param}"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object>" click "continue" button, DONE !! ![]() Live Demo Here If find the best way to embed Sound Cloud please share here guys .. ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
![]() Didn;t work |
|
#3
|
||||
|
||||
|
I like the idea.
I tried the soundcloud site and searched for songs but got different versions of the songs I searched for. Not exactly what I was looking for but a substitute. Tagged.. Well done.. |
|
#4
|
||||
|
||||
|
Thanks for the code, but I've tried it on several tracks and it always tells me to view the content on soundcloud:
![]() If I use soundcloud's recommended embed code (which uses an iframe with soundcloud's html5 player instead of flash), it mades the user find the track id of the content they want to embed and that can only be found by clicking share and searching through the embed code given. ![]() Code:
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/204532668&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe> Is there a way to use soundcloud's html5 player with the normal url for the track? |
|
#5
|
||||
|
||||
|
you can use this code
Code:
<iframe width="770" height="350" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&auto_play=false&hide_related=true&show_comments=true&show_user=true&show_reposts=false&visual=true" ></iframe>
Disable Automatic Link Parsing Within This BB Code |
![]() |
|
|