Eveeno
WordPress plugin for embedding eveeno registration forms and upcoming events lists.
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 350 days ago
Is Eveeno abandoned?
Likely maintained (last update 350 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Embed registration forms and event lists from eveeno.de 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
- Upload
eveeno.phpand eventually thelanguagesfolder to the/wp-content/plugins/eveenodirectory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Place a shortcode in your page or post.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.6
- Minor layout update
- tested with WordPress 6.5
1.5
- Removed shortcode parameter defaults
- tested with WordPress 5.8.2
1.4
- New Shortcode parameters: period, term, notterm, lang, sort, scope, apikey
- tested with WordPress 5.6
1.3
- layout optimization
- tested with WordPress 4.9.7
1.2
- Added shortcodes for event shortlist (list)
1.1
- Added shortcodes for event lists (table and grid view)
- Changed name parameter to id as event names may change
1.0
- First release: shortcode for registration forms