Every Live Feed you create gets its own auto-generated shortcode, shown at the top of its builder screen and also in the Event Aggregator > Live Feed list under a Shortcode column (click it to copy).

Basic usage
[wpeapro_live_feed id="123"]
Replace 123 with your feed’s own ID — that’s all most users need, since platform, layout, columns, filters, etc. are already configured in the builder.
Optional attributes (override the builder settings)
You can override specific display settings directly in the shortcode without editing the feed itself:
[wpeapro_live_feed id="123" columns="2" per_page="6" layout="list"]
| Attribute | What it does | Example values |
|---|---|---|
id | Which Live Feed to display (required) | 123 |
columns | Overrides the number of columns | 1, 2, 3, 4 |
per_page | Overrides events shown per page | 6, 12, 20 … |
layout | Overrides the layout | card-grid, list, masonry, minimal-grid, compact-list, timeline, ticket-list |
time_filter | Overrides the date filter | today, upcoming_week, upcoming_month, all |
cache | Overrides the cache duration (in minutes) | 60, 360, 1440 |
Note: the Platform (Eventbrite/Meetup/Facebook) and the Source (Organizer, Group, Page, etc.) are fixed per feed and cannot be changed from the shortcode — edit the feed itself for those.
Where can I use it?
Anywhere shortcodes are supported: pages, posts, widget areas that accept shortcodes, and most page builders via their “Shortcode” element.