Wednesday, November 24, 2010

Invite all your facebook friends to your event, group, or fanpage

Invite all your facebook friends to your event, group, or fanpage

Ever want to invite your friends to your event, fanpage or group?  Only to have to click each person one at a time.  Below I put the code to select all your friends at once.  Its not the network select all method!

1. Join a Group/event/ fanpage or go to a group/event/ fanpage you already joined.

2. Now Click on Invite Friends! On the Left side of the page.

3. Once the box pops up, or the page open's with all your friends pictures.

4. Just Copy this : javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

5. Paste it at the address bar at the top and click Go. Or Just "Enter"

6. And the java script should activate and select all your friends.... this might take a minute or two.

7. WORKS EXACTLY LIKE A SELECT ALL BUTTON :)

No comments:

Post a Comment