Hello buddies, we know you are enjoying my tricks daily. Today i am talking about how to invite all buddies to Facebook or Myspace page/events. Now times Facebook or Myspace is running like hot desserts. Each and everyone is dependent to it like anything. Most of the individuals are developing new Facebook or Myspace pages/events to merge the individuals at anchorman. Everyone is crazy about developing new Facebook or Myspace pages/events. But usually individuals encourage the every buddies to the site individually by welcoming each and everyone. But now, I am providing a java script as a simpler method to encourage all of buddies jointly by individual just click. As we all know life is quite fast nowadays noon has plenty of your time and effort to consume on welcoming Facebook or Myspace buddies one by one. So this java script helps us to save our time by welcoming all Facebook or Myspace buddies by individual just click. You can use this java script to your internet explorer like Google Firefox, Firefox etc.
Step 1: Select “INVITE FRIENDS” for either your event or fanpage
Step 2: Scroll to the bottom until all your friends have been loaded
Step 3: Right click in the invite box - click “INSPECT ELEMENT”
Step 4: Click “CONSOLE” tab
Step 5: Paste this code and press enter (may take 1-5 minutes depending on how many friends you have).
var inputs = document.getElementsByTagName("input");
for (var i=0; i < inputs.length; i++) {
if (inputs[i].getAttribute('type') == 'checkbox') {
inputs[i].click();
}
}
No comments:
Post a Comment