Meetup Event Publisher
Retrieve data from Meetup.com and publish it as blog post on your website.
★ 1stars
19release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/epiphyt/meetup-event-publisher/releases/download/v2.2.2/meetup-event-publisher.zipDeclares an update source (https://github.com/epiphyt/meetup-event-publisher), so updates arrive through the plugin's own updater.
From the readme
Meetup Event Publisher
Retrieve data from a custom API for Meetup.com and publish it as blog post on your website.
Requirements
PHP 8.3
WordPress 6.7
Usage
After installing, go to Settings Writing Meetup.com Slug and set the slug of your meetup. The slug can be found in the URL of your meetup. E.g. the slug of https://www.meetup.com/wpmeetup-stuttgart/ is wpmeetup-stuttgart. If you leave the slug empty, all events from all meetups are retrieved.
After that, once daily the plugin checks the Meetup.com API for meetups and creates/updates the next meetup as blog post.
Shortcodes
[meetupevent]
You can access and output many data of the event, e.g. name, localdate, link, description etc.
Attributes
event: Access a specific event. Allows selecting by the event name, the local date, the ID or the special command next for the next event. Example: [meetupevent event="2025-10-27"]
excludeprotocol: For the field link, this option, if set to yes allows to remove the https:// from the link to allow using the shortcode in areas where escurl is used (e.g. in button blocks). Example: [meetupevent field=link excludeprotocol=yes]
fallback: If the field/event has no data, the defined
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v2.2.2 | Nov 10, 2025 | meetup-event-publisher.zip | 2 |
| v2.2.1 | Nov 10, 2025 | meetup-event-publisher.zip | 6 |
| v2.2.0 | Oct 6, 2025 | meetup-event-publisher.zip | 0 |
| v2.1.0 | Oct 6, 2025 | meetup-event-publisher.zip | 0 |
| v2.0.1 | May 18, 2025 | meetup-event-publisher.zip | 1 |
| v2.0.0 | May 14, 2025 | meetup-event-publisher.zip | 0 |
| v1.0.0 | May 8, 2024 | meetup-event-publisher.zip | 10 |