XF 1.5 Embed iframe ? File hosting site

Kira86

Member
I currently run a file hosting site that streams videos that are uploaded to the server .
can i create a custom BB code for it so users can just copy the iframe on a post and its embeded ?
This is the sample of the iframe code that is being generated

<iframe src="http://file.scanlover.xyz/plugins/mediaplayer/site/_embed.php?u=L6&w=640&h=320" frameborder="0" scrolling="no" style="width: 640px; height: 416px; overflow: hidden;" webkitAllowFullScreen="true" mozallowfullscreen="true" allowFullScreen="true"></iframe>
 
Top Bottom