-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
51 lines (44 loc) · 1.53 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
=== Eveeno ===
Contributors: babo2015
Tags: event, registration, form, conference,
Requires at least: 6.2
Tested up to: 6.7
Stable tag: 2.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WordPress plugin for embedding eveeno registration forms and upcoming events lists.
== Description ==
Embed registration forms and event lists from [eveeno.de](https://eveeno.com) in your WordPress site simply by adding a shortcode.
All you need is your event id (for embedding a registration form), your user id (for embedding an event list) and eventually the width and height.
You'll find the event and user numbers in your Eveeno backend: Event-Einstellungen > Widgets.
= Examples =
Embedding a registration form:
`
[eveeno type="booking" event="123456789"]
`
Embedding an event list as a table:
`
[eveeno type="calendar" style="table" user="1234"]
`
Embedding an event list in grid view:
`
[eveeno type="calendar" style="grid" user="1234"]
`
Embedding a short event list:
`
[eveeno type="calendar" style="list" user="1234"]
`
= Additional Shortcode Parameters =
`
period="" [all | past | future (default)]
term=""
notterm=""
lang="" [de (default) | en | fr]
sort="" [date (default) | name]
scope="" [all | private | public (default)]
apikey=""
`
== Installation ==
1. Upload `eveeno.php` and eventually the `languages` folder to the `/wp-content/plugins/eveeno` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Place a shortcode in your page or post.