Questions tagged [rss2]

Really Simple Syndication (as of 2.0, "released" in September 2002), uses a standard web feed format to publish frequently updated information: blog entries, news headlines, audio, video. An RSS document (called "feed", "web feed", or "channel") includes full or summarized text and metadata, like publishing date and author's name.

Useful Resources:

  1. Wikipedia: RSS
  2. Harvard: RSS 2.0 Specification
  3. Stackoverflow: RSS Tag Wiki
65 questions
1
vote
1 answer

RSS feeds articles not showing in mozilla firefox only

I followed the following tutorial to create a RSS FEED: http://ci-codeigniter.blogspot.com/2011/12/how-to-build-rss-20-feed-with.html Everything is good in all browsers except mozilla firefox. http://lowcostseo.co/feeds is the feed. Im not sure…
Prajwol Onta
  • 1,448
  • 5
  • 21
  • 48
1
vote
1 answer

HIde Rss Feed Category name in wordpress

Im using wordpress 3.6, and /feed to get rss field, I dont want to show category name in rss feed like,
user3085747
  • 65
  • 1
  • 10
1
vote
1 answer

Consolidating RSS feed in a reader

By RSS 2.0 specification, link, title and description are required elements. In reality though, any of those three can be missing. I read data from multiple feeds and I want to display them in a similar manner, how can I consolidate the data?
Vlasec
  • 5,500
  • 3
  • 27
  • 30
1
vote
3 answers

RSS file not rendering as expected in firefox!

I have an rss XML file: ABC News Mon, 26…
Manish
  • 6,106
  • 19
  • 64
  • 90
1
vote
2 answers

Questions on building RSS feed

I am building RSS feed for the first time and I have some simple, direct questions that I was unable to find on the web, well at list in a sense that would be clear to me. Can you help me understand following Which items should I include in RSS…
Primoz Rome
  • 10,379
  • 17
  • 76
  • 108
1
vote
2 answers

Wordpress feed of posts in multiple categories

I'm trying to figure out the proper URL for a Wordpress category feed that contains posts that are in multiple categories. By that I mean I've got categories 28 & 31. I want a feed of posts that are in 28 AND 31, not 28 OR 31. What I've been able…
Quasipickle
  • 4,383
  • 1
  • 31
  • 53
1
vote
2 answers

How to extract the full content from a partial content rss

I am working on a PHP project. The goal (in a simple lang) is to read an RSS feed, and get the title, full content, and media (video and/or images) from it, and post it in a wordpress blog. (The customer wants to use some sources that are open for…
mahsa.teimourikia
  • 1,664
  • 9
  • 32
  • 64
0
votes
0 answers

How can I get XML::RSS to read XML elements in a different namespace?

Given this RSS content, which features the non-standard namespace 'torznab':
AmbroseChapel
  • 11,957
  • 7
  • 46
  • 68
0
votes
1 answer

Invalid RSS Feed. Undefined media:content elements

When I run my RSS through http://validator.w3.org/feed/, I get the error message: Sorry. This feed does not validate. line 31, column 0: Undefined media:content element: media:hasSyndicationRights (30 occurrences)…
0
votes
1 answer

How do I configure RSS XML generation of Joomla 3.9.11?

I have a site on Joomla 3.9.11. I want to get the RSS of one of its classes from other site of mine. I understand that the RSS URL is generated like this: https://class-URL/?format=feed&type=rss, adding /?format=feed&type=rss to the class URL. That…
0
votes
2 answers

Limit Large XML feeds results and description length

I'm using an XML RSS 2.0 feed from a third party site, to import news to an iPhone application. It all works fine however the RSS feed isn't very helpful for the user, as they have huge descriptions, and the feed dates back to over a year ago.…
tutts
  • 2,373
  • 2
  • 20
  • 24
0
votes
1 answer

How to implement a TYPO3 9.5 RSS Feed for Pages

i researched a bit but was not able to find a fitting solution. the problem is quite simple we just need to output a rss feed for our custom blog pages. we have a blog page and the child pages are the actual blog records so to speak - other…
netzding
  • 772
  • 4
  • 21
0
votes
1 answer

Wordpress rss-feed is not showing ful text of a post

I have built a custom theme using understarp theme and I am unable to see summary or full text of my post in my RSS-feed. it starts showing text only when I add something in the excerpt field and still it shows only the content of excerpt field. is…
0
votes
1 answer

How to display custom wordpress feed on an other wordpress site?

I'm setting up two wordpress sites. I have a custom RSS Feed on my first site, and i want to display the custom field on my second site. It's the featured image. I am able to display the standard fields "title" or "permalink" like this :…
Marouy
  • 1
  • 1
0
votes
1 answer

Why is my Wordpress RSS feed showing IP address and post ID, rather than full URL?

For my Wordpress website at example.com/feed/ I noticed my RSS is showing the IP address and using post ID, rather than showing the actual URL. It's also showing http instead of https. Is this a cache issue? I can't figure out why, or how to fix.…
Emily
  • 29
  • 8