Does this extension allow me to add any code I want inside a forum post?
So like for instance...
I have S3 Amazon account where I upload my videos. There are scripts that allow you to embed your code into normal web pages so your visitors can watch your videos.
One example is called: Easy Video Player. After I configure it to lock the video to be watched on a domain on my choosing to prevent others from embedding my code on their sites, it gives me a bunch of code that I can paste on my web pages.
I've been looking for a way to do this for a while, years and years actually on PHPBB3 via the custom BB Code feature but was never able to make it work.
Would this extension of yours allow me to do this?
Like for instance, my code looks like this, i've XXX'd out some parts of it to keep the video from being played.
Code: Select all
<div align="center">
<div id="evp-f9047XXXXXXXXXXXXXX5c78d-wrap" class="evp-video-wrap"></div><script type="text/javascript" src="http://XXXXXXXXXXXX.net/videos/framework.php?div_id=evp-f9047fXXXXXXXXXXX78d&id=MDAwNXXXXXXXXXXXXXXXXXbi0xLm1wNA%3D%3D&v=130XXXXX89&profile=default"></script><script type="text/javascript"><!--
_evpInit('MDAXXXXXXXXXXXXXXXXXXXXXXXX1wNA==[evp-f9047fXXXXXXXXXXXXXXXXXXX78d]');//--></script>
</div>
</div>