{"id":16845,"date":"2012-02-09T03:12:37","date_gmt":"2012-02-09T03:12:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/meetup-widgets\/"},"modified":"2016-01-07T02:56:21","modified_gmt":"2016-01-07T02:56:21","slug":"meetup-widgets","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/meetup-widgets\/","author":1819835,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2.1","stable_tag":"trunk","tested":"4.4.34","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"Meetup Widgets","header_author":"Kelly Dwan","header_description":"","assets_banners_color":"fccbd0","last_updated":"2016-01-07 02:56:21","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/us\/cgi-bin\/webscr?cmd=_flow&SESSION=7OzM1TYh271yVnb30fI26d7BkYaEcnM9pmQnT42lWbEm7BsLORp4G_2UTRW&dispatch=5885d80a13c0db1f8e263663d3faee8d4026841ac68a446f69dad17fb2afeca3","header_plugin_uri":"http:\/\/redradar.net\/category\/plugins\/meetup-widgets\/","header_author_uri":"http:\/\/redradar.net","rating":2.3,"author_block_rating":0,"active_installs":60,"downloads":10429,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":{"2.2.1":"<ul>\n<li>Code cleanup<\/li>\n<li>Use <code>__construct<\/code> for the widget&#039;s parent constructor (gets rid of the deprecation warning)<\/li>\n<\/ul>","2.2":"<ul>\n<li>Fix bug where widgets could only be used once per page, due to <code>load_template<\/code> calling <code>require_once<\/code> by default.<\/li>\n<li>Add clases to ``s in meetup-single template, so you can style the title\/date\/summary\/location without jumping through CSS hoops.<\/li>\n<li>Add 2 filters, <code>vsm_no_date_text<\/code> and <code>vsm_no_location_text<\/code>, for filtering the text displayed if there is no date or location set.<\/li>\n<li>Some escaping of API data on the meetup templates.<\/li>\n<\/ul>","2.1":"<ul>\n<li>At the suggestion of <a href=\"http:\/\/datacommunitydc.org\/\">Harlan Harris<\/a>, I investigated using multiple groups in one widget - happily, it worked by default. I&#039;ve adjusted the validation in the widget to allow multiple group IDs (does need to be the ID numbers, not URL name).<\/li>\n<li>Add a new widget! Meetup User Events displays all events for a user, specifically the user who created the API key. <\/li>\n<li>Use <code>get_template_part<\/code> to allow theme developers to create their own displays. Documentation will be available on <a href=\"http:\/\/redradar.net\/category\/plugins\/meetup-widgets\/\">my website<\/a> shortly.<\/li>\n<\/ul>","2.0.2":"<ul>\n<li>Validation function was not actually working. Now we&#039;re correctly only saving valid keys - valid meaning 0-40 char alphanumeric strings.<\/li>\n<\/ul>","2.0.1":"<ul>\n<li>Add minutes to list event widget<\/li>\n<\/ul>","2.0":"<ul>\n<li>Change to using admin-ajax to process OAuth requests, rather than custom file.<\/li>\n<li>Change basic code structure to work with other (in-development) meetup plugins.<\/li>\n<li>Add warning message if the server does not have OAuth.<\/li>\n<li>use <code>wp_trim_words<\/code> rather than writing something custom<\/li>\n<li>pull apart a translated string somewhat<\/li>\n<\/ul>"},"ratings":{"1":"2","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"502492","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0","2.0.1","2.0.2","2.1","2.1.1","2.2.0"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538919","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538919","resolution":"1","location":"plugin"}},"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 &amp; date."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[22662,42688,15612,162],"plugin_category":[43],"plugin_contributors":[79091],"plugin_business_model":[],"class_list":["post-16845","plugin","type-plugin","status-publish","hentry","plugin_tags-meetup","plugin_tags-meetup-com","plugin_tags-meetups","plugin_tags-widget","plugin_category-customization","plugin_contributors-ryelle","plugin_committers-ryelle"],"banners":{"banner":"https:\/\/ps.w.org\/meetup-widgets\/assets\/banner-772x250.png?rev=502492","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/meetup-widgets_fccbd0.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/meetup-widgets\/trunk\/screenshot-1.png?rev=1538919","caption":"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)."},{"src":"https:\/\/ps.w.org\/meetup-widgets\/trunk\/screenshot-2.png?rev=1538919","caption":"Example of the upcoming event list widget. Lists a set number of events from the group you specify, title &amp; date."}],"raw_content":"<!--section=description-->\n<p>For use with a <a href=\"http:\/\/meetup.com\">Meetup.com<\/a> group.<\/p>\n\n<p>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).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Extract <code>meetup-widgets.zip<\/code> to <code>meetup-widgets<\/code> &amp; Upload that folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Set up your API key (and optional OAuth key &amp; secret) in your General Settings screen.<\/li>\n<li>Use your new widgets!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I find my API key?<\/dt>\n<dd><p>Log in to your Meetup.com account, then visit the <a href=\"http:\/\/www.meetup.com\/meetup_api\/key\/\">Getting an API Key<\/a> page.<\/p><\/dd>\n<dt>How do I find my OAuth key &amp; secret?<\/dt>\n<dd><p>You'll need to create an OAuth consumer for your website. Visit <a href=\"http:\/\/www.meetup.com\/meetup_api\/oauth_consumers\/\">Your OAuth Consumers<\/a> for more information &amp; to get started.<\/p><\/dd>\n<dt>How do I find my event ID?<\/dt>\n<dd><p>It's in the event page's URL: http:\/\/www.meetup.com\/<code>[group ID]<\/code>\/events\/<code>[event ID]<\/code>\/<\/p><\/dd>\n<dt>How do I find my group ID?<\/dt>\n<dd><p>If your meetup group is set up at meetup.com\/<code>[group URL name]<\/code>, the part after <code>meetup.com\/<\/code> is one of your group identifiers (the URL name). The other possible identifier is your group's ID number.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Adds widgets displaying information from a meetup.com group.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/16845","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/users\/1819835"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=16845"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=16845"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=16845"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=16845"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=16845"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=16845"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=16845"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}