The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need a hand here
Hey guys I am trying too implement an iframe bbcode on my forum.
<iframe src="http://www.flvz.com/embed/d9437e0adaad113a624492a14ade4962-l.html" width="720px" height="550px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="yes" allowfullscreen='true'></iframe> That is my code so far AND IT WORKS BUT The numbers above in red will be different for each video. How do I code this so I can have a working code , much like a youtube code where the numbers can be changed cause the code is set correctly. Thanks |
#2
|
||||
|
||||
You would use this as the BB Code replacement text:
Code:
<iframe src="http://www.flvz.com/embed/{param}-l.html" width="720px" height="550px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="yes" allowfullscreen='true'></iframe> [flvz]d9437e0adaad113a624492a14ade4962[/flvz] Assuming you called the bbcode flvz. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|