• Welcome to ForumKorner!
    Join today and become a part of the community.

[Suggestion] Soundcloud Embed

Hurt

Active Member
Reputation
0
I have seen this posted a few times, but it has never been denied.
We already have an embed for YouTube, DailyMotion, etc. so I don't see why there isn't an embed for Soundcloud.
It would help a lot in the Music section by cleaning up ugly looking links and replacing them with the Soundcloud Embed.
I don't know much about site development but users here are saying this would be very easy to add, and for the low difficulty I think it would be a great addition to the site.
-------------------
Old Threads:
[1]
[2]
[3]
Users That May Be Interested:
@Fireworks @"Cann!bal" @Dissociation @Chic @Solar
Admin/Mod Tag for Recognition:
@Philly @Color @Rude @Greed
 

Space Time

User is banned.
Reputation
0
This should definitely be added. !
Wish i could use these on my signature, it would look cool!
 

Color

Well-Known Member
Reputation
0
I agree, this would be a nice addition.
 

Solar

Power member.
Reputation
0
I'd definitely like to see this happen.
 

Chrisu

Active Member
Reputation
0
It is very easy to add. I have it on my forum, it's basic MyCode. If anything, then you can just add it into the editor where you need it.

Regular expression:
Code:
\[soundcloud\](.*?)\[/soundcloud\]

Replacement:
Code:
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url=$1&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=$1&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object>

Source:
http://community.mybb.com/thread-113184.html

Note: This was for 1.6, I think we are on 1.8 on FK but the code shouldn't be any different? If so, edit it.
 
Top