MyBB.de Forum
iframe Mycode [1.4.x] - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: iframe Mycode [1.4.x] (/thread-11295.html)



iframe Mycode [1.4.x] - King - 19.10.2008

Beschreibung: mit dieser Code kann man externe seiten im forum einbinden!

Titel:

Code:
iframe

Suchmuster

Code:
\[iframe=(.*?)\](.*?),(.*?),(.*?)\[/iframe\]

Ersetzung:

Code:
<iframe src="$1" width="$2" height="$3" frameborder="$4"></iframe>

MyCode aktivieren? Ja

Code:[iframe=hier kommt link]hier kommt größe[/iframe]
z.B. [iframe=http://mybboard.de]700,450,1[/iframe]

gruß


RE: iframe Mycode [1.4.x] - Michael - 20.10.2008

Nur als Hinweis: Dieser MyCode könnte dazu missbraucht werden, um schadhafte Seiten in Beiträge/PNs einzubinden.