How to add Lot of FaceBook Fans for a Fan Page?
Thanks
FaceBook Fans
Re: FaceBook Fans
I think only through invitation, isn't it?
You can send bulk invitations if you group your friends.
You can send bulk invitations if you group your friends.
Re: FaceBook Fans
Thanks. But any Other Way?Neo wrote:I think only through invitation, isn't it?
You can send bulk invitations if you group your friends.
Re: FaceBook Fans
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.
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
Thanks. This Will Help Me In the Future. I can do Data Entry Jobs in the future with this Great Help of yours.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.
How to select all in facebook invite page
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
Thanks Again