Title: Liveticker (by stklcode)
Author: Stefan Kalscheuer
Published: <strong>2 novembris, 2018</strong>
Last modified: 14 marts, 2026

---

Meklēt spraudņus

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

# Liveticker (by stklcode)

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

[Lejupielādēt](https://downloads.wordpress.org/plugin/stklcode-liveticker.1.3.2.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/stklcode-liveticker/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/stklcode-liveticker/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/stklcode-liveticker/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/stklcode-liveticker/#developers)

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

## Apraksts

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

## Ekrānuzņēmumi

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

## Bloki

Šis spraudnis nodrošina 2 blokus.

 *   Scliveticker Block Liveticker
 *   Liveticker

## Uzstādīšana

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

## BUJ

### 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.

## Atsauksmes

![](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 augusts,
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 marts, 2022

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

 [ Lasīt 2 atsauksmes ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## Autori un izstrādātāji

“Liveticker (by stklcode)” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši
šādi cilvēki.

Līdzdalībnieki

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

“Liveticker (by stklcode)” ir tulkots lokalizācijā 1. Paldies [tulkotājiem](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker/contributors)
par ieguldījumu.

[Tulkot “Liveticker (by stklcode)&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/stklcode-liveticker/),
apmeklējiet[ SVN krātuvi ](https://plugins.svn.wordpress.org/stklcode-liveticker/)
vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/stklcode-liveticker/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/stklcode-liveticker/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

### 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

 *  Versija **1.3.2**
 *  Pēdējo reizi atjaunots: **pirms 3 nedēļas**
 *  Aktīvās instalācijas: **100+**
 *  WordPress versija ** 5.0 vai jaunāka **
 *  Pārbaudīts līdz: **6.9.4**
 *  PHP versija ** 7.2 vai jaunāka **
 *  Valodas
 * [English (US)](https://wordpress.org/plugins/stklcode-liveticker/) un [German](https://de.wordpress.org/plugins/stklcode-liveticker/).
 *  [Tulkojiet savā valodā](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)
 * Birkas:
 * [feed](https://lv.wordpress.org/plugins/tags/feed/)[Liveticker](https://lv.wordpress.org/plugins/tags/liveticker/)
   [rss](https://lv.wordpress.org/plugins/tags/rss/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/stklcode-liveticker/advanced/)

## Vērtējumi

 5 no 5 zvaigznēm.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/?filter=1)

[Pievienot manu atsauksmi](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## Līdzdalībnieki

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

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/stklcode-liveticker/)