This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
executable file
·63 lines (47 loc) · 2.09 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== JPlayer Podcast Widget ===
Contributors: ycfreeman
Donate link: http://ycfreeman.com
Tags: podcast, jplayer, music player, audio
Requires at least: 3.3.1
Tested up to: 4.5.2
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Widget that use jPlayer to play Podcast RSS playlists, no BS, just drag, set, and works
== Description ==
Widget that use jPlayer to play Podcast RSS playlists, no BS, just drag, set, and works,
I'm making a website for radio group, and there are no other plugins that simply play a RSS
podcast and can put in a widget area, so I just hack one up and share to everyone.
* [Issue Tracker](https://github.com/ycfreeman/jplayer-podcast-wordpress-widget/issues)
* [Source Code](https://github.com/ycfreeman/jplayer-podcast-wordpress-widget)
* [Demo](http://demo.ycfreeman.com/)
## Credits
* http://jplayer.org/
* https://github.com/onigetoc/Podcast-parser-for-jPlayer
* https://github.com/lukemcdonald/jplayer-skin-premium-pixels
== Installation ==
1. Install plugin using Wordpress Plugin page
1. Drag **jPlayer (Podcast)** to your sidebar
1. Enter RSS Feed of your podcast
1. Save and Profit!
== Frequently Asked Questions ==
1. What is this [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) option about?
-- CORS mode uses jQuery to parse the feed directly, where not all feed servers would allow that
while the other one uses PHP to parse the script to javascript then read from it, apparently some website
hosting doesn't allow you to do this.
-- in short, simply use the one that works for your feed and your website.
1. So which mode is better?
-- Keep the option unchecked (PHP parser mode) is better, since the PHP parser is more feature packed
1. What about feature XXX?
-- If you like this plugin and would like to improve it, please fork the project or suggest in
[Issue Tracker](https://github.com/ycfreeman/jplayer-podcast-wordpress-widget/issues)
== Screenshots ==
1. Widget Settings
== Changelog ==
= 1.0.0 =
first public release
= 1.0.1 =
remove normalize.css from player theme.
= 1.0.2 =
bug fixes
== Upgrade Notice ==