FaceBook Problem

Nightime14

Junior Member
Joined
Nov 29, 2009
Messages
171
Reaction score
50
Is there a way to suggest your fan page to all your friends without having to manually click each profile?
 
Use the javascript code you can find in about 150 threads in this forum :)
 
Use this code:
javascript:elms=document.getElementById('friends').getElementsByTagNam
e('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
you can use automate6 to do this with success.

make a routine that will select 1000 at a time.

send invite

choose next set of 1000, repeat...

It will take a few minutes, but will get the job done
 
Back
Top