imacro For AMF Facebook Followers

Anthony1992

Registered Member
Joined
Jun 2, 2014
Messages
51
Reaction score
17
Hey everyone,

I am using a few of the AddMeFast iMacros created by users on these forums and they're all working great minus the Facebook Followers one.

The problem seems to be getting the iMacro to find Facebook pages "Follow" button.

I was using the code: TAG POS=1 TYPE=BUTTON ATTR=VALUE:1&&TXT:Follow

However, this code no longer works. Does anyone know what I can replace this line of code with? Thank you in advance.
 
Hey everyone,

I am using a few of the AddMeFast iMacros created by users on these forums and they're all working great minus the Facebook Followers one.

The problem seems to be getting the iMacro to find Facebook pages "Follow" button.

I was using the code: TAG POS=1 TYPE=BUTTON ATTR=VALUE:1&&TXT:Follow

However, this code no longer works. Does anyone know what I can replace this line of code with? Thank you in advance.

Nevermind guys, I figured out where I was going wrong. For anyone interested this new code works great:

TAG POS=1 TYPE=A ATTR=TXT:Follow
 
Back
Top