MyBB.de Forum
Anleitung: Erstellen eines MyCodes für SoundCloud Links - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Tutorials (https://www.mybb.de/forum/forum-86.html)
+--- Thema: Anleitung: Erstellen eines MyCodes für SoundCloud Links (/thread-33575.html)



Anleitung: Erstellen eines MyCodes für SoundCloud Links - Miracle Boy - 17.06.2016

Hier eine Anleitung zum erstellen eines MyCodes für SoundCloud Links:

• Geht ins ACP eures Forums
• Klickt dort auf Konfiguration
• Dort klickt ihr links auf MyCode
• Dann auf Neuen MyCode hinzufügen klicken
• Bei Titel und Beschreibung könnt ihr z.B. bei Titel "SoundCloud" und bei Beschreibung "SoundCloud in Beiträge einbinden"
• Bei Regulärer Ausdruck folgendes eintragen:
Code:
\[soundcloud\](.*?)\[/soundcloud\]

• und bei Ersetzung folgendes:
Code:
<iframe width="100%" height="130" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=$1&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>

• Bei Aktiviert wählt ihr Ja
• Bei ID tragt ihr die nächste ID ein (z.B. 1, 2, 3, ...)
• Auf MyCode speichern klicken
• Fertig!

P.S.
Mit dem Plugin My Insert Buttons lässt sich auch ein entsprechender Button in den Editor integrieren.

Beispielbutton:

   

Eingebunden müsste das Ganze dann so aussehen:

   


Viel spaß damit Smile