padvinder95
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Lightbox doesn't open on thumbnail clickHmm yes, thank you, apparently that dropped out in one of the html refactorings of footer.php. Works perfectly now!
Understood. I seem to have the problem only in my Safari web browser, so it must be something with the combination of security settings in Facebook and the browser. Thanks for taking the time to look into this; and also thanks for the excellent plugin of course. 🙂
Hmm that is strange; are you logged into facebook and accessing the site using the same browser? I definitely get the errors in both Safari’s and Chrome’s console.
PS I know there’s clipping and how to solve it—it’s only a testsite. Thanks for the pointer though. 🙂
I realised the plugin tries to match the site’s method http/https. Problem is: FB’s secure browsing option overrides this, so either the plugin must somehow check whether this secure browsing option is enabled, or indeed ssl must be forced, possibly leading to different security issues?
By the way, I do not regard this as a bug of the plugin per se: FaceBook’s own recommended code for a Like button (https://developers.facebook.com/docs/plugins/like-button/) has the same issue I believe.