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
Image from Url/Dir
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Image from Url/Dir
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
Regards,
Garvin
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" />
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/
# 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/