norbusan / piwigopress

Piwigo-Wordpress integration
418 stars 5 forks source link

album loading from remote galleries not supported #13

Closed norbusan closed 9 years ago

norbusan commented 9 years ago

As we are doing this currently only in javascript, loading the list of albums from remote galleries is blocked by cross site scripting policy. As Piwigo does not implement JSONP, we need to add a PHP proxy script that loads the remote albums, similar to the thumbnail reloader proxy.

norbusan commented 9 years ago

Ok, got that fixed in the development version.