since I got a couple of PM's, here's how to automate with iMacros...
The problem is that facebook uses dynamic URL entry fields, meaning that the URL of the input field changes every time you reload the page (also called "Wildcards").
To insert your description/title/image/whatever, you need to change the URL entry so that iMacros will recognize it as a wildcard and input your image no matter what the URL of the entry field is.
for example, here's a recording i just made to insert a title:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:create_ad_form ATTR=ID:UIAdCreativeTitle_TitleText_c4c3f968d9d47669938864 CONTENT=title
the "c4c3f968d9d47669938864" is a random code generated by facebook (the wildcard). to fix it, replace it with a *, like so:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:create_ad_form ATTR=ID:UIAdCreativeTitle_TitleText_* CONTENT=title
imacros will read the * and disregard the random numbers generated by facebook. you can use this for any input field.
here's some more info if you need it:
http://www.iopus.com/imacros/help/in...s_overview.htm (Go to Advanced>Fine tune tag commands)
enjoy
The problem is that facebook uses dynamic URL entry fields, meaning that the URL of the input field changes every time you reload the page (also called "Wildcards").
To insert your description/title/image/whatever, you need to change the URL entry so that iMacros will recognize it as a wildcard and input your image no matter what the URL of the entry field is.
for example, here's a recording i just made to insert a title:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:create_ad_form ATTR=ID:UIAdCreativeTitle_TitleText_c4c3f968d9d47669938864 CONTENT=title
the "c4c3f968d9d47669938864" is a random code generated by facebook (the wildcard). to fix it, replace it with a *, like so:
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:create_ad_form ATTR=ID:UIAdCreativeTitle_TitleText_* CONTENT=title
imacros will read the * and disregard the random numbers generated by facebook. you can use this for any input field.
here's some more info if you need it:
http://www.iopus.com/imacros/help/in...s_overview.htm (Go to Advanced>Fine tune tag commands)
enjoy
