Page 1 of 1

Image from Url/Dir

Posted: Sat Sep 12, 2009 12:01 pm
by strecth
I have a webcam which ftps an image ever x seconds what i'd like to do is display that image in my blog sidebar is there a plugin that that can do this? I don't use gallery or coppermine.

thanks

Re: Image from Url/Dir

Posted: Sat Sep 12, 2009 1:21 pm
by garvinhicking
HI!

If you can configire your webcam to always upload the latest file as a fixed filename (like "recent.jpg") you can easily insert a "HTML nugget" sidebar plugin, and simply show that image with

Code: Select all

<img src="/path/to/your/webcam/recent.jpg" />
Regards,
Garvin