Friday 6 December 2013

Posted by Unknown On Friday, December 06, 2013
How-to-invite-all-friends-to-a-Facebook-eventpage
How to invite all friends to a Facebook event/page :-
In my previous article i wrote about How to add all friends in Facebook group. Today my friend asked me to How to invite all friends to a Facebook page in Qhacker group.
How-to-invite-all-friends-to-a-Facebook-eventpage1
Personally i don’t like Facebook pages in-compare to Facebook Group because group is providing the way to ask the questions. However if you have a Facebook Page or you created an Events and you want to invite your all friends then it,s not a big task.
For this demonstration i choose the Qhacker Page.
Presently my only 12 Friends like Qhacker page.
How-to-invite-all-friends-to-a-Facebook-eventpage1
Now Click Invite Friends on whatever you are inviting people to. In the dropdown next to the search box, click See All Friends. Scroll ALL the way down until names stop loading.
How-to-invite-all-friends-to-a-Facebook-eventpage1
Now you need a two Script here. Copy below script as per your requirement.
For PAGES Copy this code:-
javascript:elms=document.getElementsByName(“checkableitems[]“);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()}
For EVENTS Copy this code:- 
javascript:var inputs = document.getElementsByClassName(‘uiButton _1sm’);
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Now you need to be open the Browser console mode. To open browser console in Google Chrome pressCTRL+Shift+j and for Firefox browser press CTRL+Shift+k .
Now Paste your code that you copied from the above link in the console mode and press Enter.
How-to-invite-all-friends-to-a-Facebook-eventpage1
Now this script will start inviting your friends.
How-to-invite-all-friends-to-a-Facebook-eventpage1
Now after my running this script 21 Friends like this page.
How-to-invite-all-friends-to-a-Facebook-eventpage1
If you are getting the SyntaxError: Unexpected token ILLEGAL error.
How-to-invite-all-friends-to-a-Facebook-eventpage1


How to invite all friends to a Facebook event and page

How to invite all friends to a Facebook event and page How to invite all friends to a Facebook event and page How to invite all friends to a Facebook event and page How to invite all friends to a Facebook event and page

you are reading : How to invite all friends to a Facebook event and page

Amazing content i did not see before thanks..
Naeem Sagar
Date published: 10/13/2015
4.8 / 5 stars

0 comments :

Post a Comment

Write some thing Good for us...........

Note: only a member of this blog may post a comment.