How to invite all friends in Facebook Page by one click
You can select invite all your friend by using this simple java script code.
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.)
No comments:
Post a Comment
Important - Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments.