Facebook Fan Pages Like Bot?

goines

Newbie
Joined
Jan 30, 2011
Messages
48
Reaction score
13
Hi. I have just a quick question and believe someone could help me out here.

What is the current best option to like lot of fan pages (500)??

I know there are some bots out there and I am sure this could be done easily by iMacros, but I have no luck finding working one.
Does anybody have one? Or could you point me out to one you have good experience with?
Thanks
 
OK I managed to create iMacro myself. Here it is in case somebody is looking to like multiple facebook pages.

Code:
VERSION BUILD=7401110 RECORDER=FXSET !ERRORIGNORE YES
CMDLINE !DATASOURCE url.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
CLICK X=872 Y=384
CLICK X=968 Y=379
WAIT SECONDS=10
 
You just want to login to 1 facebook account and then 'Like' all of the fan pages? I can create a tool to do this if you want.
 
Back
Top