How to invite all friends to like a page?

It never works properly. try it some other time, or try in small quantities maybe it will work

try sending like 100-150.

If it doesnt work - Forget it.
 
Do you have a code that work for lets say 100 ? at the time? Now the old java code i have do not even invite one.
 
i have seen many new codes but non worked for me on fan page but few of scrip working for only event invits and application invits
 
Its fairly straight forward but takes a few steps.

First off, this works for me in Chrome. Not tried it any other browser, so dont say it doesnt work for you unless youre using chrome.

Create a list with all your friends in it.

To do this, setup a new list and when selecting your friends put:

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

in the address bar and click enter... It will take a while to load

when you're happy that the list has been created, go to your page and select 'Suggest to Friends'

there is an option to choose friends from a certain list, click the list you have just made

there will be a select all option in the top right of the pop up, click it and send to all your buddies

Now, that wasnt too hard was it.
 
Sweet thanks and will try it out now. no chance of getting banned is there??
Has FB change d the rules again about adding friends?? My personal account wont even let me add now
 
Hey there, question for you guys. found the same script in FP on the about page and in the front visible. what is it doing. How do you re-direct from many diff. fanpages to a single blog on domain??
thanks
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
Not tried it any other browser, so dont say it doesnt work for you unless youre using chrome.
 
hey just upping this see if anyone has some input,
Thanks
 
Back
Top