Image from Url/Dir

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
strecth
Regular
Posts: 9
Joined: Sat May 23, 2009 5:22 pm

Image from Url/Dir

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Image from Url/Dir

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply