Image Refresh Plugin Plugin

This plugin force the image refresh between a time interval using AJAX. Is very useful for update the snapshots of webcams or force to the web browsers to update the cache for an image(s).

The plugin don't reload the page only refresh the image elements.

Example of use:
{imagerefresh imagesrc='http://wifidata.edv-sommer.de/in/webcam_mauritius/pda-wideangle.jpg'|refreshtime='10000'|imageopt='class="webcam" border="1"'}

The plugin will generate a <img> with a refrestime of 10000 miliseconds (Ten seconds) and the class="webcam".

You can use imageopt param for add to the image a border, id, alt, etc.

Report

bynickm11 on June 11, 2009
Easily got this working by pasting code into HTML source. Was amazed when it worked first time. Added width="" height="" attributes which also worked. thanx