-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only posts first photo from a multiple photo post #17
Comments
So, the issue is in our Micropub implementation right here: https://github.com/idno/known/blob/master/IdnoPlugins/IndiePub/Pages/MicroPub/Endpoint.php#L178 Known's Photo plugin now happily supports multi-photo posts, so this could (and should!) absolutely be supported. |
Also see Photo plugin implementation: https://github.com/idno/known/blob/master/IdnoPlugins/Photo/Photo.php#L137 |
As remarked, the micro pub stuff needs a lot of love |
You can add a pair of square brackets in the uploadFromUrl() function : |
That isn't the whole fix, since the OwnYourGram payload is JSON, that code @cleverdevil referenced #17 (comment) would need removing Plus uploadFromUrl() needs a foreach() as my fork's copy now has. |
While trying to do this:
Posting a "stack" of photos from Instagram via https://ownyourgram.com/photos
I encountered this error:
Some other notes:
Give us some context:
version = '0.12.8' build = '2019062801'
You appear to be running directly from a git checkout
[...]The text was updated successfully, but these errors were encountered: