-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
63 lines (41 loc) · 1.39 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
=== podCloud ===
Contributors: podcloud, pofmagicfingers
Tags: podcloud, podcasting, player, podcast
Requires at least: 4.6
Tested up to: 6.7.1
Stable tag: 1.7
Requires PHP: 5.6
Text Domain: podcloud
Domain Path: /lang
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This plugins allow embedding of the podCloud player by pasting a podcast or episode URL into editor.
== Description ==
This plugins allow embedding of the podCloud player by pasting a podcast or episode URL into editor. It also adds the script required for the magic resizing of the player.
== Frequently Asked Questions ==
= How to add a podCloud player ? =
Paste the podCloud link and WordPress will auto embed it.
= What link format is accepted ? =
- `http://podcloud.fr/podcast/*`
- `https://podcloud.fr/podcast/*`
- `http://*.lepodcast.fr/*`
- `https://*.lepodcast.fr/*`
- `http://pdca.st/*`
- `https://pdca.st/*`
- `https://podcloud.fr/users/*/playlists/*`
= Where can I find help ? =
You can [contact us](https://podcloud.fr/contact) or join our [Discord community](http://podcloud.fr/discord)
== Screenshots ==
1. This is a podCloud player in the WordPress editor
2. This is a podCloud player automatically resized in a post
== Changelog ==
= 1.6 =
- Update for WordPress 6.4
= 1.3 =
- Update for WordPress 6.0
= 1.2 =
- Add podCloud playlists
= 1.1 =
- Add Gutenberg block
= 1.0 =
First version