XF 1.4 Need Help With BBCodes

Denali

Member
I have a couple custom video BBCodes that I need to create and I could use help. Here is the HTML for them.

Code:
<IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO align="center" WIDTH=600 HEIGHT=450 SRC="http://distro.megom.tv/player-inside.php?id=user&width=600&height=450"></IFRAME>

Code:
<iframe id="su-ivp" src="https://streamup.com/rooms/user/plugins/video/show?startMuted=false" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" allowTransparency="true" seamless style="border: none; overflow: hidden; width: 640px; height: 360px;" width="640px" height="360px"></iframe>

Thanks in advance.
 
Top Bottom