- Go to your main profile: [http://www.meetup.com/profile/]
- Get the ID of the photo you want to use by:
- Click on "Photos"
- Navigate to the photo you want to use
- Right-click on the "Set as main profile photo" link and select "Copy" -- it should be something like [http://www.meetup.com/account/photo/?op=swap&id=photoID]
- The
**photoID**
(id=**photoID**
) in the URL is your photo ID. - Close the "Photos" dialog. You should be at [http://www.meetup.com/profile/].
- If you haven't already, click on the "See All My Meetup Groups" button.
- Open your browser's developer tools (usually F12), and run the following in the Console tab, replacing
**photoID**
with the photo ID you want to change to:
$('.groupinfo-widget h4 a.omnCamp.omngj_pswg4').each(function() {
$.get(this.href + 'members/photos/manage/?op=swap&id=**photoID**');
});
I've always wanted a way to do this and this script inspired me to write a new version that works with modern meetup (as of March 2020). https://gist.github.com/BinaryMuse/1ca54a71c780651b83bea457304cd423