Mass invite for fan-page?

lakers302

Newbie
Joined
Dec 24, 2009
Messages
48
Reaction score
2
hey guys how do i invite them all to my newly created fan page?

i have 8 accounts with 5k friends on each of them
 
With special javascript code, which selects all friends :))
 
got it now thanks
 
Last edited:
Is the java script working for you, as i have seen many people posting that it no longer works if the profile has been changed to the new layout.
 
I have heard a few people have already made updated scripts...just need to get one :/
 
Would one of you send me a current working JS as a pm or post it here pls? :)
 
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}


This works for group invites, I am not sure but it might work for fan pages also.I haven't tried it though.
 
Id be interested in hearing how many you get to join your fan page.
I find that only like 10% of the people who I invite end up joining.
 
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}


This works for group invites, I am not sure but it might work for fan pages also.I haven't tried it though.

it seems that only 9 friends are shown on the invite screen at a time and script only select the first page. any workarounds?
 
Back
Top