Hello friends, today we will learn how to send invitation to all your friends on a single click. We often create events on facebook to invite all friends since contacting all friends one by one is painful. this method will help you to invite all your friends on a single click.
Also Read : Invite All friends to Like a fb page on a single click
How to Invite all friends in a single Click to join an event :
- Just Login to your Account.
- Go to this Link to create a facebook event.
- If you created just open that link.
- Now Click on invite friends
- Press ctrl+shift+j if you are using google chrome in case of Mozilla firefox, Press ctrl+shift+k.
- Now you will see an option of console click on that
- Press the below code and hit enter. (As I mentioned in the fig.
javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].click();}}; alert('Done, all your friends have been selected');
All done..!!! Now you see that your all friends has been selected now simply invite them using send button.
Leave a Reply