=== Meetup Widgets === Contributors: ryelle Donate link: https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=7OzM1TYh271yVnb30fI26d7BkYaEcnM9pmQnT42lWbEm7BsLORp4G_2UTRW&dispatch=5885d80a13c0db1f8e263663d3faee8d4026841ac68a446f69dad17fb2afeca3 Tags: meetup, meetups, meetup.com, widget Requires at least: 3.3 Tested up to: 3.4 Stable tag: 2.0 Adds widgets displaying information from a meetup.com group. == Description == For use with a [Meetup.com](http://meetup.com) group. This plugin creates two widgets: one a list of events from a specific meetup group (by ID or URL name); 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). == Installation == 1. Extract `meetup-widgets.zip` to `meetup-widgets` & Upload that folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Set up your API key (and optional OAuth key & secret) in your General Settings screen. 1. Use your new widgets! == Frequently Asked Questions == = How do I find my API key? = Log in to your Meetup.com account, then visit the [Getting an API Key](http://www.meetup.com/meetup_api/key/) page. = How do I find my OAuth key & secret? = You'll need to create an OAuth consumer for your website. Visit [Your OAuth Consumers](http://www.meetup.com/meetup_api/oauth_consumers/) for more information & to get started. = How do I find my event ID? = It's in the event page's URL: http://www.meetup.com/`[group ID]`/events/`[event ID]`/ = How do I find my group ID? = If your meetup group is set up at meetup.com/`[group ID]`, the part after `meetup.com/` is your group ID. == Screenshots == 1. Example 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). 2. Example of the upcoming event list widget. Lists a set number of events from the group you specify, title & date. == Upgrade Notice == = 2.0 = * Change to using admin-ajax to process OAuth requests, rather than custom file. * Change basic code structure to work with other (in-development) meetup plugins. * Add warning message if the server does not have OAuth. * use `wp_trim_words` rather than writing something custom * pull apart a translated string somewhat