View Full Version : SoundCloud on vbulletin 4.1.1
Wird0
01-21-2011, 05:57 PM
Hi,
I wanted to make it possible to embed a soundcloud track on vbulletin 4.1.1. I found a link on the soundcloud blog that provides us whit a bbcode. Seems that BB code is not working correct. Is there someone that knows how we can fix this? The link to the blog is http://blog.soundcloud.com/2009/07/28/soundcloud-player-in-forums-5-step-guide-for-soundcloud-bb-code/
BirdOPrey5
01-22-2011, 01:48 AM
Their code works fine for me... that warning message you get after submitting it isn't an error it's a warning, and you can safely hit "continue" and it will save and work as normal.
Wird0
01-22-2011, 09:37 PM
Wierd, i did everything i needed to do and its still not showing the correct soundcloud track. Its showing a small soundcloud box with a lot of text be need it. I am wondering what is going wrong.
BirdOPrey5
01-22-2011, 09:46 PM
What is the exact bbcode you are using in your post?
OldSchoolDSL
01-24-2011, 05:37 AM
This was a good find
Installed and working
4.1.1
AURFSCAN
03-02-2011, 02:58 AM
Wierd, i did everything i needed to do and its still not showing the correct soundcloud track. Its showing a small soundcloud box with a lot of text be need it. I am wondering what is going wrong.
Untick 'automatically parse links in text' :)
also modded the replacement code to seperate the link a bit and open it in a new tab
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></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><br /><br /> <a href="{param}" target="_blank">{param}</a>
StilgarSinople
09-28-2011, 12:17 PM
this is also not working for me.
This is the code I used :
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></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> <a href="{param}">{param}</a>
Cobro
10-20-2011, 11:20 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=2251666#post2251666" target="_blank">https://vborg.vbsupport.ru/showt...66#post2251666</a>
this one works for me give it a try
mgcom
10-22-2011, 05:19 PM
need this badly but not working on 4.1.5
The tag appears when link is clicked AND the soundcloud player appears but when you click play - nothing happens
pete_brady
04-18-2012, 10:11 PM
bump
this works for me for individual tracks:
BB Code Tag: sc
Replacement:
<object height="81" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url={param}"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmode" value="transparent"></param>
<embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}" type="application/x-shockwave-flash" width="100%" wmode="transparent"></embed></object>
example:
http://soundcloud.com/ooal/come-wanader-with-me
--------------- Added 1334790764 at 1334790764 ---------------
and for sets / playlists:
BB Code: scpl
Replacement:
<object height="360" width="100%">
<param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&secret_url=false"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="360" src="http://player.soundcloud.com/player.swf?url={param}&secret_url=false" type="application/x-shockwave-flash" width="100%"></embed>
</object>
example:
http://soundcloud.com/ooal/sets/hidden-highways-hidden-1/
demo: http://thumped.com/bbs/showthread.php?82163-muzu-amp-bandcamp-amp-mixcloud-amp-soundcloud-embeds
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.