Title: Liveticker (by stklcode)
Author: Stefan Kalscheuer
Published: <strong>2. 11. 2018</strong>
Last modified: 14. 3. 2026

---

Prohledat pluginy

![](https://s.w.org/plugins/geopattern-icon/stklcode-liveticker.svg)

# Liveticker (by stklcode)

 Autor: [Stefan Kalscheuer](https://profiles.wordpress.org/stklcode/)

[Stáhnout](https://downloads.wordpress.org/plugin/stklcode-liveticker.1.3.2.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/stklcode-liveticker/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/stklcode-liveticker/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/stklcode-liveticker/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/stklcode-liveticker/#developers)

 [Podpora](https://wordpress.org/support/plugin/stklcode-liveticker/)

## Popis

Liveticker 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
 * Automatic update via AJAX
 * RSS feed capability
 * Gutenberg block and shortcode to display liveticker
 * Add ticker to sidebar widgets
 * Ability to customize through CSS
 * Localization support

## Snímky obrazovky

 * [[
 * Example liveticker (frontend)
 * [[
 * Tick management
 * [[
 * Ticker configuration.
 * [[
 * Settings page
 * [[
 * Gutenberg block
 * [[
 * Example shortcode
 * [[
 * Example widget

## Bloky

Tento plugin poskytuje 2 bloky.

 *   Scliveticker Block Liveticker
 *   Liveticker

## Instalace

If you don’t know how to install a plugin for WordPress, [here’s how](https://wordpress.org/support/article/managing-plugins/).

You can obtain the plugin through fhe official WordPress plugin repository.
 Alternatively
you can also use _Copmposer_.

### Requirements

 * PHP 7.2 or above
 * WordPress 5.0 or above

## Nejčastější dotazy

### How do I display a liveticker on my post/page?

On WordPress 5 sites there is a Gutenberg Block available to embed a liveticker 
in your post.

You can also use the shortcode `[liveticker ticker="my-ticker"]` on WordPress 4 
or classic-mode sites.
 If you want to define a custom tick limit, you might also
add a limit with `[liveticker ticker="my-ticker" limit="10"]`.

### Can I use my own styles?

Of course.
 You can deactivate the default stylesheet on the settings page and include
your own instead.

### Does the liveticker work with caching?

If you activate AJAX updates (enabled by default), the JavaScript will automatically
update the content, even when the
 page is loaded from cached.

If AJAX is disabled, it depends on your update and caching intervals. If you update
your ticker every 5 minutes, a
 caching time of 12 hours obviously makes no sense.

## Recenze

![](https://secure.gravatar.com/avatar/c4b3aef50e901267abe64d3373403d0c71b1d9160619e5c9088003c805e833a3?
s=60&d=retro&r=g)

### 󠀁[good](https://wordpress.org/support/topic/good-8597/)󠁿

 [flankeskragenbank](https://profiles.wordpress.org/flankeskragenbank/) 15. 8. 2024

its nice and simple, but could have more features.

![](https://secure.gravatar.com/avatar/9708bbd5d77632cffd52d767127778d9eabecc752157b6a8b9b76fc4a795f4dd?
s=60&d=retro&r=g)

### 󠀁[Top](https://wordpress.org/support/topic/top-1296/)󠁿

 [murmelino](https://profiles.wordpress.org/murmelino/) 8. 3. 2022

Nutze den Liveticker nun seit über einem Jahr und alles ist Top!

 [ Přečtěte si všechny 2 recenze ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## Autoři

Liveticker (by stklcode) je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

 *   [ Stefan Kalscheuer ](https://profiles.wordpress.org/stklcode/)

Plugin „Liveticker (by stklcode)“ byl přeložen do 1 jazyku. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker/contributors)
za jejich pomoc.

[Přeložte “Liveticker (by stklcode)” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/stklcode-liveticker/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/stklcode-liveticker/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/stklcode-liveticker/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/stklcode-liveticker/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

### 1.3.2 – 2026-03-14

 * Use wp_doing_ajax() instead of checking for global constants
 * Tested with WP 6.9

### 1.3.1 – 2025-08-16

 * Textdomain is no longer loaded explicitly
 * Internal filter and action hooks consolidated
 * Minor internal code fixes
 * Tested with WP 6.8

### 1.3.0 – 2025-03-10

 * Requires at least PHP 7.2 and WordPress 5.0
 * Sorting direction can now be changed for liveticker blocks

### 1.2.3 – 2025-02-04

 * Escape ticker ID in shortcode output
 * Tested with WP 6.7

### 1.2.2 – 2024-03-02

 * Update use of deprecated WP core functions
 * Extend output sanitization
 * Tested with WP 6.4

### 1.2.1 – 2022-02-01

 * Fix issue with limit in Gutenberg block.

### 1.2.0 – 2022-01-23

 * Requires WordPress 4.7 or above
 * Migrated AJAX to REST API
 * Resolved Javascript compatibility issues with IE11
 * Added optional shortcode support for tick content
 * Support embedded JavaScript execution in tick content (e.g. for social media 
   integrations)

### 1.1.1 – 2021-03-20

 * „Ticker“ taxonomy name is now translatable

### 1.1.0 – 2020-05-02

 * Requires PHP 5.6 or above
 * Use GMT for automatic updates
 * Gutenberg Block available
 * Ticks exposed through REST API
 * Changed AJAX update logic for embedded media compatibility

### 1.0.0 – 2018-11-02

 * Initial release

## Meta

 *  Verze **1.3.2**
 *  Poslední aktualizace **před 3 měsíce**
 *  Aktivních instalací **100+**
 *  Verze WordPressu ** 5.0 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Verze PHP ** 7.2 nebo novější **
 *  Jazyky
 * [English (US)](https://wordpress.org/plugins/stklcode-liveticker/) a [German](https://de.wordpress.org/plugins/stklcode-liveticker/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)
 * Štítky
 * [feed](https://cs.wordpress.org/plugins/tags/feed/)[Liveticker](https://cs.wordpress.org/plugins/tags/liveticker/)
   [rss](https://cs.wordpress.org/plugins/tags/rss/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/stklcode-liveticker/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  2 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## Spolupracovníci

 *   [ Stefan Kalscheuer ](https://profiles.wordpress.org/stklcode/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/stklcode-liveticker/)