sviedinys
Power Member
- Apr 18, 2010
- 525
- 75
1. First step would be make your account admin of your page, lets say you want to invite 5000 friends from your one account, you cant invite them all at one select and send, it has some limits, like delay on how much you can invite at once, but with this script everything will be auto.
2. Get Firefox, Greasemonkey addon for Firefox and iMacros addon for Firefox (search on google)
3. Install Facebook: InviteThemAll script for Greasemonkey http://userscripts.org/scripts/show/89653
4. Go to your iMacros in Firefox and add this macro
You can change WAIT SECONDS=30 time how do you want, it matters how fast macro works on your computer and how much friends on Facebook you have.
5. Set your loop on iMacros and Play the script, leave it away until it invites all of your friends.
Why is inviting good? Each friend will get notification to his account that theyre invited to a fan page and you will be sure that they know about it, when youre posting on wall, not much friends reaching your link. Good luck!
2. Get Firefox, Greasemonkey addon for Firefox and iMacros addon for Firefox (search on google)
3. Install Facebook: InviteThemAll script for Greasemonkey http://userscripts.org/scripts/show/89653
4. Go to your iMacros in Firefox and add this macro
Code:
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
URL GOTO=http://www.facebook.com/Put Here Your Page Name
TAG POS=1 TYPE=A ATTR=TXT:Build<SP>Audience
TAG POS=1 TYPE=SPAN ATTR=TXT:Invite<SP>Friends...
WAIT SECONDS=30
TAG POS=1 TYPE=BUTTON ATTR=ID:selectAllButton
WAIT SECONDS=30
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:submit&&VALUE:Submit
WAIT SECONDS=30
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:close&&VALUE:Close
You can change WAIT SECONDS=30 time how do you want, it matters how fast macro works on your computer and how much friends on Facebook you have.
5. Set your loop on iMacros and Play the script, leave it away until it invites all of your friends.
Why is inviting good? Each friend will get notification to his account that theyre invited to a fan page and you will be sure that they know about it, when youre posting on wall, not much friends reaching your link. Good luck!