I want a macro command that can visit and Like (become fan) of every fan page in a list If anyone knows how this can be done by imacros (firefox) or whatever, tell me Thanks!
Good idea. Try AHK. Would not be that hard to do, if you have some other things in place, and it is obvious you dont. Good luck.
i just tried it and the command for hitting the like button was simply this TAG POS=1 TYPE=A ATTR=TXT:Like
put this in the top of script SET !ERRORIGNORE YES and then when theres an error it will wait until the timeout, it counts down from like 15 seconds and then continues to next step.
You are AWESOME!!! Last question.. Is there any way to take the fan pages urls from a txt file?? Because now i have to put one by one between TAG POS=1 TYPE=A ATTR=TXT:Like command
yeah here's what the script will look like when it's done. don't edit any of this Code: CMDLINE !DATASOURCE urls.csv SET !DATASOURCE_COLUMNS 1 SET !LOOP 1 SET !DATASOURCE_LINE {{!LOOP}} URL GOTO={{!COL1}} TAG POS=1 TYPE=A ATTR=TXT:Like how to set up the urls.csv : 1. open new notepad file and put your urls in it like the following format Code: http://google.com http://youtube.com http://blackhatworld.com 2. when saving the file select the "Save As Type" drop down box and select "All Files" and then name it urls.csv 3. go into Imacros folder -> Datasources 4. move the file there or save it in there in the first place the script will check that file for the urls and then it's on a loop so it will go from the first to the last, just make it run on a repeat of like 999 and it will stop when it reaches the end of the urls
Hi thanks but i need a macro script to like a page which can uplode the id and pw in the csv file 1.auto login to the page 2.lode the respective page 3.press the like button 4.log out can u say mate
OK, got it to work. I did not set max for the Repeat Macro. I ran about 7 likes and stopped. Now just getting one of these to post to pages from a file.