Page 1 of 1

FaceBook Fans

Posted: Thu Mar 18, 2010 4:09 pm
by Nipuna
How to add Lot of FaceBook Fans for a Fan Page?

Thanks

Re: FaceBook Fans

Posted: Thu Mar 18, 2010 4:21 pm
by Neo
I think only through invitation, isn't it?
You can send bulk invitations if you group your friends.

Re: FaceBook Fans

Posted: Thu Mar 18, 2010 4:23 pm
by Nipuna
Neo wrote:I think only through invitation, isn't it?
You can send bulk invitations if you group your friends.
Thanks. But any Other Way?

Re: FaceBook Fans

Posted: Thu Mar 18, 2010 5:35 pm
by Neo
Sounds like a data entry job?
However, you can invite all your friends to a FB fan page. If a person can give you few usernames and passwords of several accounts which total friends are about 10K, you can login to each account and invite all of them to FB fan page.
This script can be helpful to do a select all.

Re: FaceBook Fans

Posted: Thu Mar 18, 2010 6:07 pm
by Nipuna
Neo wrote:Sounds like a data entry job?
However, you can invite all your friends to a FB fan page. If a person can give you few usernames and passwords of several accounts which total friends are about 10K, you can login to each account and invite all of them to FB fan page.
This script can be helpful to do a select all.
Thanks. This Will Help Me In the Future. I can do Data Entry Jobs in the future with this Great Help of yours.

How to select all in facebook invite page

Posted: Fri Mar 26, 2010 4:26 pm
by Neo
When you have the list of friends to click to invite, type the following JavaScript on the address bar which will select all at once.

Code: Select all

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

Re: FaceBook Fans

Posted: Sat Mar 27, 2010 12:44 pm
by Nipuna
Thanks Again