vmarkovic Posted January 16, 2015 Share Posted January 16, 2015 (edited) Hi guys, First post in 2015 I just got access to my partner`s video service for e-commerce, where they have videos of their full assortment which is very handy for me to use on my product descriptions. The thing is, the code is different than the one on youtube videos (which I have no problem embeding on my products), its not iframe. When I paste their code on my product description source code, nothing happens. BO settings: Allow iframes on HTML fields - ON Use HTMLPurifier Library - OFF Here is the code: <script type="text/javascript" src="http://video.bosch-pt-video.com/static/clplayer/cllib.inc.min.js"></script> <script type="text/javascript"> Cliplister.player({elementID : "video", requestkey : "3165140654319", size : "540x315", lang : "hr,##,en"}, 99484); </script> <div id="video"></div> I hope someone can help me here, so thanks in advance. Regards,Vedran Edited January 16, 2015 by vmarkovic (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 25, 2015 Share Posted January 25, 2015 your code uses javascript. by default prestashop doesnt accept javascripts. you have to extend tinymce editor Link to comment Share on other sites More sharing options...
vmarkovic Posted January 26, 2015 Author Share Posted January 26, 2015 (edited) Hi Milosz,Thanks for your reply. I already extended tinymce editor after 1.5>1.6 update, using your tutorial on mypresta.eu... Do I need to do it again?Regards, Vedran Edited January 26, 2015 by vmarkovic (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts