![]() |
Wordpress - creating galleries via XML?
What's the latest and greatest when it comes to doing something like this? There have to be plugins out there that allow you to pull from the sponsors xml or rss feed, right? Very curious, I'd appreciate a nudge in the right direction.
~TT Edit: should clarify, I'd want it to upload the images to the wordpress media library, and not simply link to the FHGs. |
Anyone? So I haven't been able to find any information in how people make these sorts of plugins work for them, especially for those who self host the images.
|
cyberseo is worth looking at, pretty sure you can pull images & text from gallery rss feeds using it.
|
Not sure if its what you are looking for but I used FeedWordPress plugin before to take from rss feed.
|
BarryStyles, I think I've tried that one in the past. Can you show me your site to see if it's close to what I'm trying to achieve?
The problem I'm running into with these is that the XML feeds never actually have the images, usually just a link to the FHG and maybe a thumbnail. So far, everything I've seen that handles images requires them to be included in the feed, which doesn't seem to be the norm for any of the sponsors I have used. |
I don't think it will be real hard to quickly write some code for such a task.
If not you can adapt a "screen grabber" written in PHP/cURL and make it work for WordPress. |
I have zero experience with things like that, which is why I'm looking to see if there are any plugins that would fit my needs.
|
Quote:
|
But that's only if the images are shown in the RSS feed, right?
For example, here's a gallery from Femjoys XML feed: Code:
<row> |
Quote:
|
I haven't done this with wordpress specifically, but I've done basically the same thing and it wouldn't be any problem to turn it into a plugin. There are a few different ways to go about it with different advantages and disadvantages.
The easiest part is taking a feed and dumping it into structured data, thumbnails, images and all that. I'm guessing all the feeds will have a degree of similarity where one mechanism can handle all of them, but if not it's no problem to have sort of plugins within the plugin, just a few lines each to accommodate abnormal situations. The real work here is deciding the business logic behind how a feed is defined, how it's paired with a template, tagging or categorizing posts and all that. All very simple, it just needs to be clearly defined and broken down to accommodate any scenario. I'll gladly do it either for a small fee, a piece of the action if I see potential, or we could even possibly go in on making this a commercial plugin. |
If you want to build a tube site on wordpress which import videos from big tubes and sponsor hosted videos, check out Tube Ace for WordPress.
|
I'm looking for something that handles images, but I'll keep that in mind if/when I start handling sponsors videos.
|
I actually did some work on this but didn't find many good examples of FHG feeds and didn't want to bother signing up for a ton of sponsors. Got any you could post here?
Transforming a FHG into a template for WP and dropping the images into a directory is really effortless. Writing a plugin is a pain, but you can get around that just by having it generate an intermediate feed independent of WP and syndicating that with one one of the free plugins that does that. If you post some I'll be more than happy to finish it up and give it away. |
Hi, yes there is a really good solution for that. I searchin long, as I need a easy to handle one. Contact me from mail for more
|
You might take a look at Gallery Scraper. It will create Rss feeds for ya
|
The problem with feeds and Wordpress is that each feed is semantically different, i.e. has different ways of describing data. Your plugin must be able to parse the XML feed as it comes in; and since each feed is a little different, it can be hard to get a good parse. Your best bet is to either design your own plugin, modify someone else's plugin, or hire someone to do it for you.
|
All times are GMT -7. The time now is 06:10 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc