# WP-Liveticker 2 * Contributors: Stefan Kalscheuer * Tags: liveticker, feed, rss * Requires at least: 3.8 * Tested up to: 4.9 * Stable tag: 1.0.0-alpha * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple liveticker plugin for WordPress. ## Description WP-Liveticker 2 is a simple liveticker plugin for WordPress. Easily add multiple livetickers, add them to posts with shortcode or use them as Widget. ## Features * Handle multiple Tickers. * RSS feed capability. * Shortcode to display liveticker. * Ability to customise through CSS. * Add ticker to sidebar widgets. * Localization support. ## Installation 1. Upload `wp-liveticker2` to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Liveticker menu to start. ## Frequently asked questions #### How do I display a liveticker on my post/page? Use the shortcode `[liveticker ticker="my-ticker"]`. If you want to define a custom tick limit, you might also add a limit with `[liveticker ticker="my-ticker" limit="10"]`. ## Screenshots 1. Downloads overview screen. 2. Add new download screen. 3. Logs overview screen. 4. Shortcode generator. 5. Example shortcodes. 6. Settings screen. ## Changelog #### 1.0.0 * Complete rework of PHP code. #### 0.4 * CSS only loaded when shortcode is called #### 0.3 * Initial plugin release.