Eventbrite Events Sync
Sync Eventbrite organizer events into a custom post type and render with shortcode.
by Gas Mark 8 · github.com/mrichwalsky/wp-eventbrite-importer-free
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mrichwalsky/wp-eventbrite-importer-free/archive/refs/heads/main.zipWordPress plugin to sync Eventbrite organizer events into a custom post type and render upcoming events with shortcode.
Features
- Custom post type:
Eventbrite Events(eventbriteevent) - Admin settings page under
Settings -> Eventbrite Events - Eventbrite API token + organizer ID storage
- Manual sync button + hourly cron sync
- Shortcode:
[eb_upcoming_events](supportslimit, example:[eb_upcoming_events limit="6"]) - Frontend styles loaded from
assets/css/eventbrite-events-sync.css(no inline shortcode CSS)
Install
- Copy the
eventbrite-events-syncfolder intowp-content/plugins/. - Activate
Eventbrite Events Syncin WP Admin. - Go to
Settings -> Eventbrite Events. - Enter:
- Eventbrite API token
- Organizer ID
- Events limit
- Save settings and click
Run Sync Now.
Notes
- Synced events are stored as posts in the
eventbriteeventpost type. - Eventbrite event ID is stored in post meta
_eb_event_idand used for upserts.
License
GNU General Public License v3.0 (GPL-3.0).