Jump to content

how to click Twitter follow button


tobject
 Share

Recommended Posts

Do you guys know how to initiate Twitter Follow button click ?

<button href="/friendships/create/" class="btn" value="Actions" title="Follow worldfinance"><i></i></button>

This one does not work

for $oLink in $oLinks

$sTmp=String($oLink.innerText);

if (StringInStr($sTmp, "Follow user") > 0 ) and (StringInStr($sTmp, "Unfollow user") = 0) Then

;MsgBox(0,"Found Link", $sTmp);

_IEAction($oLink,"click");

endif;

endif;

next;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...