Friday 5 July 2013

How To Invite All Friends To Like Page By Using JavaScript ?

Leave a Comment
Recently when i was surfing Facebook,one of my friend asked me "how to invite all friends into Facebook page?".So today i am going to share how to Invite all Facebook friends into page.As earlier i have posted Facebook tricks Like Post Invisible Status On Facebook.This auto inviting tricks is very useful as  earlier you have to invite one -one friend manually But now you can invite all friends into page by single click.

How To Invite All Friends Into Facebook Page?

Click On Images to view them clearly :D 

  • First Open Your Facebook page.
  • Click on Build Audience and then select invite Friends .

  • A new window will open it will show your recently interacted friend . 

  • you can see your all friends in that window (see In Next Pictures) 

  • When You Have opened all friends list Scroll Scroll bar to the end of the friend ( If U have Too Many Friends then don't Scroll to Bottom , scroll to half as i have :P ) 


  • I have created this trick for Mozilla and Chrome . In Both all steps are same just the place where to post code is different  Lets take a look where to paste Script in google chrome and where in Mozilla Firefox. :D 


1. For Google Chrome 



  • Press F12 Button From your keyword and the paste Below script and then press enter 




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


2.For Mozilla Firefox 

  • Press  Ctrl + Shift + K Buttons  From your keyword and the paste Below script and then press enter 
 javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};


▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬


  • Your page will hang for sometime it will depend on number of friends you have on that Pop-up Window.


  • After waiting for few minutes.You will see that all your friends hare selected . 


  • Click On Submit and then on close button 


If You face any problem in any step Ask me in Comment Box ..!

Post Yours! Read Comment Policy ▼
PLEASE NOTE:
We have Zero Tolerance to Spam. Chessy Comments and Comments with Links will be deleted immediately upon our review.

0 comments:

Post a Comment

Animated Social Gadget - Blogger And Wordpress Tips back to top