ReadMe, license and dependencies
This commit is contained in:
57
README.md
57
README.md
@@ -1,39 +1,41 @@
|
||||
=== WP-Liveticker 2 ===
|
||||
Contributors: stkl
|
||||
Tags: liveticker, feed, rss
|
||||
Requires at least: 3.8
|
||||
Tested up to: 3.9.2
|
||||
Stable tag: beta
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
# 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 ==
|
||||
## 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.
|
||||
## Features
|
||||
* Handle multiple Tickers.
|
||||
* RSS feed capability.
|
||||
* Shortcode to display liveticker.
|
||||
* Ability to customise through CSS.
|
||||
* Add ticker to sidebar widgets.
|
||||
* Localization support.
|
||||
|
||||
== Installation ==
|
||||
## 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 ==
|
||||
## Frequently asked questions
|
||||
|
||||
= How do I display a liveticker on my post/page? =
|
||||
#### How do I display a liveticker on my post/page?
|
||||
|
||||
Use the shortcode [liveticker2 id="slug"].
|
||||
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 ==
|
||||
## Screenshots
|
||||
|
||||
1. Downloads overview screen.
|
||||
2. Add new download screen.
|
||||
@@ -42,10 +44,13 @@ Use the shortcode [liveticker2 id="slug"].
|
||||
5. Example shortcodes.
|
||||
6. Settings screen.
|
||||
|
||||
== Changelog ==
|
||||
## Changelog
|
||||
|
||||
= 0.4 =
|
||||
+ CSS only loaded when shortcode is called
|
||||
#### 1.0.0
|
||||
* Complete rework of PHP code.
|
||||
|
||||
= 0.3 =
|
||||
+ Initial plugin release.
|
||||
#### 0.4
|
||||
* CSS only loaded when shortcode is called
|
||||
|
||||
#### 0.3
|
||||
* Initial plugin release.
|
||||
|
Reference in New Issue
Block a user