[METHOD] Learn How To Invite All Your Facebook Friends To Fan Page iMacros+Greasemonkey

sviedinys

Power Member
Joined
Apr 18, 2010
Messages
525
Reaction score
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
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!
 
thanks a lot,

used it and working perfectly, giving rep+
 
Yes, it works great, I tested on one of my old accounts with 4k friends, over night got 300+ Likes to my page.
 
SyntaxError: wrong format of URL command, line: 3 (Error code: -910)

p.s You need to put your facebook page :)
 
Last edited:
SyntaxError: wrong format of URL command, line: 3 (Error code: -910)

Just record then that one simple line. First open imacros, click record, go to event, do all steps manully to reach invite friends window, then click stop, put that short line in imacros. If you dont understand how to do this, later ill check it and back with code, right now im a little busy.
 
I don't think this sends a notification to all your friends you've invited? Instead, it sends a "suggestion" which is sent to the right-hand side toolbar (where birthdays, current events, etc. are located). The suggestions toolbar, IMO, is not useful.

Any suggestions to direct these "suggestions" to a notification?
 
Do you have an update script for this ? your help would be really appreciated
Hey! Ever find an update for this script? I've been playing with it and can get it to invite the first person in the list, but it wont go down to the next Invite button.
 
Back
Top