how can i do this?

harper bonner

Newbie
Joined
Dec 19, 2019
Messages
15
Reaction score
5
ok,
I do blogging on blogspot.
it's an image-based blog.

so what I do is upload pic 1 and write 'beautiful flower pic 1' and upload pic 2 and 'beautiful flower pic2' as caption.

I upload 10~ pics per post so this captioning is too tedious, while uploading images on blogspot is just 1 click - super easy.

Do I have to build a script?
is there any idea how i can make this automated?

any tip will be highly appreciated!!

thanks
 
You could let a textfield appear once you create a blogpost that receives your caption and adds the increasing number to the caption you set to the rest of the images.

so yeah, a bit of code would be useful
 
You could let a textfield appear once you create a blogpost that receives your caption and adds the increasing number to the caption you set to the rest of the images.

so yeah, a bit of code would be useful
thanks for your reply!
will need to research a bit since I don't have any coding skill yet
 
Python would make this quite simple to achieve.. I'm not familiar with blogspot, can you integrate an API? Do you post html or is it more like WordPress?? Or can you just copy and paste for example a word document with pictures and it just uploads for example??
 
It can be achieved with python... also one person is selling VA services in marketplace for 45$/month so that's an option too :)
 
Python would make this quite simple to achieve.. I'm not familiar with blogspot, can you integrate an API? Do you post html or is it more like WordPress?? Or can you just copy and paste for example a word document with pictures and it just uploads for example??
yeah html possible. not sure about API
 
Back
Top