Saturday, January 22, 2011

Select All Friends on Facebook Invites

Having to click on each and every Facebook friend can become tedious when you are trying to share a page, event or group. Is there a better way? Of course there is, just follow these easy steps. I have used this code myself several times
  1. Go to the group, event or page and click the suggest to/invite friends link.
  2. Once you see your friends’ pictures loaded, erase the current URL from the address bar of your browser.
  3. Click on the box below containing the code and copy/paste into the address bar of your browser and press enter.
  4. Depending on how many friends you have you may have to wait for a few seconds to see them all selected.
  5. Once you see them all highlighted, click the ‘send’ button on the Facebook invite window.
  6. Please keep in mind that also depending on how many friends you have, it may take a while for all of the invites to be sent. They get queued.
copy this code :
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}


For visual instructions, please watch the 51 second how-to video below.


0 comments:

Post a Comment