blog.dbrgn.ch

phpBB Soundcloud Embed BBCode

written on Sunday, January 22, 2012 by

Um Soundcloud-Songs direkt in ein phpBB Forum einzubinden, einfach folgenden BB-Code im Backend erstellen:

Soundcloud BBCode Configuration Screenshot

Benutzung

[Soundcloud]{URL}[/Soundcloud]

HTML Ersetzung

<object height="81" width="100%">
<param name="movie"
value="http://player.soundcloud.com/player.swf?url={URL}&amp;g=bb"></param>
<param name="allowscriptaccess" value="always"></param>
<embed allowscriptaccess="always" height="81"
src="http://player.soundcloud.com/player.swf?url={URL}&amp;g=bb"
type="application/x-shockwave-flash" width="100%"></embed>
</object> <a href="{URL}">{URL}</a>

Tipp-Anzeige

[Soundcloud]http://soundcloud.com/user/track[/Soundcloud]

This entry was tagged internet