I have 1500 friends on my account. How do I speed up INVITING them to a fan page I am promoting? It's a hassle clicking all those friends to send them an invite to the fan page.
Facebook marketing question
Collapse
X
-
Facebook marketing question
Tags: None -
Imacros.
Works with Mozilla.
1. Install Greasemonkey addon for Firefox and iMacros addon for Firefox
2. Install Facebook: InviteThemAll script for Greasemonkey - google it, as I am not allowed to post links yet
3. Add this macro:
Set your loop on iMacros and Play the script, and just wait to invite all yr friends.Code:SET !TIMEOUT_STEP 1 SET !ERRORIGNORE YES URL GOTO=hxxp:// w w w.facebook dot 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
Just properly format the facebook url in the code - replace hxxp
Comment

Comment