So ive been mucking around with pinterest and i do see potential (though i haven seen the results i need yet). During my trials, the most consuming bit is downloading and uploading images. And avoiding getting banned because of copyright laws for the pictures. It was during this thought of a neat trick (At least I think so)
Following the steps below you should do 100 pins in 10 min or less.
So using the image grabber add-on in SB.
Been here forever but This is my first real post here so enjoy! Let me know if helpful
Following the steps below you should do 100 pins in 10 min or less.
So using the image grabber add-on in SB.
- Enter a keyword or words for the images you want to use for you image blog for use with pinterest and click locate image urls.
- Once complete click export. This will export all those urls to a text file.
- Open the text file in your favorite text editor
- Next surround each url with the img src tag like this
Code:<img src="hxxp://url_toyourimage.jpg" alt="mypinterest topic">[ /CODE] (i use notetab light free since it does search and replace using regular expressions, this way i can do 1000 images in 2 seconds literally) Here is my regex(if u dont know what regex is just do it manually) [CODE]find = (http\://.*\..*)\r\n Replace = <img src="$1" alt="Keywords">\r\n - Next copy to your clipboard about 30 - 40 of the img tags containing your img urls
- Next start a new post in your blog.
- in your blog editor go to the HTML view
- Next past the urls you copied earlier and hit publish
- Logout from your blog
- Browse to your new blog post
- Click the pin it button
- Select the image you want to pin (repeat for each image on the page)
- Repeat steps 5 - 12 until your list is complete
Been here forever but This is my first real post here so enjoy! Let me know if helpful
Last edited: