Hey!
So, I'm in to pinterest and I hate to pin by hand so I managed to "create" this little script that saved me a lot of time. I have searched the forum for it and I haven't found anything (sorry if i missed it). So here it is :
I had to copy and paste the title everytime I pinned, so I added copy&paste to it.
where I have written the text in these [] just delete it.
I have put a hover button plungin so it tags the photo and goes to pin it section. You can add as many boars as you like. I know it's not much but maybe for some it will be useful.
Have a great time earning guys!
--------------
for noobs like me, if You don't know how to get that image source, just record with imacros the pinning process and copy the tag where you click on the photo!
So, I'm in to pinterest and I hate to pin by hand so I managed to "create" this little script that saved me a lot of time. I have searched the forum for it and I haven't found anything (sorry if i missed it). So here it is :
Code:
VERSION BUILD=8810214 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
TAB T=1
TAG POS=1 TYPE=TITLE ATTR=* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
TAG POS=2 TYPE=IMG ATTR=SRC: http://xxxxx.xxxxx.xxx [image source, you don't have to change it]
TAB T=2
TAG POS=1 TYPE=SPAN ATTR=CLASS:downArrow&&TXT:
TAG POS=1 TYPE=LI ATTR=TXT:Example<SP>How<SP>it<SP>Should<SP>be[GROUP BOARD]
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:pinFormDescription CONTENT={{!VAR1}}
TAB CLOSE
TAB T=1
TAG POS=2 TYPE=IMG ATTR=SRC:http://xxxxx.xxxxx.xxx
TAB T=2
TAG POS=1 TYPE=SPAN ATTR=CLASS:downArrow&&TXT:
TAG POS=1 TYPE=LI ATTR=TXT:Example<SP>How<SP>it<SP>Should<SP>be[GROUP BOARD]
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:pinFormDescription CONTENT={{!VAR1}}
TAG POS=1 TYPE=BUTTON FORM=NAME:NoFormName ATTR=TXT:Pin<SP>it
TAB CLOSE
I had to copy and paste the title everytime I pinned, so I added copy&paste to it.
where I have written the text in these [] just delete it.
I have put a hover button plungin so it tags the photo and goes to pin it section. You can add as many boars as you like. I know it's not much but maybe for some it will be useful.
Have a great time earning guys!
--------------
for noobs like me, if You don't know how to get that image source, just record with imacros the pinning process and copy the tag where you click on the photo!
Last edited: