Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

ycfreeman/jplayer-podcast-wordpress-widget

Repository files navigation

JPlayer Podcast Player Wordpress Widget

Build Status

Wordpress widget that use jPlayer to play Podcast RSS playlists

=== This is a Wordpress plugin that parses your podcast feed, generates a jplayer playlist, pump it to jplayer then show it on your Wordpress site as a widget. It uses a PHP parser script or jQuery to read your feed.

PHP mode requires your server to support file_get_contents() to external files, while jquery mode requires the feed to support CORS

The skin is from these guys and i modified it slightly to get it work without normalize.css.

To check if your feed structure is supported, please check out the parser's github page , they have a demo page there.

##Trouble Shoot

Check if your feed is supported by the plugin, please test your feed here

If your feed is from iTunes, you need to use the actual feed url, find it out here

##Credits