|
|
All you need is Y! Pipes. No additional, huge, complex, difficult to configure script is necessary. While an experienced PHP programmer could probably whip up the code to convert Pipe PHP to HTML in a few minutes, for an amateur blogger who is trying to, for example, publish an omni-feed, or spruce up a static home page with a blog feed, it'll take a couple thousand Google searches, message board questions, and a lot of trial and error—which is how I finally got the omni feed and latest photo feed on russ-stein.com working.
On the other hand, for just $5 you can use the simple, clean PHP I wrote to power my home page. Once you've played around with the code and see how it works you should be able to tweak it for whatever you're trying to do, assuming you're at least somewhat HTML savvy. In fact I think someone with better web design skills than mine could create a really killer site using this method.
As far as I know, right now the photo applications offering mobile uploading are Twitpic and Flickr. For my site I've only configured Twitpic, but I see no reason it wouldn't work with Flickr's RSS, assuming Flickr allows off site image display.
Feel free to clone my pipes for an example to work with. My pipes have been vetted by some of the amazing programming geniuses who hang around on the Pipes developer help message board, so they're in pretty good shape.
The reason I'm doing this is because I think omni feeds are cool and I want to see more of them, and I want to see people getting creative with them. There's a lot of cool potential uses for them. I would think that, for example, for a professional blogger, an omni feed would be a much cooler, more immediate, and easier way to collect and promote posts than a weekly roundup post on a personal blog or whatever.I wouldn't even post this ad if I hadn't been publishing my own omni feed on my homepage for a while and didn't have some nice clean code with a few elegant solutions to some of the problems presented by publishing a pipe in html, like the right "foreach" format for printing a whole feed rather than having to select each item individually, or the trick to conditional treatment of feed items, allowing different items to be treated differently—meaning, for example, printing comment code for one type of item and thumbnail images for another.
Finally, this script uses cURL, because file_get_contents/fopen is disabled at my host, but it can be easily modified to use fopen if that's what you want to do and your host allows it.Chat about what's on your mind. More about public chats.