Hi! Love the plugin. Yesterday i built a custom facebook iframe version of ECP for a client and noted the css and js were being loaded without ssl awareness (an ssl version of any app/frame tab at fb is now required). They were the only two files being loaded in the head with reg http. I researched your plug and determined it is your use of WP_PLUGIN_URL at line 126 and WP_CONTENT_URL at line 930 (if using a custom css file, like me) in the.events.calendar.class.php. To quote the codex “These should not be used directly by plugins or themes” http://codex.wordpress.org/Determining_Plugin_and_Content_Directories … I fixed this for myself for now but hope that in the next update you can include a fix for this issue! Thanks so much!
Thanks Samuel. Let me run this by one of our devs; if they can confirm that it’s in our best interests to change this in the code, we’ll make sure to get it done for 2.1. Appreciate the feedback!
Cool, you can pass on to the devs that using the comparable functions in the codex link above are ssl aware, while constants such as those they are using now, are (up to this date) not ssl aware.