Javascript " INVITE ALL " code just working for Fanpage?

dadecotti

Supreme Member
Joined
Dec 13, 2008
Messages
1,256
Reaction score
133
The Javascript code is not working for groups?
 
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}
 
yinghang1
it's not working on Groups! try it out!
 
Yes this has been discussed several times already, to confirm with your it does not work for groups anymore since a few weeks back..it only works for fan pages...the solution is to either use software or do it manually :)
 
Yes...i do agree with jhey...FFAP is one of the best software out there with great support:)
 
This has been covered probably 10 times in the last couple of weeks. I agree, go with FFAP.
 
right now facebook do not send page suggestion to all friends if it exceeds 50.
 
There is a fix I believe, when you click suggest friends, the window pops up, right click a friend IN that popup window and open that in a new tab, it will open up your suggest box into a new tab, put your code in and it selects them all and click Send Invitations.
 
There is a fix I believe, when you click suggest friends, the window pops up, right click a friend IN that popup window and open that in a new tab, it will open up your suggest box into a new tab, put your code in and it selects them all and click Send Invitations.

This didn't work for me when trying to invite to a 'Like' page? :(
 
I am use this code
First click on " suggest to friends "
a window will pop up
Right click on any friend and click "open in new tab"
You will land on a page which will only show suggestion window
At this point, use this code
Code:
javascript:fs.select_all();
 
I will let u know the simple method to select on PM me...
will let u know in PM.. the secret.. :)

thanks
//fb

no secrets on PM :)

that script still works, click "suggest to page" on page and if the popup appear, right-click and open on new tab and use the script!

To Group, do the same!
 
For Fan page :

javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}

For group :

Just click on Suggest to friend link
A popup comes up displaying all friends.
Select 1 of them and open in another tab there u put this code into the browser.

Javascript:fs.select_all();

I use these 2 they work for me still :)
 
I am use this code
First click on " suggest to friends "
a window will pop up
Right click on any friend and click ?open in new tab?
You will land on a page which will only show suggestion window
At this point, use this code
Code:
javascript:fs.select_all();

This worked perfectly. Thanks.
 
Back
Top