JackSparrow
Elite Member
- Mar 24, 2007
- 1,525
- 2,142
I have created a working imacros script that will upload your images from a specific folder to pinterest.
Here's the method:
Create a folder on desktop called image, then copy and paste 50 images you want to upload onto pinterest into this folder (make sure they are all jpeg files, do not use any other format or the script won't work).
While inside the folder press CTRL+A so that all the image files will be selected and right click the first image file in the folder and click rename.
Type a then press return on your keyboard, after a short while you will notice that all the images file will be renamed a (2), a (3), a (4) etc..
you will notice that the first image file is called simply a, rename this to a (1) .. (note make sure you do a<space>(1))
Open up firefox and log into your pinterest account then run the following imacros script:
Amend the yellow bits to your own personal settings then set the max loop to 50, then run the script.
Here's the method:
Create a folder on desktop called image, then copy and paste 50 images you want to upload onto pinterest into this folder (make sure they are all jpeg files, do not use any other format or the script won't work).
While inside the folder press CTRL+A so that all the image files will be selected and right click the first image file in the folder and click rename.
Type a then press return on your keyboard, after a short while you will notice that all the images file will be renamed a (2), a (3), a (4) etc..
you will notice that the first image file is called simply a, rename this to a (1) .. (note make sure you do a<space>(1))
Open up firefox and log into your pinterest account then run the following imacros script:
Code:
VERSION BUILD=5100505 RECORDER=CR
WAIT SECONDS=10
URL GOTO=[COLOR="#FFFF00"][B]your pinterest dashboard url[/B][/COLOR]
TAG POS=1 TYPE=SPAN ATTR=CLASS:PlusIcon
TAG POS=1 TYPE=DIV ATTR=ID:upload
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://pinterest.com/post/ ATTR=NAME:img CONTENT=[COLOR="#FFFF00"][B]folderwherepicturesare[/B][/COLOR]\a<sp>({{!LOOP}}).jpg
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://pinterest.com/post/ ATTR=NAME:img CONTENT=[COLOR="#FFFF00"][B]folderwherepicturesare[/B][/COLOR]\a<sp>({{!LOOP}}).jpg
TAG POS=3 TYPE=TEXTAREA ATTR=NAME:caption CONTENT=.
TAG POS=3 TYPE=TEXTAREA ATTR=NAME:caption CONTENT=.
TAG POS=3 TYPE=BUTTON ATTR=TXT:Pin<SP>It
Amend the yellow bits to your own personal settings then set the max loop to 50, then run the script.