The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SoundCloud on vbulletin 4.1.1
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/2...cloud-bb-code/ |
#2
|
||||
|
||||
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.
|
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
What is the exact bbcode you are using in your post?
|
#5
|
|||
|
|||
This was a good find
Installed and working 4.1.1 |
#6
|
|||
|
|||
Quote:
Untick 'automatically parse links in text' also modded the replacement code to seperate the link a bit and open it in a new tab Code:
<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> |
#7
|
|||
|
|||
this is also not working for me.
This is the code I used : Code:
<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> |
#8
|
|||
|
|||
<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 |
#9
|
||||
|
||||
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 |
#10
|
|||
|
|||
bump
this works for me for individual tracks: BB Code Tag: sc Replacement: PHP Code:
PHP Code:
and for sets / playlists: BB Code: scpl Replacement: PHP Code:
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|