Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

No Related Videos found, but the related.xml feed does contain items


Hi!

What is wrong with the xml-feed for my related items? http://www.flabber.nl/rss/videos/related/45325/rss.xml

Example url: http://www.flabber.nl/artikel/deze-fotograaf-laat-zien-waarom-we-stiekem-allemaal-een-stokstaartje-willen-45325 , click on the related icon, it always shows "no related videos found".

Config:
related: { file: "http://www.flabber.nl/rss/videos/related/45325/rss.xml"}

Thanks so much!

4 Community Answers

mark

User  
0 rated :

your xml has not media in it , only references to the next level of xml

info

User  
0 rated :

What do you mean? For every item there is <title>, a <link> and a "media:thumbnail". What else is needed?

mark

User  
0 rated :

its all wrong, try something like this

<?xml version="1.0"?>
-<rss xmlns:jwplayer="https://rss.jwpcdn.com/" version="2.0">
-<channel>
-<item>
<title></title>
<description></description>
<jwplayer:image></jwplayer:image>
<jwplayer:source file=""/>
</item>
</channel>
</rss>

Todd

JW Player Support Agent  
0 rated :

Did you get your Related videos working? Was @mark’s comment or the document at http://support.jwplayer.com/customer/portal/articles/1409745-display-related-videos helpful at all?

This question has received the maximum number of answers.