I have an RSS reader, and it only reads the last of the 3 items, and only shows that there is one item in it... it is always like 1/1... what could be wrong with my feed?
Just had to adjust the RSS Feed layout a bit. Added times.
Related
According to the RSS spec https://www.rssboard.org/rss-draft-1#element-channel-item
An item MAY contain the following child elements: author, category, comments, description, enclosure, guid, link, pubDate, source and title. All of these elements are OPTIONAL but an item MUST contain either a title or description.
If I'm building an RSS reader, what exactly am I supposed to do with an item without a link? What even is the point of listing such an item?
Why would you assume that a link is required? Just show everything as normal, but don't have a link to anything.
I am using merge tags to display RSS feed items in a MailChimp template. I use the following merge tag to display the content summary
*|FEEDITEM:CONTENT_TEXT|*
But it only shows about 8 to 10 words. I want to increase the length of summary to about 25 words. Is there anyway to define content summary length in MailChimp? Or will I have to modify my RSS feeds?
Actually, I discovered later that this text is fetched from or tags of RSS/Atom. You need to edit the RSS/Atom to modify this.
In Yahoo Pipes, when I view results in the edit pipe window each item has its own (different) pubDate.
When I view the raw output of the RSS in a browser pubDate is only present once, in the head.
Why is that?
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))(?:\"|\')?
I have Drupal installed with CCK, Feeds, Views and ViewsAttach.
I have multiple feeds and I wish to render them on seperate pages i.e. BBC sport feed needs to have its own page and menu item, BBC news feed needs its own page and menu item etc.
I am aware that I need to use Views and ViewsAttach to do what I want but I am having a problem getting it to work. When I create content using a Feed I can see the items in the View items tab but they don't appear on the page - they all appear on the front page and not on the actual page for the feed. How do I get them to appear on the correct page?
I'm tearing my hair out with this one and being a total Drupal newbie is obviously not helping any.
James :-)
On each of your feeds views you need to add the "Aggregator feed: Feed ID" filter and set that to the Aggregator Feed ID that corresponds to the feed you want shown.