hello all. I have an issue where im trying to use ckfinder embeded in my companys intranet page for some minor file management.
I am using the following code in a page and including it as the source of an iframe in wordpress.
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="../assets/ckfinder/ckfinder.js"></script> <title>ckfinder test</title> </head> <body> <script type="text/javascript"> var finder = new CKFinder(); finder.basePath = './assets/ckfinder/'; finder.create(); </script> </body> </html>
Re: wordpress embed codde
Have you tried using the CKEditor extension for WordPress, where CKFinder support is also included?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+