Yes, working on it for version 1.2
Thread Starter
Joy
(@joyously)
Since you recently released version 1.1.15, I’m thinking version 1.2 is 85 updates away. Can you consider putting this in sooner?
Haha, version numbering doesn’t work like that. If we don’t get anus more bugs in 1.1.x, 1.2 could well be the next release.
I could make a plugin for mediafeeds. Thanks for your patience
Please try http://brimosoft.nl/wp-content/uploads/2012/10/lazyest-feed.zip
Install and activate it, and retrieve your media feed at (your blog address)/lazyestfeed.xml
The feed contains all images in the first folder in the gallery and has links to previous and next folders.
Got it working on my son’s web site:
http://tijmen.brinkkemper.com/overmij/zoekresultaten/cooliris-test/
please check readme.txt for installation and files to copy.
please also take a look at the demo at: http://brimosoft.nl/cooliris/
Thread Starter
Joy
(@joyously)
Hey, your examples look good!
I tried it on my localhost test site, where I have WordPress installed in a subfolder but controlling the main folder. The links for the images are correct, but the self, next, and previous are not.
Here’s what is in the top of the xml:
<link>http://localhost/zinnia/photography/Corpus%20Christi/</link>
<atom:link rel=”self” href=”http://localhost/zinnia/wp/lazyestfeed.xml” />
<atom:link rel=”previous” href=”http://localhost/zinnia/wp/lazyestfeed/Surreal” />
<atom:link rel=”next” href=”http://localhost/zinnia/wp/lazyestfeed/Joy” />
These all have the wp subfolder in them, which just gets me 404 errors. Remove that and it would be good.
Also, it seems to be dependent on the context somehow. The xml above came from (mysite)/lazyestfeed.xml but I expected to see the top-level folder that I have in Lazyest Gallery. What I have is one of the subfolders, which is the first alphbetically. Is that because there are no images in the top level? (your readme would be more helpful if you mentioned how to specify the different folders)
It is a bug, It shouldn’t take the wp directory.
The images in the first folder should be listed and the other folders should be in next and previous.
I’ll start working on a 0.2 version soon.
Thread Starter
Joy
(@joyously)
That works much better! Thanks!