Title: RSS Feed errors
Last modified: January 3, 2022

---

# RSS Feed errors

 *  [jamm](https://wordpress.org/support/users/mybrandreview/)
 * (@mybrandreview)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-5/)
 * Hello, I’ve a wordpress site that RSS feed isn’t working.
    I want to be able 
   to share my stories to social media using a plugin or IFTTT solution but there’s
   error on the RSS feed.
 * I checked with W3 RSS validator and here’s what I got: [https://prnt.sc/25vyaok](https://prnt.sc/25vyaok)
 * When I view my feed on the browser it’s okay but doesn’t work with RSS techs…
   the feed URL is [https://www.naijashowbiz.com/feed/](https://www.naijashowbiz.com/feed/)
   I appreciate your help
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frss-feed-errors-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Brian Alexander](https://wordpress.org/support/users/ironprogrammer/)
 * (@ironprogrammer)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-5/#post-15219174)
 * Hi, [@mybrandreview](https://wordpress.org/support/users/mybrandreview/) – Happy
   New Year!
 * How is the video included with the post? Is this through a separate plugin or
   custom field? I ask because when viewing the post’s URL, there is no video embedded
   in the page.
 * Is `media:content` and `media:player` added to the feed through custom code in
   your theme? If you can update this code directly, then this may help:
 * The underlying validation error indicates:
 * > Missing media:player attribute: url
 * Per RSS 2.0 specs ([https://www.rssboard.org/media-rss#media-player](https://www.rssboard.org/media-rss#media-player))
   the URL should be an _attribute_, not an element value.
 * What is in the feed:
 * > `<media:player>https://www.youtube.com/embed/YcbKQxj2FFY</media:player>`
 * What the validator expects:
 * > `<media:player url="https://www.youtube.com/embed/YcbKQxj2FFY" />`
 * HOWEVER, since the parent `media:content` element _already includes a `url` attribute_,
   you shouldn’t need the `media:player` element at all!
 * Your already valid `media:content` element:
 * > `<media:content url="https://www.youtube.com/embed/YcbKQxj2FFY" medium="video"
   > width="1280" height="720">`
 * So if you were to omit the `media:player` child element from the RSS output, 
   it should resolve this validation error.

Viewing 1 replies (of 1 total)

The topic ‘RSS Feed errors’ is closed to new replies.

## Tags

 * [atom](https://wordpress.org/support/topic-tag/atom/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)
 * [rss-feed](https://wordpress.org/support/topic-tag/rss-feed/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Brian Alexander](https://wordpress.org/support/users/ironprogrammer/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-errors-5/#post-15219174)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
