Wednesday 30 January 2013

Javascript to invite all friends in facebook page by one click

Whenever you create a page you need to invite all your friends to build up audience,but if you have many friends then checking each and every name takes much time and its much tiring. So I have created this javascript with which you can invite all friends through one click.




HERE IS THE JAVASCRIPT  (COPY PASTE THE BELOW LINES)
                                                                           

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);}%20alert('Thanks%20To%20Digant%20Patel');

CREATE AS BOOKMARK IN YOUR BROWSER AND IN THE URL FIELD PASTE THE ABOVE SCRIPT

No comments:

Post a Comment