Hi Elle,
May i know What security error it generates?
Do you refer to the scripts that are loaded from outside, eg. jQuery UI from Google CDN? All the other plugin scripts are loaded with wp_enqueue_script and so you will need HTTPS plugin. 🙂
i have the HTTPS plugin installed but it still says unsecured scripts – which I have tracked down to be your plugin. I have fixed it up myself but if you ever update I will have to fix it again.
How did you track it down and fix it? Mind sharing some details?
Security is always high priority, Thanks for sharing. 🙂
I used this: http://ww.wp.xz.cn/extend/plugins/wordpress-https-test/
I was using your plugin on one of my Facebook pages and you know Facebook now requires https so not having the script secured was causing partial insecure content
then i just opened your .lib file and adjusted the links to https, i had to change one to use google’s api since they provide https and jquery does not
The only script enqueued from outside was jQuery UI. As per your suggestion i’ve changed it to https now. Rest of the scripts are attached with wp_enqueue_script and with https plugin it should definitely work.
Thanks for the suggestions Elle.
You’re welcome. Have a great day. 🙂