WordPress Meetup Plugin

Wordpress Meetup PluginDescription

WordPress is a Content Management System (CMS) superstar; their services are used by 14% of the world’s best websites. Meanwhile, Meetup is on the vanguard of internet based social networks. They have 9.5 million members who meet over 2,000 times everyday in local communities across the nation.

Over 42,000 Meetup members in 146 cities in 10 countries are talking about WordPress everyday according to Meetup’s statistics.

Until now, there has been no efficient way to link an organization’s Meetup events easily and efficiently to their WordPress site. Nuanced Media has filled that need with the WP Meetup plugin.

WP Meetup fetches event information from Meetup.com and creates posts for each event. Additionally, WP Meetup provides an event calendar for displaying upcoming events either on a page on as a widget.

Organizations seeking to create a comprehensive calendar of events can collect events from multiple Meetup groups. It has never been so easy to aggregate and display events!

Installation

  1. Download WP Meetup from WordPress.org
  2. Upload wp-meetup.zip to your /wp-content/plugins directory.
  3. Activate the plugin through the “Plugins” area in the WordPress admin area.
  4. Visit the options page located at Settings -> WP Meetup and follow the instructions.
To include the event calendar on a page, create a new page and in the content editor, enter [wp-meetup-calendar] where you want the calendar to appear on the page.

WP Meetup Demo site

Screenshots

Wordpress Meetup PluginWordpress Meetup PluginWordpress Meetup Plugin

Nuanced Media
301 N Norton Ave TucsonArizona85719 USA 
 • 520-441-3131

Tags:

About Chris LaRose

Chris is actively pursuing a Computer Science degree at the University of Arizona as a freshman. He is an experienced web developer with a focus on WordPress, CakePHP, and jQuery JavaScript. When he's not writing code, he's taking photographs or enjoying a good novel.
  • http://blog.andrewshell.org/ Andrew Shell

     I just downloaded version 1.0 from wordpress.org today.  There seems to be a fatal error being thrown that prevents it from installing.  The error is because in events.php you call parent::WP_Meetup_Model(); which doesn’t exist. WP_Meetup_Model is just an empty class.  If you want to write using old school php 4 code then you should also create a WP_Meetup_Model method in WP_Meetup_Model and have it call it’s parent constructor parent::WP_Meetup();.

    Also, it would be great if your plugin supported more then one meetup.  I’m looking for something like this for our community site and I want to aggregate all the tech meetups in Madison, WI.

    • Anonymous

      Version 1.0.1 is posted.  I’d really appreciate it if you would let me know if it works for you.

      • http://blog.andrewshell.org/ Andrew Shell

        I just installed it and it seems to work great.  Unfortunately it doesn’t currently have the features I need for my site.  My use case requires that I can add multiple meetups and have them updated automatically (via cron or whatnot).  The plugin looks great though and hopefully I’ll be able to use a later version.  Keep up the good work.

        • http://nuancedmedia.com Nuanced Media

          Hey Andrew,

          We will look into installing those features. I can see how they would be very useful to the Meetup and WordPress community. I will post it here when they are integrated.

          If you wouldn’t mind giving us a review and a “it works” thumbs up that would be great :)  

          • http://blog.andrewshell.org/ Andrew Shell

            Awesome I’ll take a look. :)

        • http://nuancedmedia.com Nuanced Media

          Hey Andrew,

          We installed the features you were interested in.

           Hope you enjoy the plugin!

  • Chris LaRose

    Thanks for you feedback.  I think I’m going to go ahead and change the constructors all to the PHP5-style __construct(), because I bet the plugin won’t even run on PHP4, so there’s no use keeping deprecated practices.  just need some help recreating the error, so I know it’s fixed.  What version of WP are you running?  PHP version?

    And I didn’t think to allow multiple meetup groups, but that sounds like a great idea for a near-future update.

  • Steve

    Looks good… are there any plans to auto-create a post_type… not just a standard post?

    • Anonymous

      I think it would definitely be helpful, especially for developers that want to manipulate how the posts appear.  The event-to-(regular)post functionality is inelegant, though very easy for non-developers, so think the idea is certainly viable for a future release.

    • http://nuancedmedia.com Nuanced Media

      Hey Steve,

      We just released an auto-create post_type WP_Meetup plugin. If you have a chance, please check it out and tell us what you think.

      Thanks!

  • Sina Khanifar

    Thanks so much for setting this up Chris!

    One small problem/bug I’ve noticed on our community website is that if there’s no events displayed for the current month, but one in the following month, the calendar for the current month is shown anyway. Check it out on our site here: http://ousnorcal.org/ and here is a screenshot just in case: http://dl.dropbox.com/u/3155588/ishot-125.png (we have an event scheduled for december only).

    It might also be useful to add a “See all events” link at the bottom of the calendar, or maybe enable a way to view multiple months from the widget (though I guess this last option envolves a lot of work).

    Thanks again!

    • Sina Khanifar

      Also, the event pages themselves seem to give a 404 page not found HTTP response. For example here: http://ousnorcal.org/grace-cathedral-tour-reception-with-the-dean – any ideas on how to fix that?

      • http://nuancedmedia.com Nuanced Media

        Sina, 

        Thanks for the feedback. I will have Chris get back to you ASAP. I love the feature ideas and we are looking to add more features, so keep them coming. :)  As for your current problem have you tried to erase the event posts on your blog via the post area and then “Update Event Posts” on the Event page of the WP-Meetup plugin? 

        Thanks again and Chris will get back to you within the next couple days. 

  • Dave Bauer

    Hi,

    I am having trouble using this. It claims the URL for my group is invalid. I copied it from the URL bar and it looks fine to me. I tried with with and without the trailing slash.

    Any ideas?

    The URL looks like http://www.meetup.com/capitaldistrictskeptics/ 

    • http://nuancedmedia.com Nuanced Media

      Hey Dave,

      It works fine on our testing site. It might be that meetup.com had some downtime or a variety of other issues. I would try it again now and see if it works. If not, uninstall and reinstall the plugin and try it again. If it still doesn’t work, post a follow up comment and we will see if we can try something else. 

      • Occupy Stockton

        I’m having the same issue and reinstalling did not help.  Does the widget handle the “everywhere” communities as well?  That might be the problem with mine (not sure about Dave’s)

        • Dave Bauer

          Mine is a community with a location. I tried again and it did not help. It doesn’t apear to be an intermittent issue with meetup.com.

          I look forward to the next release, thanks!

  • Casey

    Where can I change the red color that is behind the days of the week on the widget? Thanks!

    • http://nuancedmedia.com Nuanced Media

      Hey Casey,

      Thanks for asking. If you go to your widget editor and select wp-meetup plugin and then select the wp-meetup/global.css you can manipulate how the plugin works. If you are looking to change the style of the days of the week widget. I should manipulate this area. 

      /** * Widget calendar */#wp-meetup-widget-calendar {    }#wp-meetup-widget-calendar table {    width: 100%;}#wp-meetup-widget-calendar table caption {    text-align: center;    font-weight: bold;}#wp-meetup-widget-calendar thead {    background: #E51937;    color: #fff;}#wp-meetup-widget-calendar th {    font-weight: bold;}#wp-meetup-widget-calendar th, #wp-meetup-widget-calendar td {    padding: 3px;}

      I would copy the entire CSS file into a text editor and then play around with it. This way if you break something you can just copy and paste the old non-broken code back in. 

  • Zuddd

    Calendar appointments are not reflecting the correct time of the actual appointment in meetup.

    • http://nuancedmedia.com Nuanced Media

      Hey Zuddd,

      Could you send us a link to your site and the meetup event where it is live? We are also getting ready to release the next release and we will double check this on our end. Thanks for you patience. Have a great weekend.

    • http://nuancedmedia.com Nuanced Media

      Zuddd,

      Have you tried changing your time setting under Settings >> General on your WordPress admin panel? 

  • Occupy Stockton

    Hey guys, for some reason I keep getting the message that the URL is not a valid group or whatever.  If you go to http://www.meetup.com/occupytogether however it is a valid group.  What I want to pull in are the events from our community which is http://www.meetup.com/occupytogether/Stockton-CA/ … it won’t accept that as a valid group either.  I do web development for a living so you’re not dealing with someone tech impaired here, but I’m not as savvy with backend stuff and I’m a little uncertain where I could edit the php to fix this myself.  A little guidance would be most appreciated.  Thanks.

    • http://nuancedmedia.com Nuanced Media

      Hey Occupy,

      We are getting ready to release the next version of the plugin and it should remedy the problem. If it doesn’t please give us a heads up and we will take a look at your particular situation. It is really weird that it isn’t working. I will tell you when the next version is released. Thanks! 

    • http://nuancedmedia.com Nuanced Media

      To the 99% :) ,

      Our plugin isn’t really made for what you are doing (adding over 200 meetup groups); however, I would suggest that you add the top 20 or so meetup groups and then state that other groups can request to be added to the calendar if so desired. Does this work around work for you? We will be pushing out a new release tonight so you can tell us what you think. Hope this helps. 

      PS I have dropped by the Occupy Tucson event a few times. Keep up the good work!! 

    • http://minorityatheistsofmi.org/ Beautifulblackatheist

      I have installed, uninstalled and reinstalled only to receive the same message:
      What is the web address of the Meetup you want to embed?This was not a valid Meetup event address.

      • http://nuancedmedia.com Nuanced Media

        Heya,

        Sometimes the meetup api hiccups a bit. I would give it a while and try it again. If it doesn’t work for you when you try it later. Please post back. I know it is weird but this has happened before. 

        Cheers :)  

  • http://worldimevents.com murraystewart

    I am building a site around a specific topic and wanted to display all upcoming events from meetup worldwide. is there a way to show search result around specific keyword terms across all groups rather than individual group/s?

    • http://nuancedmedia.com Nuanced Media

      Hey Murray,

      Our widget doesn’t currently have those features. I will look around and see if there is anything else that does that. If not, I will put it on the feature integration list.

      Thanks! 

    • http://nuancedmedia.com Nuanced Media

      Here is an answer directly from the developers at Meetup.

      If you wanted structured data you could query the open_events api by topic http://www.meetup.com/meetup_api/docs/2/open_events/#params If you wanted an rss xml feed you could use http://{topic.urlname}.meetup.com/newest/rss/ http://newtech.meetup.com/ is based on a topic “newtech” A user can get a feed of events in groups with this topic via http://newtech.meetup.com/newest/rss/ 

  • Samiam00

    just updated to 1.4, and now when i click on an event in the calendar, it goes to a bad url and can’t find the event page.  is this a result of the change to the post type in 1.4?  also, the plugin never automatically fetched events.  it has always required me to push “update event posts” to show any changes.

    • http://nuancedmedia.com Nuanced Media

      Samiam00,

      Thanks for the heads up. We released it late last night and didn’t get a chance to check it out on our testing server. Please disable the plugin and I will give you a heads up when it is fixed. Sorry for the inconvenience. BTW, the updating issue is fixed in the new version of the plugin. 

    • http://nuancedmedia.com Nuanced Media

      New version is out Sam I am :)

      • Samiam00

        got it, and it’s working.  thanks!

  • Anonymous

    I am having the same problem as Occupy Stockton and Dave Bauer. I put the group URL (http://www.meetup.com/James-River-Writers/) in the “Meetup.com Group URL:” field and it says, “The
    Group URL you entered isn’t valid.” If I use the same URL in a browser,
    it goes straight to the MeetUp group page with no problems.

    I have the MeetUp plugin v. 1.3 installed which is the only one
    available from the WordPress plugins page. I notice that Samiam00
    (below) installed the new release, 1.4. I can’t find a link to this
    anywhere. Will this solve the invalid group problem? Where can I get it
    to give it a go?

    • Anonymous

      We temporarily disabled v1.4 after samiam00′s comment, but you’re welcome to try it yourself at http://wordpress.org/extend/plugins/wp-meetup/download/.  There’s a link for 1.4 under other versions.

    • http://nuancedmedia.com Nuanced Media

      Royd,

      The new version is out hope this fixes the problem. 

  • Anonymous

    Forget my last comment. In re-activating the plug in, I realized that I did a bad cut and paste on the API key (missed one character). Once that was corrected, it accepted the URL immediately.

  • http://twitter.com/FreshFiction FreshFiction

    I can’t seem to install 1.3. After I manually install in plugins directory and then try to activate the plug-in, I get a strange message “trying to open plugin.php” then my entire wordpress installation stalls, I have to delete the plug-in manually to get it back. Causing me a heart attack btw. I tried downloading the plugin from wordpress.org and from this site. Have tried three times now with same result. Can you check please? I’d like to try because I have an active meetup.com / eventbrite group and would like to include the calendar of events automatically.

    Thanks, Sara

    • http://nuancedmedia.com Nuanced Media

      Sara,

      We have released a new version and hopefully it will fix all your problems. You may have to clear your browser cache after installing the new plugin. Hope this works for you. Please tell us if you continue to have problems. 

      Thanks! 

      • http://nuancedmedia.com Nuanced Media

        PS we also added a nice upcoming event widget which can feature your next upcoming events. Thanks for staying committed to the agile development process. 

  • Anonymous

    Is there a way to control the content of the post coming into WordPress? Specifically, I’d like to omit the “Group” heading and name, but keep the Date and Venue information. I don’t see any parameters in the plugin interface on the dashboard to do this.

    Thanks,

    • http://nuancedmedia.com Nuanced Media

      Royd,

      This is a great suggestion for our next release version. I will add it to our future feature list. Unfortunately, as of right now there is no way to do this via the interface. However, you can go and edit individual posts after they are created. 

  • BrianG

    With v1.4.1 installed I am getting the same problem described earlier…
    I put the group URL (http://www.meetup.com/Bend-Wordpress-and-Beer/) in the “Meetup.com Group URL:” field and it says, “The Group URL you entered isn’t valid.” If I use the same URL in a browser,it goes straight to the MeetUp group page with no problems.

    • http://nuancedmedia.com Nuanced Media

      Brian: Love your Meetup group!!!! I just tried it on our testing site and it worked fine. You might what to try it again as sometimes meetup is sporadic. I will shoot this over to Chris to see, if he has any other insights. Please give us a heads up, if you get it working. 

      Thanks! 

  • roydmckelvey

    I’m experiencing some serious weirdness after updating my WP Meetup plugin to 1.4.1 yesterday. A buch of contradictory/confusing things are occurring. 

    When the plugin is activated, I get a number of posts from MeetUp on my home page, but none of the other posts show up. If I deactivate, the “normal” posts show up. Further, I had forty or so posts before the upgrade coming from MeetUp, but now it only shows around 10. Finally, the posts that had come from the plugin are now gone from the link on my “Posts” page on the dashboard. It says there are “43″ of them, but if I drill down it says there are none!

    The calendar on the sidebar now says there are no events and therefore is not displayed.

    I’m not sure what to do. FYI, someone else reported very similar issues on the WordPress forum to which I added my issues (http://wordpress.org/support/topic/plugin-wp-meetup-site-posts-gone-after-upgrade-to-wp-33?replies=2).

    What to do?

    • http://nuancedmedia.com Nuanced Media

      Hey Royd,

      Sorry to took me 24 hours to get back to you. With some more advanced themes we have noted this problem and are working on fixing with the next update. For now I would revert back to one of the previous versions. Located here: http://wordpress.org/extend/plugins/wp-meetup/download/

      Sorry for the hassel but we are working on it. Thanks for your patience. 

      • http://nuancedmedia.com Nuanced Media

        Royd,

        We updated the plugin, please tell us if you have any problems. Please deselect “Include event posts on home page” option. 

        Thanks 

  • http://thevipexperience.net/ Ici57

    Just started using your plugin and it’s great EXCEPT!!!   Previous events are remaining on the upcoming events list…   I tried forcing an update but that didn’t work,,, I also noticed the “publish” date being way off… Some are dated even before the meetup group was created…  any thoughts???

    http://thevipexperience.net/ 

    • http://nuancedmedia.com Nuanced Media

      Ici57,

      I looked at your site (Nice site btw) and it looks like the previous events have come off the upcoming events list. The plugin does automatic update calls to Meetup, so it is possible it just needed to update. 

      As for the published dates, they are intended to be way off. If the post was created the day of the event then it wouldn’t show up on your website until the day of the event. It looks like you have the 2 month option selected to it is predating the posts 2 months before the event. Does this make sense? 

      Thanks! 

  • Amber

    This plugin is exactly what I need but when I activate it, my menu and home page slider disappear.  It only does it for the home page and not the others.  I will try an older version of the plugin for now, but wanted to give a heads up for the next revision.  Thanks!

    • http://nuancedmedia.com Nuanced Media

      Hey Amber,

      Try deselect “Include event posts on home page” option.  Tell me if this fixes the problem for  you? 

      Thanks

      • Adal

        That solution solved a totally different Javascript related problem for me. That option is dangerous and I suggest disabling it by default.

        • http://nuancedmedia.com Nuanced Media

          Great idea! I will add it to our project map. 

  • joe

    Here is my site http://www.collectove-evolution.com
    When i try to click the meet ups in the sidebar it says the page isnt found.. any reason? Not sure what to do or change to fix this.

    • http://nuancedmedia.com Nuanced Media

      Hey Joe,

      I would try setting the option to have events posted two months out and then update the events. If that doesn’t work then try uninstalling and reinstalling the plugin. If this doesn’t work please get back to us. 

      Thanks!

      • joe

        Will it create a working link for events already created? We have upcoming events that show up but they have been created already. I’m wondering if since they have been created already it doesn’t work with the plugin?

        • http://nuancedmedia.com Nuanced Media

          Everything should work. Please just post any problem that you have. 

          Thx!

  • R3901

    When I add the groups URL and hit Update Options the screen just goes blank. Then when I reload the page nothing has changed, it still just says http://www.meetup.com/. Any thoughts?

    • http://nuancedmedia.com Nuanced Media

      It might be that either your server or that Meetup.com’s server is slow at the moment. I would try it in a while and give it a minute to process. If you continue to have this problem, please tell us and we will get to the bottom of this thanks. You might also want to try to uninstall and reinstall the plugin if the problem persists. 

      Thanks!! 

      • R3901

        I reinstalled and it’s the only option that won’t update, just goes blank til I refresh. I’m using the latest WP and XAMPP.

        • http://nuancedmedia.com Nuanced Media

          Really interesting. I will have a developer look into it. Thanks for your patiences. :)  

          • http://nuancedmedia.com Nuanced Media

            We are still looking into it. Hopefully, we will have a resolution soon. Thanks for your patiences. 

  • http://twitter.com/BIMarcom Terri Rylander

    Continuing the post from Chooseamc from the WordPress plugin site:

    Tried your suggestion and changed the Settings/Reading to ‘Homepage Shows Page’ instead of post. Still getting the error where the home page pulls in all posts in their full length – even though there is no place asking for that on the home page. As a reminder, using WP 3.3.1 and using the Meetup plugin v1.4.3. Theme is RT13 from ThemeForest and uses a post format for the slider – which may be the cause of the conflict if posts are tending to do that. BUT I can’t give up our slider!  http://www.friendsofgoldbutte.org

    • http://nuancedmedia.com Nuanced Media

      Hey Terri,

      I will shoot this over to a developer and try to get this figured out. 

      Thanks and I will get back to you soon :)  

      • http://nuancedmedia.com Nuanced Media

        We are still looking into it. Hopefully, we will have a resolution soon. Thanks for your patiences.

  • http://www.wistex.com/ WisTex

    How do you add Meetup groups that have their own domain name?  Your plugin says it is an invalid URL.  Example: http://www.grounduphouston.com/  Thanks.

    • http://nuancedmedia.com Nuanced Media

      Hey WisTex,

      Sometimes the meetup api has a few hiccups. I would wait a few minutes and try again. 

      Thanks! 

      If the problem consists then I please let us know. 

      • http://www.wistex.com/ WisTex

        No, still the same problem:

        “The Group URL you entered isn’t valid.”

  • Derek

    Installed WP Meetup and it knocked out my JQuery Drop Down Top Bar Nav Menus. Menus comes back when I Deactivate WP Meetup. Any thoughts? Also, can I see a sample page with your ads on it before I accept? Thanks

    • http://nuancedmedia.com Nuanced Media

      I will shoot this over to a developer and try to get this figured out. 

      Thanks and I will get back to you soon :)

      • Derek

        Hiya, Derek here.  Any progress? Thanks!

        • http://nuancedmedia.com Nuanced Media

          Hey Derek,

          Still working on it. Have you tried to disable the ”Include event posts on home page” option? In the last update we added some code to help people who are dealing with not being able to import events. Sorry for the delay. 

          • http://nuancedmedia.com Nuanced Media

            Derek,

            What theme are you using? 

  • Lebsica

    I use the WP graphene theme and when the plugin displays the meetups as posts, the theme shows them in a slider on the front page.  The problem I’m having in the slider is that the image in the meetup (hence in the post) is not displaying in the slider.  Additionally, it appears that the meetup is being created twice.  One is a post and the other is an event.  Lastly, all my other posts that are not from meetup.com are not coming up at all.  Can you help at all???  

    • http://nuancedmedia.com Nuanced Media

      Hey Lebsica,

      On the option page there is an option to allow posts on the home page. Please unselect this option and then the posts should not show up on the landing page. If this doesn’t fix your other problems, please let us know. 

  • Rhcbiz

    Are there any known issues with the Thesis theme? Everything seems to work except for the actual creation of the event posts. Even If I manualy go into the events setting and edit and save a post it just doesnt save.  Any ideas?

    • http://nuancedmedia.com Nuanced Media

      Rhcbiz is was nice talking to you on the phone and looking forward to figuring out the issue. 

  • Lana

    I also use the Graphene theme and it seems that whenever I install this plugin the menu on my homepage disappears.  Any thoughts on this?

    • http://nuancedmedia.com Nuanced Media

      Hey Lana, 

      I am having the developer look into it. I would try disabling the ”Include event posts on home page” option  and see if this helps. 

  • Toby

    Love this plugin – even if just for the sidebar widget integration!

    Is it possible to have the sidebar widget links take you straight to the event on Meetup rather than to a page on your site with more info about the event?

    • http://nuancedmedia.com Nuanced Media

      Hey Toby,

      Thanks for the support and your suggestion. Once we get all the bugs out, we will add it to the list. 

      • dan

        any update on adding this functionality? i’ve been sifting through all the javascript and don’t want to screw anything up.

  • Anneke

    Menu bar disappeared from homepage after installing Meetup plugin!

    • http://nuancedmedia.com Nuanced Media

      Please  disable the ”Include event posts on home page” option  and see if this helps. We disabling this a default on the next update. I apologized for any heart palpitations this may have caused.  Which theme are you working with, so we can test the new update with it? 

      Thanks again!! 

  • Deborah

    I love this plugin! Thanks…question…is there a way to categorize the post feed from meetup to have them go into different categories automatically? I am using a magazine style site for my client who has “special events” “zen meditation” and “days of mindfulness” all that he posts on his meetup. Here is the url to see what I am talking about http://www.ensomeditation.com

    Thanks for creating this!

    • http://nuancedmedia.com Nuanced Media

      Thanks Deborah! Are you talking about breaking up one meetup group into numerous categories or different meetup groups different categories? 

      Thanks!

  • Ann

    I have installed a complete new menu bar…unfortunately this was the only thing that worked.

    Another question. At this moment people can click on the meetup event button (View event on Meetup) and they will automatically be directed to the Meetup event page incl all the address info, etc. Is it possible to direct them to the Meetup login page. This way non members still get to see what we have planned on the new website but can’t get into the private information of the meetup website such as address info.

    I would like to have my events info public but of course rather not my personal information.

    Thanks!

    • http://nuancedmedia.com Nuanced Media

      Hey Ann,

      What happens if you set your meetup group to private? Do you have an example? 

      Thanks. 

      • Ann

        Thanks! When I have my group as private, my visitors are being redirected to my membership pages. I will also look at my Magic Members settings. It’s just that I like to set up some teasers so that visitors will sign up as well :)

        • http://nuancedmedia.com Nuanced Media

          Glad, we could help!!! Have a great day :)  

  • Matt

    Hello,
      I installed the plugin but when I try to set the API key and save that configuration, the next page is blank and it does not save. Has anyone seen this before? Help… thanks!
     

    • http://nuancedmedia.com Nuanced Media

      Nope first time hearing about this. Could you try to uninstall and reinstall and see if the problem persists? Thx! 

      • Anonymous

        I am having the exact same problem as Matt. I think the problem is in the theme. I enter an API key and my group URL and the /index.php?page=wp_meetup page loads nothing. it is blank. I go back and refresh the settings page the key has disappeared and the group URL is again simply meetup.com. I have reinstalled twice, same problem.
        I am running WP 3.3.1 and using the Cover WP Child 1.6.6 theme.

        On another blog of mine, I use the Blocks2 2.0 by mg12 and the install worked fine. The /admin.php?page=wp_meetup page actually loads content and states a successful API key.

        How possible is it to get a fix for the Cover WP Child 1.6.6 theme?

  • Meghan Simington

    Love this plug in but it has crashed my site due to inquires to my database? Has anyone else had this same problem? Is there a way to decrease the amount of times it is checking meetup/directory per hour?

    • http://nuancedmedia.com Nuanced Media

      You could change the variable in the code. We will look into adding an database option in the next version. Thanks for the feedback. You are the first have an issue with this that we have heard about. 

      • Meghan Simington

        We apologize for any inconvenience this may have caused you. Basically, your website http://coquitlammommy.ca/ redirects to installation page if MySQL database queries exceeds. This is the reason your website is not working. You need to make necessary changes to the website and make sure that your website will not exceed the MySQL query limit. You can wait for one to two hours so that the query limit will reset and your website will work.

        Query limit is the maximum number of database actions performed in one hour by a specific user. Note that a user can have multiple concurrent MySQL connections, in which case the sum of all database actions for all connections cannot exceed the given limit. The maximum number of concurrent MySQL connections per user is 10. The maximum number of database queries per user is 75,000/hr.

        The queries will reset every hour and is kept by user however every time the pages on your site are accessed you are still attempting to make queries to the database server. Because of this even though you are getting errors your script are still accumulating the queries. As a temporary fix for this issue you can delete and recreate your user however this error will still come back if you do not condense the amount of queries your script uses by optimizing your SQL usage. Below is a link that should help, show you how to optimize your MySQL usage:
        http://www.sitepoint.com/article/optimizing-mysql-application

        • http://nuancedmedia.com Nuanced Media

          Hey Meghan,

          The plugin is not rendering any where close to 75,000 database queries per hour. What other plugins are you using? Have you thought about using a caching plugin to limit the number of database queries?

          Thanks! 

          • http://www.pisgahareasorba.org/ Chris

            Meghan is not the only one having this same issue. I found out the issue was due to your plug in. When disabling your plug in I have no issues. I really found out it was the plug in when I removed the meetup group it hung on the page and then word press install came up. The reason I removed the meetup group was because of duplicate posts, which I see there is a way to remove them from a earlier poster. I think as long as I don’t remove the meetup group the issue does not happen. 

          • http://nuancedmedia.com Nuanced Media

            Chris thanks for the feedback. We will look into this. 

          • Meghan

            Was there any update on this plugin? Really want to use it but concerned with it crashing the site again?

  • http://nuancedmedia.com Nuanced Media

    Sorry Anneke,

    The plugin isn’t designed to do that. :(  

  • Valerie Ekstrom Lancaster

    When i try to click the meet ups in the sidebar it says the page isn’t
    found.. any reason? Not sure what to do or change to fix this. I looked through

    • http://nuancedmedia.com Nuanced Media

      Hey Valerie,

      Go to permalinks under setting. Change the setting to whatever hit save and then re-save it as the post name option. Update the plugin and everything should work. If not try to uninstall the plugin and reinstall it. Please keep us posted if you have any other problems. Have a great day!! 

      • Valerie Ekstrom Lancaster

        Thanks that did it!!!!!!

  • Charles Gerena

    Hi … I really like the plug-in, but I’m having a problem with duplicate posts. Some of the posts (not all of them) are showing up twice when I display all events on a page:

    http://www.jamesriverwriters.dreamhosters.com/resources/calendar

    Is there something about the way the Meetup events are formatting that is causing this problem?

    http://www.meetup.com/James-River-Writers/ 

    Also, how do I delete the duplicates that are already there? I cannot see the Meetup posts when I list all posts on my WP dahsboard, and when I tried to use a bulk delete plug-in to get rid of them all and refresh, it didn’t work.

    Thanks!
    Charles Gerena

    • Charles Gerena

      Hi … I really need a reply to my question as soon as possible. Our new website is launching in a matter of days and this problem is still occurring. Thanks!

      • http://nuancedmedia.com Nuanced Media

        Sorry for the delay it has been a crazy week. http://yoururl.com/wp-admin/edit.php?post_type=wp_meetup_event should get you to an admin page where you can delete duplicate posts. We are currently looking into this issue and hope to have it resolved in the next release. Thanks for you patience. 

        • Charles Gerena

          Many thanks! Completely understand about having a busy week :)

          Question: Will the dups show up again when the plug-in syncs with Meetup every hour? If so, is there a way to change the update so that it occurs only manually?

          • http://nuancedmedia.com Nuanced Media

            They should not bring up the event again. Please give us a heads up if it does. We are integrating the manual update feature in the next release.  What theme are you using btw? We would like to look into the admin page not showing up. 

            Thanks!! 

          • Charles Gerena

            We are using a customized theme, so that may be the problem.

  • Pamela Loveland

    Love the plug-in, however, when I just updated it – it removed the menus from the home page (not the others).  I deactivated it and the menu returned. Any thoughts on how to use the plugin and not have that issue?  Thank you!

    • Pamela Loveland

      I actually found another post on WordPress.org saying to uncheck to display on homepage, and the menu is back. But now it keeps telling me the address for the Meetup url is invalid? (It worked before, but I uninstalled and re-installed to try to get the menu back so had to re-enter things. Now it won’t show the calendar.)

      • http://nuancedmedia.com Nuanced Media

        Hey Pamela,

        Are you still having a problem with this? 

  • http://www.facebook.com/heathyre Heathyre Perara

    I love the potential of this plug in however I am using a theme that does not allow me to install widgets via the backend, where can if find info on the coding to install the widget into my sidebar via my theme? (I’m not sure if I am asking this the right way….) Another problem is I am using a very old theme which still works but hasn’t been updated in like 5-6 years (Polaroid) so everything is a bit more difficult to make it work right, but I just don’t want to give it up. LOL

    • http://nuancedmedia.com Nuanced Media

      Hmmmmm, that sounds pretty rough Heathyre. I would suggest you update to a plugin that is more current. You are probably not showing up well on mobile and possibly other browsers. 

  • http://newseattlewahomes.com/ Bill W.

    Awesome plugin.  I’m trying to use WP Meetup in conjunction with Events.  How do I change the url for the archive of events?  For example, right now it’s under “domain/events”…I’d like to change it to something like “domain/meetup-events”.  Thanks!

    • http://nuancedmedia.com Nuanced Media

      Bill,

      Great Point!!! We initially had the category option but must have been lost in the updates. I will add this to our development list of things to do. 

      Have a great day!! 

  • Bill W.

    Are there shortcodes other than  [wp-meetup-calendar]?I’m trying to display upcoming events for a specific group.

    • http://nuancedmedia.com Nuanced Media

      Sorry not currently. What type of short code are you looking for? 

  • http://nuancedmedia.com Nuanced Media

    Sorry the plugin doesn’t currently support that functionality. 

  • Albertojm

    Guys, I’m having trouble with this plugin. When I activate it I get this:

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE emp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))
    ¿Any Idea :-| ?
    Hope someone can help me out.
    Thanks so much for everything!

    • http://nuancedmedia.com Nuanced Media

      Thanks for the heads up! We are looking into it! 

  • Shawn

    I load up correctly and able to pull all the events from my group while in admin mode but when I run I get the following error msgs on the home screen …

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE wp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE wp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE wp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

  • http://twitter.com/MegaSpork Mega Spork

    Just installed your plugin on Quynn.com — We’re from Tucson too!  How awesome!

    • Pamela_CCN

      I’m experiencing the same issue. Was there a fix?

      • http://nuancedmedia.com Nuanced Media

        If you go to the permalink section in you setting panel and set it to post name. It should resolve the issue. You may have to uninstall and reinstall the plugin. Please give us a heads up if this doesn’t work. 

        • Pamela_CCN

          Thanks, it did

        • Ron

          that sounds like the answer for a page using the plugin. what about using it as a widget in the sidebar

          • http://nuancedmedia.com Nuanced Media

            It should fix where the links are pointing too as well. New version coming out tomorrow btw. 

    • http://www.legalsupportondemand.com/ Bernadette Smith

       I manually created the directory http://www.url.com/events using FTP and the widget worked! Hope this helps.

    • http://nuancedmedia.com Nuanced Media

      Everything should be fixed. Please send us a email if it isn’t.

      Thanks!

  • Stewartntownsend

    Hi

    Great plugin, I have linked the API and pulling the meetup group data into my instance, it can create the calendar and populates the page with the details but when I click on a entry in the calendar it goes to say

    http://bigdataweek.com/events/mahout-special-session-with-ted-dunning-sean-owen/

    which is empty, I can see the post inside Admin but it cant seem to publish it live.

    The Theme is
    Eventure 1.0.1 by Chris Molitor

    Running WP 3.3.2

    • http://nuancedmedia.com Nuanced Media

      Try reseting your permalinks to post name. This should fix the problem. If not try uninstalling and reinstalling the plugin

  • Johnantonacci23

    plugin eliminated my main menu (alyeska theme)

    • http://nuancedmedia.com Nuanced Media

      Disable the display plugin on the home page option and it should fix the problem. 

      Thanks, 

  • Lee Hempfling

    date issue: using the widget it is starting at the event of yesterday’s date , not a future event… the meetup account has events every day and instead of listing the next upcoming events it lists yesterday’s event and then starts the rest…. where in the code is this calculation.. i’ll change it.. thanks

    • http://nuancedmedia.com Nuanced Media

      Thanks for the update! 

  • CardiffInternet

    After an afternoon of not being able to get a ‘Buy Ticket’ button working for a Meetup RSVP, I’ve sadly uninstalled your plugin (which looked promising). Unfortunately, it seems that none of my previous posts with a category of “Events” (slug: events) are working at all.

    If I renamed the ‘events’ slug to ‘events3′, they all work again but obviously I don’t want to do this as it kind of misses the point of having permalinks at all!

    The fix for this is to go to Settings > Permalinks and select the “Default: ttp://cardiffinternet.com/?p=123″ option. Hit save. Then revert to your preferred link structure and hit save.

    Am recording this here, as it worked for me. Shame that I can’t get the plugin to do what I want — I want a big red button that says “Buy Tickets Here” which links straight to the checkout process on Meetup.com. It seems that everything I try is just linking to the meetup event page, meaning that my attendees have to perform another click RSVP to get tickets — doesn’t sound like much but more than one of my group has indicated that they don’t know how to buy tickets…

    Any help greatly appreciated.

  • Steven Lischer

    When I enter the api key and url, clicking updating options returns a blank page and doesn’t update anything. Deactivating/reactivating has no effect. Unchecking publishing options has no effect. I tried reinstalling as well. No other plugins are active. The plugin doesn’t seem to add any tables or values to the database. WP 3.4.1 WP-Meetup 1.4.4 I’ve started scouring the code, but haven’t found anything yet.

    • Steven Lischer

      I’m still having this issue. Is there any additional information I can give you to help diagnose the issue?

    • Steven Lischer

      just ran sudo apt-get install php5-curl to fix it.

  • Darth Imperius

    The widget event links to a non-existent url on my site instead of my meetup event url. I unchecked the use on home page box. I selected a different permalink option, saved, then checked “day and name” and saved. I uninstalled and reinstalled the plugin. The link is still broken. Is there any way to use this widget? Thank you.

    • http://nuancedmedia.com Nuanced Media

      Please change your permalinks structure to post

  • Heather

    Great plugin.  I’m using it to aggregate different meetups on a particular subject, but I want to be able to display different calendars for different cities.  So you might have one calendar NYC with 5 meetups and then another one for London with 5 other groups.  Is there anyway to split the meetups into different groups in order to enable them to show up on different calendars?
    THanks!

  • Heather

    Great plugin!  Is there anyway to add attributes to the shortcode?  I’d like to have several different calendars and show different Meetup groups on each.  Is there any sort of id or name attribute that could be added?  So the shortcode might be [wp-meetup-calendar name="blue, green, red"] and then on a different page you might have [wp-meetup-calendar name="black, yellow, purple"]? 

    Many thanks!

    • http://nuancedmedia.com Nuanced Media

      Sorry not as of right now :(  

  • Lincs

    This looks great, I’m really excited to find this plugin. Thanks for building it! 
    Sorry for this question, but I’m just not clear on how to pull events from multiple Meetup groups? There seems to be only room for one URL… unless you can add commas? 

    • http://nuancedmedia.com Nuanced Media

      Hey Lincs,

      You just have to add one group at a time. 

  • http://twitter.com/stewarttownsend Stewart Townsend

    Hi

    Ive reset permalinks, deleted the plugin and reinstalled, but still not joy Im afraid. Ive also tried this on a fresh WP install as well, but cant seem to get the pages to work.

  • Amaresh Chandra Das

    Is it now stabled one ? so i can use ?

    • http://nuancedmedia.com Nuanced Media

      New version coming out tomorrow :)  

  • Taidgh

    I am having a small but significant problem!
    When the posts are fetched from Meetup.com they display the wrong time in the post on my site.
    See http://www.meetup.com/Italian-Conversation-in-London/events/86010262/ and http://ofcourseitalian.com/events/italian-conversation-at-candid-art-trust-cafe/

    The time changes from 7 to 8pm… I tried to ……

    Scrap that… changed time in WordPress/Settings/General.
    I do feel quiet the fool!
    Hope it helps someone.
    Thanks for the plugin… although somethings dont work for me (disappearing menu etc) it is by far the best i have seen

    • http://nuancedmedia.com Nuanced Media

      Thanks for the fix. We are working on the disappearing menu :)  

  • http://www.facebook.com/profile.php?id=1523117752 Gary Cameron

    This is a great plugin, and has been a big help with the non-profit organization I’m helping to get off the ground.  (www.jobgroup.org).  However, I’m having an issue with the Calendar view.  If an event is cancelled on the Meetup site, I can’t find a way to completely remove it from the Calendar view on our web site, and it is confusing people.  If I trash the event on my website, it no longer shows highlighted in Red as being part of the meetup group, but the text still appears on the calendar.

  • http://www.facebook.com/victoria.wolf Victoria Wolf

    I installed the plugin and the menu bar and all links on the homepage do not work. Unintall the plugin and everything works again. Any ideas?

    • http://twitter.com/JL_DesignStudio JL Design – Jennifer

      I have the same issue :(

      • http://nuancedmedia.com Nuanced Media

        New version is coming out tomorrow. If you disable the display posts on landing page, it usually fixes the issue btw. 

  • http://www.facebook.com/victoria.wolf Victoria Wolf

    Found the answer to the menu issue, thanks!

    • http://nuancedmedia.com Nuanced Media

      Glad to hear it :)  

  • Anika Okje Erdmann

    How can I make all post go to ONE category and also can I use the tag?

  • Anika Okje Erdmann

    hi, how to assign the uptated to ONE category and how to use the tag???

  • http://www.facebook.com/profile.php?id=1429026394 Charles Cox

    I love this plugin. I would really like to see an option to have it post only Meetup post titles on the front page as opposed to the full post. Some of the Meetups have 1000 word descriptions :) Is there a way to accomplish that?

  • http://www.facebook.com/stewarttownsend Stewart Townsend

    Hi

    Is it possible to edit the calendar display, when I use the create page and post in the standard calendar component, I get a page that shows the calendar but also lists out all the groups.

    I just want it to show the calendar of events not the groups themselves, is that possible ?

    Thanks

    Stewart

    • http://nuancedmedia.com Nuanced Media

      Hey Stewart,

      We don’t currently support that functionality but will look at adding it in the future. 

  • Arul Amudhan Gunalan

    Can I add tags or set events as categories?

    For example, we have three kinds of events in our meetup group and I want to put each of those events into specific categories.

  • Arul Amudhan Gunalan

    Can I add tags or set events as categories?

    For example, we have three kinds of events in our meetup group and I want to put each of those events into specific categories.

  • http://www.facebook.com/stewarttownsend Stewart Townsend

    Hi

    Not sure if something has gone wrong but I submitted three questions that were posted, then it seems to have gone.

    It was related to the calendar, categories etc.

    • http://nuancedmedia.com Nuanced Media

      Your Comments are listed :)  

  • http://www.facebook.com/stewarttownsend Stewart Townsend

    Questions were

    Calendar page – can I remove the list of the meetup groups themselves ? http://bigdatameetups.com/calendar/

    In terms of CUSTOM POSTS is it possible to allocate categories or somehow segment them at all ?

    Ie I have meetups from 5 countries I want to categorise them by country.

    Is there a way to cut down the description to just a snippet, then get the full text when drilling into the article ? 

    • http://nuancedmedia.com Nuanced Media

      Sorry not with the current version. We will look at adding this to future versions. 

  • http://www.facebook.com/stewarttownsend Stewart Townsend

    Thanks for coming back appreciated. 

  • http://www.facebook.com/stewarttownsend Stewart Townsend

    Ignore :-) seen the new update to v7, done and all works fine. thanks

  • http://twitter.com/brownreport Jason Brown

    never mind I figured it out

    • http://nuancedmedia.com Nuanced Media

      Good to hear. Happy Holidays. 

  • http://www.facebook.com/victoria.wolf Victoria Wolf

    Addition to my earlier comment, added Event Manager plugin and now the widget is working but still have the crazy extra text in non-event days on the calendar.

    • http://nuancedmedia.com Nuanced Media

      Have you updated the plugin? Can you post a url, so we can see what you are talking about? 

      Thanks!

  • fabianotef

    hi, when something for joomla;  we need to export easily to an expat hub site done with joomla and jomsocial without posting every single events there

  • Jesus g

    Problem with the plugin not inheriting custom templates and layouts.  It shows published but I get 404′s and it doesn’t have the template selection on it.      wordpress 3.4

    • http://nuancedmedia.com Nuanced Media

      Have you tried it with wordpress 3.5?

  • ushag

    Hi, This is a great plugin with some nuances. Can you help with the following?
    1. This looks like a data issue: post_id is null on a majority of our events and so clicking the event from the calendar is simply reloading the page.

    2. The Calendar short code on a page with slug /calendar/ does not work if its under the Events (slug: /events) page. Are these special paths?

    3. Every access to loading the events on the home page is generating this error log:
    WordPress database error Multiple primary key defined for query ALTER TABLE wp_wpmeetup_groups ADD PRIMARY KEY  (`id`(16)) made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), call_user_func_array, wp_widgets_init, do_action(‘widgets_init’), call_user_func_array, __lambda_func, register_widget, WP_Widget_Factory->register, WP_Meetup_Events_Widget->__construct, WP_Meetup_Events_Controller->__construct, WP_Meetup_Controller->__construct, WP_Meetup->import_model, WP_Meetup_Groups->__construct, WP_Meetup_Groups->create_table, dbDelta

    Thanks

    • http://nuancedmedia.com Nuanced Media

      We are looking into this. Thanks for you patiences 

  • Swaminathan SP

    So I downloaded this plugin, played with settings and added the text wp-meetup-calendar] in the html editor. Website already events page where I had to display other workshops, now after this the page had big size fonts and totally out of style. I’m zero with php but good at html, trying to understand how this plugin works, appreciate any help offered. Thanks!!

    • http://nuancedmedia.com Nuanced Media

      Can you submit an example?

  • Jami Leslie

    When the meetup.com posts an entry in the blog, the subscribers are not emailed. Is there a way to fix this?

    • http://nuancedmedia.com Nuanced Media

      Sorry we don’t currently support this functionality. 

  • http://twitter.com/p3ob7o Paolo Belcastro

    Hi, 

    I noticed that when showing the event post on my homepage ( WordPress 3.5.1, Theme P2 1.4.2 ) the navigation menu was disabled because this function:

    function modify_pre_posts( $query ) { $this->import_model(‘options’); if ($this->options->get(‘include_home_page’)) {    if( is_front_page() || is_home()) $query->set(‘post_type’, array(‘wp_meetup_event’, ‘post’)); } return $query;    }

    Is not testing if the query it’s altering is the main query.

    I just fixed it as follows:

    function modify_pre_posts( $query ) { $this->import_model(‘options’); if ($this->options->get(‘include_home_page’)) {    if( $query->is_main_query() && ( is_front_page() || is_home())) $query->set(‘post_type’, array(‘wp_meetup_event’, ‘post’)); } return $query;    }

    • http://twitter.com/placenamehere Chris Casciano

      I also ran into this issue. With a static front page selected (twenty ten) calls busted for 

      - custom nav requests in the header or widgets (get_posts() call triggered by wp_nav_menu()
      - gallery content [via shortcode in the selected static page's content]

  • Jorge Vargas

    Please advise, I keep getting this:

    WordPress database error: [Multiple primary key defined]

    ALTER TABLE wp_wpmeetup_groups ADD PRIMARY KEY (`id`(16))

    • http://nuancedmedia.com Nuanced Media

      We will check it out. Thx

  • http://www.facebook.com/InsureYouToo Michael Battaglia

    I can get the calander to come up, but when i click on a link to see the event I end up back at my home page.  When you hover over the link, it looks right (i.e., it goest to ../event/…).  When I ftp to the event directory it’s empty.  When I go to the setting area and look at the events, the list is there and when I click on one I can ‘edit’ the post.  I have also check and my permalinks are set to postname.

    I am working in a subdirectory so that might have something to do with it.

    http://www.DallasReferrals.net

    Any ideas? 

    • http://nuancedmedia.com Nuanced Media

      I would check your permalink structure. Is is set to http://yourdomain.com/sample-post/?

      • http://www.facebook.com/InsureYouToo Michael Battaglia

        Yes it is.

    • http://www.facebook.com/NekkidTees Tommy White

      You may want to make sure you don’t have a post category created that says event or events on it.

  • StartupSB

    great plugin!
    Three quick questions…
    1- How can I publish more than 2 months of events. 6 months or a year would be great!

    2- Change the title of the page showing the event feed (www.startupsb.com/events) to be something other than “Archive”

    3- Organize the events feed items to show the next event first in the list

    Thanks for the help!

    Kyle

  • http://www.facebook.com/hemantofkanpur Hemant Agarwal

    Does anybody know how I can
    1) import events to meetup.com using this or some other plugin?
    2) sync meetup events and facebook events?

    I basically want to have my events at 2 places…meetup.com and as facebook events and I want them both to be synced up

  • http://www.facebook.com/tubbwell Christine Nielsen

    I just installed the plugin according to the instructions above and everything works fine for the widgets. However, when i try to enter the shortcode [wp-meetup-calendar] onto a page to show a full page calendar, it just doesn’t work. The page just displays blank. Is it not calling the function properly or am I missing something? Thanks!

  • http://twitter.com/tucutech Zoe Tsoraklidis

    hi! Great plugin. Thank you! Having a problem though…recurring events are posted as the wrong time. If you see my site, all this months event times are correct and next month’s events are all one hour later. How can I fix this?

    • http://twitter.com/tucutech Zoe Tsoraklidis
      • http://nuancedmedia.com Nuanced Media

        Hey Zoe,

        Have you tried to adjust your WordPress time setting under settings >> General?

        Please give us a heads up if this doesn’t work. It might take 24 hours or so to propagate.

        Thanks,

    • http://twitter.com/tucutech Zoe Tsoraklidis

      Hi there,

      I still haven’t received a reply on this. I have upgraded the plugin, deactivated and reactiveed it, and still, all events are showing up 2 hours later on the plug in page than on the meetup page. We really need a solution. Can you help us out today?

      • http://twitter.com/tucutech Zoe Tsoraklidis

        RESOLVED. BUT PLEASE NOTE- YOU HAVE A TYPO IN YOUR SHORTCODE on this page: http://wordpress.org/extend/plugins/wp-meetup/installation/ which causes the plugin to fail.

        • http://nuancedmedia.com Nuanced Media

          Wow!!! Thanks for the correction. We really appreciate it. We will change it on the next deployment. Thanks again. Hope you have a great day.

  • Rhonda

    After adding the api and meetup url and clicking submit the pluggin continually times out. Any suggestions?

    • http://nuancedmedia.com Nuanced Media

      Hey Rhonda,

      I would try again later. Sometimes their API gets hung up.

      Thanks!

  • http://www.facebook.com/Waiter21 John McAvoy

    If there is more than one event scheduled on a day, I only see the first event when I mouseover the date, or when I click on the date. Any ideas?

    • http://nuancedmedia.com Nuanced Media

      Do you have a link?

      • http://www.facebook.com/Waiter21 John McAvoy

        This is the link to the Meetup page:
        http://www.meetup.com/The-children-of-liberty/#calendar

        This is the link to the WP page:
        http://toledoteaparty.com/

        Notice the April 13th event.
        Thanks John

        • http://nuancedmedia.com Nuanced Media

          Hmmm, John we currently don’t support multiple in the tootip alert. We will put this feature on our road map thanks.

      • http://www.facebook.com/Waiter21 John McAvoy

        I just noticed that there is nothing for my Apr 23rd date. I will remove, and reload the Meetup plugin and get a new API code.

        I’ll report back.

        OK – I reloaded everything, The only thing that doesn’t work is the “mouseover”. I only see one event (Apr13 and Apr 23) have two events.

        The two events show up OK everywhere else.

        I’m using Firefox (19.0.2) browser on Win7

  • http://www.facebook.com/bethsantos Beth Santos

    Great stuff! Any way this plugin could work with multiple meetup groups under the same account? Our website runs a meetup in Boston and one in Chicago. It’d be great to be able to show both meetups (even if they have to be separately) somewhere, as they are under the same organizer and just have different pages. Thoughts?

    • http://nuancedmedia.com Nuanced Media

      Hey Beth,

      The plugin supports multiple meetup groups. Just add another group and you are done. You can even custom select colors for the groups.

      • http://www.facebook.com/bethsantos Beth Santos

        Wow, that was so easy it was complicated! I guess you need to add one first to know that adding another is an option. At first glance, it looks like there’s just one there. Thank you for the help!

  • http://www.facebook.com/MattSAdams Matt Adams

    I am using the plugin, I like what it does but there are a few bugs.

    1. For one, it does not show up properly in a sidebar widget. It’s all stretched out and unviewable because it overlaps the side of the widget.

    2. I cannot, for the life of me, get the calendar function to work right in a page. It displays in the widget box, albeit messed up, but it shows up there. If I put the shortcode on a page, it just brings up a feed of listings that turn into blog posts instead of an actual calendar.

    Here’s the link so you can see what I mean. http://www.socialserendip.com/events/

    Would love some help on this please. Trying to make my site look as professional as I can. Thank you in advance. :)

    ~Matt

    • http://nuancedmedia.com Nuanced Media

      Hey Matt,

      We have an update to the plugin coming out later this week, maybe even today. I would try disabling the other plugins that you have active on your site to make sure they are not causing conflicts with the WP-Meetup plugin. If your problems persist please post another comment after you update has come out.

      • Matt Adams

        Hey.

        I got the update and I figured out that I had some other Meetup plugin installed that wasn’t doing anything except for messing yours up. Deleted! Great tip. ;) Everything is working PERFECTLY now. THANKS A MILLION!

        Btw, a coder friend of mine said that you’ve structured your plugin really well. He thinks you did a great job on this, and now that I’ve got working perfectly for me too, so do I.

        Thanks again!

        ~Matt

  • mike vanderlaan

    I keep getting a “The Group URL you entered isn’t valid.” message, but the URL is correct. Here is the URL I’m trying to use: http://www.meetup.com/Marin-Social-Mountain-Bikers/

    • http://nuancedmedia.com Nuanced Media

      I would wait a few hours and try again, sometimes Meetup hiccups.

      Thanks,

  • ChocSprinkles

    I’m trying to connect the plugin with Meetup. Getting errors, (Your API key is invalid & The Group URL you entered isn’t valid). I’ve seen that quite a few others have had the same issues. What’s the fix? Thanks!

    • http://nuancedmedia.com Nuanced Media

      Hey ChocSprinkles,

      I would wait a few hours and try again, sometimes Meetup hiccups. If it doesn’t work after a few attempts please post back.

      Thanks

      • ChocSprinkles

        Two hours later and it’s still not working.

        • http://nuancedmedia.com Nuanced Media

          Hey ChocSprinkles,

          Please confirm that your API key is correct and there isn’t a space before it. All we do is send the url and the API key to meetup for validation, so if your API Key and URL are correct you might just have to keep trying until it works. Sorry I can’t give you a better answer but this issue isn’t on our end. :( Sometime it can take up to 24 hours for it to work.

          • ChocSprinkles

            Meetup.com’s reply:

            MAY 03, 2013 | 11:57AM EDT

            Hello Amy,

            Sorry to hear about the trouble! I’m afraid we don’t
            support this plug-in so I’m afraid there is little that we can do to investigate this issue.

            Can you have the developer contact us about this issue? It
            may be related to an overload of requests to our API, but this will need to be resolved with them directly.

            They can send a message to Meetup Support here:

            http://www.meetup.com/help/contactus/

            Thanks for your help!
            Sincerely,

            Scott D’Antuono
            Community Specialist
            Meetup HQ

          • http://nuancedmedia.com Nuanced Media

            Thanks Choc/Amy :) We will email them and see if there is anything they can do?

            Thanks,

            Ryan

  • http://www.nicheoptimizer.com/justin-lewis/ Justin Lewis

    I’m loving this plugin so far. I would love to know if there was a way to integrate a “map” along with a list of “rsvp’s” on the actual event pages. If so that would be AMAZING.

    • http://nuancedmedia.com Nuanced Media

      Hey Justin,

      We don’t have that feature yet, but we will put it in the road map.

      Thanks!

  • http://twitter.com/BtrCollaborate Better Collaboration

    Hi, I’ve just deployed your plugin. Does it only have the calendar option? What I realy want is to have the option that you show in this screenshot: http://nuancedmedia.com/wp-content/uploads/2011/09/Screen-shot-2011-09-22-at-11.42.07-PM.png

    How can I get it?

    Thanks, btrcollaborate.com

    • http://nuancedmedia.com Nuanced Media

      Which part of the screen shot are you referring? There are short codes and widgets available to show different views.

      Thanks

  • http://www.facebook.com/NekkidTees Tommy White

    Is there a way to remove past meetups from the list. If I do a search I am finding events that are 6 to 7 months past showing up.

    • http://www.facebook.com/NekkidTees Tommy White

      By search I mean the default wordpress search is causing outdated events to appear. I would rather like to have the older posts removed, as I am using the /events instead of calendar but if I had to I would settle for a way to exclude results from the default wordpress search as a last resort.

  • Mark Brodhuber

    I’m having some issues with the non-breaking spacers in the calendar being displayed as text. Everything seems to be working properly but when I view my calendar page, any day that has no events is being filled with bolded &nbsp’s. After inspecting the calendar on your demo, I see that all of the calenders contain these spacers, but I cannot figure out what in my site’s causing them to display as text rather than just act as normal spacers.. Any ideas? Here’s a screenshot: http://d.pr/i/Uwe1

  • http://www.facebook.com/pokerbean62 Laura Bean

    I’m having the same issues with the non-breaking spacers in the calendar being displayed as text. Everything seems to be working properly but when I view my calendar page, any day that has no events is being filled with bolded ‘s. After inspecting the calendar on your demo, I see that all of the calenders contain these spacers, but I cannot figure out what in my site’s causing them to display as text rather than just act as normal spacers.. Any ideas? I have deleted the plugin and re-insalled . Here is a link to the page http://www.certusnetwork.com/our-events/

    • http://nuancedmedia.com Nuanced Media

      Have you tried disabling the other active plugins on the site? There may be a conflict. I would disable the other plugins. Uninstall and reinstall and see if the issue still exists. If it has been fixed, then activate the plugins one at a time until you figure out which problem is causing the problem.

      • Mark Brodhuber

        Hello Nuanced, I wrote a few days ago regarding this problem. I tried following the instructions you wrote to Laura and it didn’t seem to work. The only other plugin that’s installed right now is Akismet and even after disabling it and reinstalling your plugin it’s still showing the non-breaking spacer issue. And to make matters worse, after removing and reinstalling the plugin my existing events are not displaying with the normal styling. Before I removed it, the event in the calendar view showed up as a pink box in the date, with the event’s name in the box and clicking that brought me to the event’s info page. Now it’s just showing as text without the pink styling, and is not clickable as a link. Any ideas?

    • Mark Brodhuber

      Hey Laura,

      Just followed your link and it seems like you got things in order with the spacers issue. Mind reporting back to explain how you fixed it? I’ve tried the instructions that Nuanced Media listed in their reply to you and it didn’t change anything. Any info would be greatly appreciated.

  • http://www.facebook.com/donna.galassi Donna Galassi

    Hi! is there a way to separate different Meetup groups into different calendars? So that I can specify a specific calendar for a separate web page on the website? So far, it looks like I can combine multiple groups into a single calendar, but not a different calendar for each group. Thanks for any help!

    • http://nuancedmedia.com Nuanced Media

      No currently, but we will put it on the roadmap.

  • http://www.facebook.com/mikb89 Michele Quasi Bontorno

    Hi, thank you for the great plugin!
    I just wanted to ask for a localization in Italian, and give my availabilty to help :)

    I already made the edits I needed in the calendar (in Italy weeks start from Monday, not Sunday) and translated some words, but it would be great to have these things in the official plugin.

    Good work!

  • Jason Brown

    How do you remove the logo from the sidebar widget? I don’t mind leaving it in the footer but not a fan of the NM logo being on the home page in the widget bar? Willing to make a donation or whatever to support but again just don’t want it on my home page in the side bar. Thanks in advance for help/suggestions.