fattony69
Well-known member
I am trying to create a BB Code for Soundcloud and I ran into an issue. There are multiple embeds for similar things, but I am not sure whether or not they require separate BB Codes or rather just one using Regrex. I'll show it below.
There are four types of links (at least that I am aware of):
Public link with embed
Private link with embed
Public set with embed
Private set with embed
Thanks for the help!
There are four types of links (at least that I am aware of):
- Public link
- Private link
- Public Set
- Private Set
Public link with embed
Code:
https://soundcloud.com/edmassassin/anonymous-controlled-demolition-original-mix-download-version/s-ueMHc
Code:
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/172358598%3Fsecret_token%3Ds-ueMHc&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
Private link with embed
Code:
https://soundcloud.com/edmassassin/anonymous-controlled-demolition-original-mix-free-download
Code:
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/172358416&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
Public set with embed
Code:
https://soundcloud.com/edmassassin/sets/martin-garrix-top-10
Code:
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/16832803&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
Private set with embed
Code:
https://soundcloud.com/edmassassin/sets/martin-garrix-top-10/s-0K24d
Code:
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/16832803%3Fsecret_token%3Ds-0K24d&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
Thanks for the help!