=== React Webcam === Contributors: nikdo Tags: webcam, image, ajax Requires at least: 4.3 Tested up to: 4.3 Stable tag: 1.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add auto-refreshing image from your webcam to any page. == Description == A very simple yet effective solution to display the actual image from your webcam on any page. Directory with webcam images is periodically scanned and the most recent image is displayed without the need to refresh whole page. * Webcam images filenames need to be timestamped (for example *20150923.jpg*). * Uses [React JavaScript library](http://facebook.github.io/react/) to provide good performance and seamless user experience. == Installation == 1. Upload 'react-webcam' to the '/wp-content/plugins/' directory. 2. Activate the plugin through the *Plugins* menu in WordPress. 3. Configure your webcam to periodically upload timestamped images to '/wp-content/uploads/webcam/' directory. 4. Insert '[reactwebcam]' shortcode to the page. 5. Optionally set intended refresh interval in seconds: '[reactwebcam refreshinterval=30]' The default value is *60 seconds*. == Changelog == = 1.0.0 = * Intial public version. = 1.1.0 = * Configurable refresh interval. = 2.0.0 = * Basic webcam history. = 2.1.0 = * History thumbnails. * Current image date & time. * Refresh countdown. * Link to image in full resolution. = 2.2.0 = * Deleting expired images. * Hiding inactive history navigation. * Countdown format with minutes. = 2.3.0 = * Image loading indicator.