May 1, 2012

[iMacros Script] iMacros LinkedIn Signup

iMacros LinkedIn Signup

This is to sign up a new account at LinkedIn. Good for social bookmarking, etc. Includes email verification for yahoo emails only. All the items you need to change are highlighted in RED.

 ' ------------------------------------------ Start Script ----------------------------------------
 'you need to change highlighted in Red

VERSION BUILD=7401110 RECORDER=FX
TAB T=1


URL GOTO=http://www.linkedin.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registration ATTR=ID:firstName-registration CONTENT=FIRSTNAME
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registration ATTR=ID:lastName-registration CONTENT=LASTNAME
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:registration ATTR=ID:recipientEmail-registration CONTENT=EMAILADDRESS
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:registration ATTR=ID:password-registration CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:register ATTR=ID:btn-submit
'NOTE: The next two lines sign up as Working Independently in Writing, you can change these later if you want 
TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:status-chooser CONTENT=%independent
TAG POS=1 TYPE=SELECT FORM=NAME:independentProfileForm ATTR=ID:industryChooser-independentProfileForm CONTENT=%103
TAG POS=1 TYPE=SELECT FORM=NAME:independentProfileForm ATTR=ID:countryCode-location-independentProfileForm CONTENT=%us
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:independentProfileForm ATTR=ID:postalCode-location-independentProfileForm CONTENT=ZIPCODE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:yui-gen4 ATTR=ID:independent-btn-submit
TAG POS=1 TYPE=A ATTR=TXT:Skip<SP>this<SP>step
'NOTE: The Code below is only if you want to verify the email address used to signup and only if it's a Yahoo email.  Delete this code if that's not the case.
TAG POS=1 TYPE=A ATTR=TXT:Go<SP>to<SP>Yahoo!<SP>Mail<SP>now
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:login_form ATTR=ID:username CONTENT=YAHOOID
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:login_form ATTR=ID:passwd CONTENT=YAHOOPASSWORD
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:login_form ATTR=ID:.save
TAG POS=1 TYPE=NOBR ATTR=TXT:Please<SP>confirm<SP>your<SP>email<SP>address
TAG POS=1 TYPE=A ATTR=TXT:Click<SP>here
TAB T=2
FRAME F=0
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:confirmEmail ATTR=NAME:confirm&&VALUE:Confirm
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:login ATTR=ID:session_password-login CONTENT=PASSWORD
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:login ATTR=NAME:session_login&&VALUE:Sign<SP>In
'NOTE: End of Yahoo email confirmation
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out
















 ' ------------------------------------------- End Script ----------------------------------------

No comments:

Post a Comment

iMacros Script