6
Facebook Tip: Move multiple pictures to another album at once
If you’re like me, you are probably accumulating a *lot* of pictures in Facebook.
Reorganizing pictures is a serious pain — you have to click a dropdown menu and select the album you want to move a picture to for each picture. There’s no “Select All” option.
I was able to whip up a little bit of javascript to help. Here’s how to use it:
- Open up the ‘source’ photo album and click ‘Edit Photos’

- Underneath the individual photos, you’ll see the ‘Move to:’ dropdown menu. Clicking this menu brings up a list of all your albums.
- Imagine that they are numbered, like in the image below. The first album on the list is 1, etc etc.
Determine the number of the album that you want to move your pictures to.
- Copy the following code, but be sure to change the number ’1′ in ’albumNum = 1;’ to the correct number.
- Paste this code into the url bar while on the ‘Edit Album/Edit Photos’ page

- After you paste, press enter and all the ‘Move to’ dropdown menus will change to the album you chose. Scroll to the bottom of the page and choose ‘Save Changes’. All set!






Thanks for this tip.
I was wondering if you had any solution to moving pictures in the Profile Pictures album to other albums. The Profile Pictures album’s Edit Photos function used to be the exact same as regular albums but now there’s no longer the option to move photos.
Maybe I’m being too optimistic, but really hoping you have a code of some sort to do this!
This would be very useful but it doesn’t work.
it doesn’t work?
It’s not working for me
Hi I have created a Facebook Organisation page for my website, but I have moved to WordPress for the better experience. I am trying to move all the photos from the orgainsation Facebook account to a personal page as this will allow me to use the API to grabs photos from Facebook & put into my website. So Question…can I move albums from one Facebook account to another?
In advance any thanks.
This Works for me
javascript: s= document.getElementsByTagName(“select”); for (count in s) s[count].selectedIndex=2;