Created
October 27, 2011 15:42
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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