Skip to content

Instantly share code, notes, and snippets.

@gregersrygg
Created October 27, 2011 15:42
Show Gist options
  • Save gregersrygg/1319927 to your computer and use it in GitHub Desktop.
Save gregersrygg/1319927 to your computer and use it in GitHub Desktop.
Announce new meetup bookmarklet. Create a new bookmark, and use this as the url. Click on the bookmark when you're on the description page of the meetup you want to announce.
javascript:(function(){var%20l=location,p=l.pathname.split("/"),g=p[1],e=p[3],u="http://"+l.host+"/"+g+"/messages/send/?event_success=event_new&eventId="+e+"&action=edit&returnUri="+l.href;l.href=u;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment