I am binding a RSS Feeds using RSS Feed Reader i need to display the image from RSS Feed Item but image is wrapped inside RSS Feed Item Description.
Does any one know how to retrieve image from RSS Feed Item description?
I am binding RSS Feed Using Classic ASP Script.
With regular expression, with a quick search i found this regexp :
Pattern must be :
src=(?:\"|\')?(?<imgSrc>[^>]*[^/].(?:jpg|bmp|gif|png))(?:\"|\')?
Related
My current project needs to create AEM content pages regarding a template from RSS feeds custom fields where each rss feed entry will be resposible to create a new content page. Also This feeds checker will check new feeds after certain interval.
You'll need to create custom RSS feed so that the RSS feeds can be polled after a particular interval of time. You can use SAX parser for your custom fields (if your RSS is in XML format).
You can refer this answer about custom RSS feed. Let me know if you need to know more. [I'll update the answer.]
I am using RSS FEED's content from a wordpress site to show contents in a mobile app.
However, only posts that have content show in the feed.
The posts that only have a title and no feed, do not show up.
How can I make possible for posts that don't even have a content show up in RSS2 ?
when you are creating Rss feed u might be getting empty or null values...check for those and add something like NA or anything static that would be identifibale when u parse that Rss feed.
I'm creating some feeds of news items and such. These items have URL aliases set for them. Is there a reason why the URL alias do not get used in the RSS feed?
I have a multi-language site which uses the path aliases to show correct navigation, and so when I get a 'node' link from the feed, it breaks everything.
EDIT
I'm creating the rss feed as using views
When I do a live preview in the view the correct link is shown. So the incorrect link comes somewhere after that.
Are you creating the feeds using Views? if not you should do it. It may be happening that the code that's returning the feed is printing the links to the nodes without using the l() function so aren't being translated to the corresponding alias.
Just in case, here it's a nice tutorial about how to do a feed with Views http://drupal.org/node/314097
I like giving my users the full text RSS feed, but I also have a few sites which pull the RSS feed and link to us from it. They want me to provide the excerpt/blurbs for the articles rather than the full text. Can anyone give me some direction on how to make this happen?
It should be possible. Wordpress has multiple feed types (see WordPress Feeds) and there are hooks for each feed type (see Feed Actions API). This suggests that you should be able to set up one feed type as a partial feed, and another as a full-text feed. Basically, you'd just be re-writing one of these feed types to ignore the setting you indicated on the "Reading Settings" admin screen.
I bet this could be done w/ a pretty simple plug-in.
I've been having problems with a Google News feed. Its description field contains a whole bunch of HTML along with the actual one sentence teaser of the news story. What language/technology do I need to learn/use to massage this feed into something prettier?
Yahoo pipes might be what you could use http://pipes.yahoo.com/pipes/