Arno Welzel
Arno Welzel
It seems, Instagram does not a provide an simple way by using an URL like Facebook etc..
About your errror - most likely you must not use HTTPS for "localhost" since this will not provide a valid certificate: `return self._sslobj.read(len, buffer) TimeoutError: The read operation timed out`...
> > About your errror - most likely you must not use HTTPS for "localhost" since this will not provide a valid certificate: > > `return self._sslobj.read(len, buffer) TimeoutError: The...
> Ah, ok - this was indeed the "not-fast-enough" server issue. The `timeout` was set to `1`, and one second wasn't enough for my nextcloud instance. With bigger timeout, I...
The problem here is, that PhotoSwipe does not use the picture which is displayed in the page but the one which is linked. Example: `` In this case the image...
Thanks for the pointer to the documentation. I'll have a look into that and see how I can integrate this to my plugin. About jQuery - well, it is shipped...
Just a quick reply about your points: _a) have slideshows independent of the page markup_ This is not possible in WordPress. WordPress only provides the final markup and no structured...
About removing jQuery: I created a branch which provides a version without jQuery. See here: https://github.com/arnowelzel/lightbox-photoswipe/blob/no-jquery/js/frontend.js Without jQuery a lot of additional checks are needed so the script gets nearly...
The JS version does not work properly, so I reverted back to jQuery. I won't go back to pure JS very soon since I can't test the plugin with hundrets...
JFTR: Lightbox with PhotosSwipe not using jQuery any longer after some fixes in 2.94