-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
58 lines (40 loc) · 1.59 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
=== Codescar Radio Widget ===
Contributors: Sudavar
Author URI: http://profiles.wordpress.org/sudavar
Plugin URI: http://projects.codescar.eu/radio_widget.zip
Tags: radio widget, codescar, radio, radio stations, radio player, audio element html5, widget
Requires at least: 3.0.1
Tested up to: 3.9
Stable tag: 0.4.2
Text Domain: codescar-radio-widget
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Codescar Radio Widget produces a widget allowing users listen to a radio station from your website.
== Description ==
Codescar Radio Widget produces a widget for your wordpress site allowing
your users listen to a radio station from your website.
It uses html5 audio element to play radio in sidebar.
= Features: =
* Admin can select default station, set initial volume and autoplay or not.
* Control of the radio stations available from an options page (Adding / Removing from db)
= Soon to add: =
* Maybe a fallback to play asx streams. HTML5 can't play them yet.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `codescar-radio-widget` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
4. Add the widget to your sidebar.
== Screenshots ==
1. Widget preview
== Changelog ==
= 0.4.2 =
* Some HTML bug fix
= 0.4 =
* Added control of radio stations available from an options page in admin menu
* 0.4.1 fixed wrong parent folder name
= 0.3.1 =
* Wrong function names changed
= 0.2 =
* Some minor changes
= 0.1 =
* First version