XF 1.3 BBcode iframe ?

cosmin85

Active member
Hello ,
I want to post some movies on my board but i have only the iframe code,
how can i do it ? i have try with bbcode media sites but is not working .
Its for videomega.tv .

ex :

Code:
<script type="text/javascript" src="http://videomega.tv/validatehash.php?hashkey=099067089084066071100068098077077098068100071066084089067099"></script> <script type="text/javascript" src="http://videomega.tv/validateemb.php?width=870&height=430"></script>
 
Admin CP -> Home -> BB Code Media Sites -> Add BB Code Media Site

Media Site ID: videomega

Site Title: VideoMega

Site URL: http://videomega.tv/

Match URLs: http://videomega.tv/?ref={$id}#

Embed HTML:

Code:
<iframe width='870' height='430' scrolling='no' frameborder='0' src='http://videomega.tv/iframe.php?ref={$id}&width=870&height=430' allowFullScreen></iframe>

URLs tested:
http://videomega.tv/?ref=cCYTBGdDbMMbDdGBTYCc#

Now you can just paste the video URL into your post and it will convert to an inline video.
 
Admin CP -> Home -> BB Code Media Sites -> Add BB Code Media Site

Media Site ID: videomega

Site Title: VideoMega

Site URL: http://videomega.tv/

Match URLs: http://videomega.tv/?ref={$id}#

Embed HTML:

Code:
<iframe width='870' height='430' scrolling='no' frameborder='0' src='http://videomega.tv/iframe.php?ref={$id}&width=870&height=430' allowFullScreen></iframe>

URLs tested:
http://videomega.tv/?ref=cCYTBGdDbMMbDdGBTYCc#

Now you can just paste the video URL into your post and it will convert to an inline video.
Wasn't my thread, but I was looking for the same. It's nice to know that it's core with Xenforo. :D
Thank you, :giggle:
 
Top Bottom