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

MRSS feed in WordPress


Really new to WordPress, so please excuse what may seem like a simple question

I'm trying to create a mRss feed from this page with JW Player

http://design.hostingct.com/wp-wintv/?page_id=5573

I"m sort of at a loss what I need to do?

8 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

There are two ways to do this.

1) Create a RSS feed and pass that into the player as the playlist option – http://support.jwplayer.com/customer/portal/articles/1406722-rss-playlist-embed
2) Use the WP plugin’s media manager to create a playlist – http://support.jwplayer.com/customer/portal/articles/1403714-wordpress-plugin-reference

w...

User  
0 rated :

Ok, so maybe another dumb question, but how do I create an RSS feed?

w...

User  
0 rated :

Option #1 talks about HTML and inserting code into the <head> but I'm not able to see code in my Wordpress page.

w...

User  
0 rated :

I guess this is what I'm having the most problem configuring

"In this code, the <div> element is used as a container to load JW Player into. It must have a unique id attribute.

The setup() block defines which playlist to load, as well as the width and height of the player in pixels."

w...

User  
0 rated :

<div id="myElement">Loading the player</div>

<script>
jwplayer("myElement").setup({
playlist: "http://feeds.feedburner.com/SimplyFreshFood&alt=rss",
width: 640,
height: 360
});
</script>

Ethan Feldman

JW Player Support Agent  
0 rated :

On the link you provided, you are using a playlist fine though? How did you create that one?

w...

User  
0 rated :

I created the playerlist with no problem, but when I drope the code in I can't see the player on the page

http://design.hostingct.com/wp-wintv/simply-fresh-food-with-chef-renee

I see the player, but I get error loading playlist, error loading file

I could see the player fine when it was just the shortcode.

Ethan Feldman

JW Player Support Agent  
0 rated :

Ah, this is because we do not support feedburner rss files.

This question has received the maximum number of answers.