Adds widgets displaying information from a meetup.com group.
For use with a Meetup.com group.
This plugin creates two widgets: one a list of events from a meetup group (by ID or URL name, for multiple groups use IDs); the other shows details about single event (by ID) with a link to RSVP – using OAuth if keys are specified, otherwise just a link to the event on meetup.com. Does require at least an API key (which it asks for on the settings page).
meetup-widgets.zip
to meetup-widgets
& Upload that folder to the /wp-content/plugins/
directoryExample of the single event detail widget, shows title, date, an excerpt of the description, number of currently-rsvp'd attendees, a link to RSVP (through OAuth if configured), and the location (linking to a google map).
Example of the upcoming event list widget. Lists a set number of events from the group you specify, title & date.
Log in to your Meetup.com account, then visit the Getting an API Key page.
You’ll need to create an OAuth consumer for your website. Visit Your OAuth Consumers for more information & to get started.
It’s in the event page’s URL: http://www.meetup.com/[group ID]
/events/[event ID]
/
If your meetup group is set up at meetup.com/[group URL name]
, the part after meetup.com/
is one of your group identifiers (the URL name). The other possible identifier is your group’s ID number.