Invite All Friends to Facebook Pages/Events

Hello friends, we know you are enjoying my tricks daily. Today i am talking about how to invite all friends to facebook page/events. Now days facebook is running like hot cakes. Each and everyone is addicted to it like anything. Most of the people are creating newfacebookpages/events to unite the people at single point. People are crazy about creating new facebook pages/events. But usually people invite the every friends to the page
indiviually by inviting each and everyone. But now, I am providing a javascript as a simpler method to invite all of friends collectively by a single click. As we all know life is quite fast these days noone has much time to consume on inviting facebook friends one by one. So this javascript helps us to save our time by inviting all facebook friends by single click. You can use this javascript to your browsers like Google Chrome, Firefox etc.


Invite All Friends to Facebook Pages/Events :

You can invite all friends to facebook fan page/events using javascript bysingle click,

HOW TO USING THIS JAVASCRIPT IN GOOGLE CHROME :

1. Open Google Chrome.
2. Open Your Facebook Page.



3. Now press F12 Button from your keyboard.
4. Copy below javascript,

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


5.Press Enter.



Now automatically select all your friends in order invite your facebookfriends to your facebook page.

HOW TO USING THIS JAVASCRIPT IN MOZILLA FIREFOX :

1. Open Mozilla Firefox.
2. Open Your Facebook Page or Event.



3. Now press Ctrl + Shift + K from your keyboard.
4. Copy below javascript,
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};



5.Press Enter.



Now automatically select all your friends in order invite your facebook friends to your facebook pages/events.

In this way you select all and invite all friends to facebook pages/events using javascript by single click.

No comments:

Post a Comment