Wednesday, March 9, 2011

How to Invite ALL Facebook Friends to a Group, Event and Page - NEW 2011

If you want to invite all of your friends, but it would have taken an eternity because for some strange reason Facebook doesn’t allow you to “select all” friends when sending an invite. I mean, they’ll let you do it… but only if you click one at a time!~.~

Well , anyway,  I went on a little search and found that you could cheat the system by inserting a little javascript to make it happen! Here is how to do it:





  1. Go to your Event, Group or page and click “Invite People”.
  2. Once the page has loaded you should see all of your friends, but they are not selected.
  3. At this point, copy and paste the javascript code below into your Web browser’s address bar, then hit “Enter”.
  4. If all goes well, it selects all of your friends!
  5. IMPORTANT: NOW YOU MUST WAIT!!! If you have a lot of friends, you have to leave that window open for a long time so it sends all of the invitations! I have about 1,400 and it took like 15-20 minutes to send all of the invitations. The Invite window will close when its done. So exercise patience!!!!!!!!!!
Facebook just changed (on march 15th 2011) the way to invite friends to event, so a new script is needed.
The code I came up with is:
Version 1:
View comment ,please !

Version 2:
View comment ,please !


 If that first method doesn’t work for you give this a try:

Right click the “friend box” and open it in a new tab…
Then paste this:  javascript: fs.select_all()

Finally, there is now a Chrome extension called Facebook Invite All, so if you are using the Chrome browser you can pick that up and it will add the ability to invite all your friends – and if you use Firefox , there is a GreaseMonkey  add-on (install before Invite All Friends script ) so you can invite your friends easily

Oh, and by the way, if you found this helpful please tweet it or share it on Facebook to help others find it too. The more people who share it, the more people it helps!


Video : 



3 Comments:

LÊ NGỌC ANH THƯ said...

Version 1:

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};


Version 2:

javascript:var elms=document.getElementsByName("checkableitems[]");for(var count=0;count<elms.length;count++){var t = setTimeout("elms["+count+"].click()",100)}

LÊ NGỌC ANH THƯ said...

update:

javascript:function check_all_in_document(doc){var c=new Array();c=doc.getElementsByTagName('input');for(var i=0;i<c.length;i++){if(c[i].type=='checkbox'){c[i].click();}}}check_all_in_document(window.document);for(var j=0;j<window.frames.length;j++){check_all_in_document(window.frames[j].document);}

Unknown said...

cmt

Post a Comment

Bạn có ý kiến về vấn đề này như thế nào?
(What do you think about it?/ Qu'en pensez-vous?)

Cảm ơn các bạn đã ghé thăm blog mình (✿ ♥‿♥)(♥‿♥ ✿)

Twitter Delicious Facebook Digg Stumbleupon Favorites More