內容簡介
透過添加簡碼 (shortcode),您可以在 WordPress 網站中輕鬆嵌入從eveeno.de獲取的註冊表單和活動列表。
您只需要提供您的活動 ID (嵌入註冊表單所需)、用戶 ID (嵌入事件列表所需),以及必要時寬度和高度。
您可以在 Eveeno 後台的「Event-Einstellungen > Widgets」中找到活動 ID 和用戶 ID。
範例
嵌入註冊表單:
[eveeno show="form" eventid="123456789" width="95%" height="1000px"]
嵌入以表格形式呈現的活動列表:
[eveeno show="table" userid="1234" width="95%" height="400px"]
嵌入以網格檢視 (grid view) 形式呈現的活動列表:
[eveeno show="grid" userid="1234" width="95%" height="400px"]
嵌入短型活動列表:
[eveeno show="list" userid="1234" width="95%" height="400px"]
附加的簡碼參數
period="" [all | past | future (default)]
term=""
notterm=""
lang="" [de (default) | en | fr]
sort="" [date (default) | name]
scope="" [all | private | public (default)]
apikey=""
外掛標籤
開發者團隊
原文外掛簡介
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=""
