Subscriber me for more info.

How to invite all friends in Facebook by one click


You can select invite all your friend by using this simple java script code.

just follow this step.

1.got to your facebook page ex:- http://www.facebook.com/groups/hackingwithwarwolf3/

2.Click on invite friend.

3.A Dilog box will apperar.
4. Now tricky part.Copy this javascript code bellow.and pest in to your page addressbar here is a screen shoot of this step.

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);}



5. Now after pasting the javascript code press enter and wait for some times.(it can take some times.)

6. Result look like this.



7. Now just click on submit button

8. A success message will appear it's mean your invitation is send successfully.

hope you will like this post. :

No comments:

Post a Comment