How do you automatically add an image?

kegnum

Senior Member
Joined
May 13, 2009
Messages
1,156
Reaction score
608
I am running a few autoblogs and am looking for a plugin that will automatically add an image to each post... Does this exist. The closest thing that I found was photo dropper but it is not automatic...
 
bumpity bump bump
 
First of all, where do the images come from?

An external source - RSS? Or an internal source, from your folders?
 
Be careful...

You'll find numerous threads on here of auto-blogs leeching images from other people's sites and getting a rather nasty letter from a pee'd off IPR lawyer who won't take "I'm sorry - I didn't know..." for an answer...

DO NOT use other sites copyright images. Get on to some free image sites (and make sure you understand the difference between royalty-free and plain 'free') and use some image integration/posting software/plugins working randomly from a pile of images that you upload to a specific directory.

Eseentially, you can use 'spinning' software to do this as you post, as you just need to spin the URL/location of the images on the local drive inside the HTML img code.

i.e...

<img src="img/{Pic1.gif|Pic2.gif|Pic3.gif|Pic4.gif}" class="YourImageFloatClass" />
 
Last edited:
Back
Top