MyBB Community Forums

Full Version: Video player code editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I import the code for the site for the editor??

break;
 case 'aparat':
 matches = content.match();
 url     = matches ? 'http://www.aparat.com/' + matches[1] : false;
 

Here's what I import?
matches = content.match();
-----------------------------
script video :

<div id="14779276809827529"><script type="text/JavaScript" src="https://www.aparat.com/embed/nJICz?data[rnddiv]=14779276809827529&data[responsive]=yes"></script></div>

iframe video :

<style>.h_iframe-aparat_embed_frame{position:relative;} .h_iframe-aparat_embed_frame .ratio {display:block;width:100%;height:auto;} .h_iframe-aparat_embed_frame iframe {position:absolute;top:0;left:0;width:100%; height:100%;}</style><div class="h_iframe-aparat_embed_frame"> <span style="display: block;padding-top: 57%"></span><iframe src="https://www.aparat.com/video/video/embed/videohash/nJICz/vt/frame" allowFullScreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" ></iframe></div>

Website : http://www.aparat.com/

How do I display this video on my site?