Hello
Our website runs on a commercial CMS that uses FCKEditor.
Clients that register on our website are able to add Youtube videos to their product profiles.
The challenge we face is that the Youtube plugin for FCKEditor does not work in IE9, nor Firefox 4, 5 or 6.
The plugin does however work perfectly in IE6, 7 and 8.
Has anyone else experienced this problem? We would appreciate any help so that we resolve this problem.
Thank you.
Our website runs on a commercial CMS that uses FCKEditor.
Clients that register on our website are able to add Youtube videos to their product profiles.
The challenge we face is that the Youtube plugin for FCKEditor does not work in IE9, nor Firefox 4, 5 or 6.
The plugin does however work perfectly in IE6, 7 and 8.
Has anyone else experienced this problem? We would appreciate any help so that we resolve this problem.
Thank you.
Re: IE9 and Firefox 4+ Youtube plugin problem
Depending on the sequence that you use, replacing the code on the fly may be easier. For example my FKE page sends its output to the next page for a real time preview which by then is using data from the editor's message field. That data can be replaced by more appropriate code as a final edit. You can replace the YouTube code or in the case of other types if files like images, they can be resized, cropped or whatever.