Sep 14 2011

New Facebook Invite all friends hack

Category: Facebook,JavascriptGiulio Pons @ 12:19 pm

So, you want to invote all your friends but the old hack doesn’t work anymore?

With the last facebook friends groups restyle the code trick to send invitation to all friends do not work anymore. Moreover, you’ve installed the last Firefox, and you can’t use anymore the url address bar to input javascript commands.

It was the same for me. But I’ve find this path to invite all your friends to your new brand facebook page, follow this steps.

1) Use Firefox 6.

2) Open your facebook fan page.

3) Click on “Invite friends”.

4) The grid of friends is opened.

5) Select “Search all friends” and scroll down, so all your friends are loaded.

6) Press Ctrl+Shift+K.

7) A firefox panel is opened on the top of the page, here you can put the javascript code (put the two lines in a single line):

elms=document.getElementById('pop_content').getElementsByTagName('li');
for(var fid in elms){if(typeof elms[fid] === 'object'){elms[fid].click();}}

This code will select eache friend and perform a click on it.

8) Press “enter”.

9) Wait the selecetion (it could take some minute).

10) Press “submit”.

Today (09/14/2011) it works.

Share

Related posts:

  1. Posting to Facebook from website with Facebook Connect
  2. Facebook Connect Tutorial
  3. Click links with JavaScript
  4. PHP curl bot to update Facebook status
  5. How to capture enter key pressed in a form (JavaScript)

Tags: , , , , ,

35 Responses to “New Facebook Invite all friends hack”

  1. Dailybest » Hack invita tutti gli amici su Facebook says:

    [...] fortuna che qui c’è il nuovo trucchetto e i nuovi passi da fare per invitare [...]

  2. Raffaele says:

    Don’t work for me. Its select only enabled friends, but not disabled!

  3. Giulio Pons says:

    Did you scroll down in the facebook pop up to load all your friends?

  4. Danny V says:

    Tried it but Firefox says cant find server. would love to use all my other coads dont work. am I doing any thing wrong?

  5. AJ says:

    On Firefox: You get all the “clicks” but then when you try to send it it says “Please narrow your invite list to friends who are most likely to be interested in this event.

    If you’ve gotten this message in error, visit this form.”

    Yes, I am an admin of this event. Any workaround for this?

  6. Danny V says:

    yes it worked great… thanks man you rock

  7. Snowbird says:

    Worked for me..
    Thanks for the tip

  8. ROK says:

    from now… not invite all friend’s because, after submite code, facebook send a similar pop-up: “it’s not possibile invite all friends but only interested friends

  9. Varouj says:

    It’s ok for me.
    Thanks.

  10. Fred says:

    it worked perfectly fine for me, thank you very much!!

  11. Fritz "e" says:

    The question here is not whether you can select all friend on a list. It’s the restriction that Facebook is putting on users to not able to send more than 10 or 5 selection at a time. So, having the code to select the entire list is useless if you are still getting that ridiculous message that you should be “inviting only people who’d be interested in attending your event”. That’s exactly what I am doing; using my created list of local people to invite them to a local event. Anyone knows how to get around this?

  12. abcrunk says:

    worked for me. thanks heaps bro!!

  13. Jake says:

    Worked! Awesome, thanks man!

  14. Gabby Hayes says:

    Works great in Firefox 7.0.1 Thanks much!

  15. Alo says:

    Sorry, but i don’t get the point.
    Have you noticed that it’s like 5-6 months that you do not recive any page suggestion in notification area? That’s because page suggestion do not work anymore.
    So select everybody is completly useless….don’t you think?

  16. Flavio says:

    Me funciono perfecto, lo que no había hecho era lo de presionar las teclas y escribirlos arriba… GRACIAS desde México, THANK YOU a lot from Mexico.

  17. Dawn says:

    As of October 7, 2011, this works!!!! YES

  18. santos says:

    works fine !!! great code , much faster then any other methods !

  19. Mark Guillou says:

    Works spot on for me sent about 400 in 1 go , excellent thank you

  20. Michael Gordon says:

    Worked for me on Foxfire!!!!!! Sent 5000 invites!!!!!!! THANKS!!!!!!!!!

  21. Harold Tan says:

    Thanks it really works

  22. Fausto says:

    Extra-cool!!

  23. Tom2002 says:

    hi there!

    a great script! but is there any option to re-invite friends who are disabled?
    As the invite function didn’t work for a very long time, a lot of my friends are disabled and didn’t receive any invitations for my fanpage.
    So i want to re-invite them, cause they never received a notification

    is there a possibility?
    thanks in advance

  24. Kamran says:

    today 17-10-2011 it works! even with firefox 7!

  25. dzon says:

    it worked for me for EVENT, but not for PAGE and GROUP? any help?

  26. Heather says:

    Didn’t work for me !!! Could someone help me out ??? TX

  27. yahoo says:

    amazing, it really worked! Firefox 6. be sure to put space between the two lines when you put them in one line and press enter

  28. Jezza says:

    Wicked, it worked! Thanks for this cos trust me I didn’t fancy going through all 4,900 friends everytime I had an event

  29. Mikayla says:

    it didn’t work..

  30. Justin says:

    Thanks it worked great!! Reminder for mac users its command+shift+k

  31. Alex says:

    Worked for me to! Thank you! PC user here.

  32. Adarsh says:

    Best code..! Works great on my page https://www.facebook.com/cheema1122 :)
    Thanks!! Got 6000 Likes! :D

  33. DAn Dion says:

    Need to use COMMAND-SHIFT K b/c I’m on a Mac, I guess, then worked like a charm.

  34. Adarsh says:

    Thnx!! You saved my life :) Works absolutely fine and is so easy!! :)

Leave a Reply