websperations
Member
Posted 1 year ago #
I am using a few different plugins that are getting broken when I edit a page with Dean's FCKEditor.
For example:
[pro-player width="600" height="480"]www.yourdomain.com/name.flv[/pro-player]
becomes:
[pro-player width="600" height="480"]www.yourdomain.com/name.flv[/pro-player]
The " are being changed into HTML "
How can I stop this from happening?
Thanks,
Micah
http://wordpress.org/extend/plugins/fckeditor-for-wordpress-plugin/
websperations
Member
Posted 1 year ago #
Try this again:
[pro-player width="611" height="376" playlist="right"]http://new.elocutionsolution.com/video/Accent_Reduction.flv,http://new.elocutionsolution.com/video/Speech Improvement_0001.flv,http://new.elocutionsolution.com/video/Vowels.flv[/pro-player]
How can I stop this from happening?
Micah
zerosignal
Member
Posted 1 year ago #
You'll have to edit your config file in order to keep it from processing html entities.
Edit the file /wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/config.js
and add these lines:
config.entities = false;
config.entities_greek = false;
config.entities_latin = false;