I'm trying to make an iMacros script that will allow me to open 5 different groups on FB in 5 different tabs, then paste and submit a message on the wall of the first tab, and move onto to tab 2 and do the same, then 3, then 4 and so on.. I've never used iMacros before and this is what ive got so far, im not sure how to get it to paste. Can anyone help me with this?
This is the code i have
Code:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=2
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=3
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=4
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
TAB T=5
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
I realise that the PASTE would probably need to go like this..
Code:
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ID:c4b0eeb5dd1fa31834702659_input
PASTE HERE
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Share
but i have no idea how to do it..
thanks.