PHPackages                             stklcode/stklcode-liveticker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stklcode/stklcode-liveticker

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

stklcode/stklcode-liveticker
============================

A simple Liveticker for Wordpress.

1.3.2(2mo ago)4394[4 issues](https://github.com/stklcode/wp-liveticker/issues)[1 PRs](https://github.com/stklcode/wp-liveticker/pulls)GPL-2.0+PHPPHP &gt;=7.2CI passing

Since Nov 2Pushed 4w ago1 watchersCompare

[ Source](https://github.com/stklcode/wp-liveticker)[ Packagist](https://packagist.org/packages/stklcode/stklcode-liveticker)[ RSS](/packages/stklcode-stklcode-liveticker/feed)WikiDiscussions develop Synced 6d ago

READMEChangelog (10)Dependencies (15)Versions (13)Used By (0)

[![CI](https://github.com/stklcode/wp-liveticker/actions/workflows/test.yml/badge.svg?branch=stable)](https://github.com/stklcode/wp-liveticker/actions/workflows/test.yml)[![Quality Gate Status](https://camo.githubusercontent.com/e2e9fd935c0dd760a43ef5870956dcd19d50801844c0e302447a8ecea37469a6/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d73746b6c636f646525334177702d6c6976657469636b6572266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=stklcode%3Awp-liveticker)[![WP Plugin Version](https://camo.githubusercontent.com/4a0206c36d46a87e3c71f198fb70c2be72d95f71a69527dcbbc4dc5251a39217/68747470733a2f2f696d672e736869656c64732e696f2f776f726470726573732f706c7567696e2f762f73746b6c636f64652d6c6976657469636b65722e737667)](https://wordpress.org/plugins/stklcode-liveticker/)[![Packagist Version](https://camo.githubusercontent.com/39f3dab2ba1b6df612b99f2deaade3bdbbad21520ad557027710f1ec38189316/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746b6c636f64652f73746b6c636f64652d6c6976657469636b65722e737667)](https://packagist.org/packages/stklcode/stklcode-liveticker)[![License](https://camo.githubusercontent.com/96d15d321494cdc76604587048f657acb4acf33ce7b6b0621085f33bdfebde26/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c25323076322d626c75652e737667)](https://github.com/stklcode/wp-liveticker/blob/stable/LICENSE.md)

Liveticker (by stklcode)
========================

[](#liveticker-by-stklcode)

- Contributors: stklcode
- Tags: liveticker, feed, rss
- Requires at least: 5.0
- Tested up to: 6.9
- Requires PHP: 7.4
- Stable tag: 1.3.2
- License: GPLv2 or later
- License URI:

A simple ajaxified liveticker plugin for WordPress.

Description
-----------

[](#description)

Liveticker is a simple liveticker plugin for WordPress. Easily add multiple livetickers, add them to posts with shortcode or use them as Widget.

### Features

[](#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

Installation
------------

[](#installation)

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

[](#requirements)

- PHP 7.4 or above
- WordPress 5.0 or above

Frequently asked questions
--------------------------

[](#frequently-asked-questions)

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

[](#how-do-i-display-a-liveticker-on-my-postpage)

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?

[](#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?

[](#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.

Screenshots
-----------

[](#screenshots)

1. Example liveticker (frontend)
2. Tick management
3. Ticker configuration.
4. Settings page
5. Gutenberg block
6. Example shortcode
7. Example widget

Changelog
---------

[](#changelog)

### 1.3.2 - 2026-03-14

[](#132---2026-03-14)

- Use wp\_doing\_ajax() instead of checking for global constants
- Tested with WP 6.9

### 1.3.1 - 2025-08-16

[](#131---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

[](#130---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

[](#123---2025-02-04)

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

### 1.2.2 - 2024-03-02

[](#122---2024-03-02)

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

### 1.2.1 - 2022-02-01

[](#121---2022-02-01)

- Fix issue with limit in Gutenberg block.

### 1.2.0 - 2022-01-23

[](#120---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

[](#111---2021-03-20)

- "Ticker" taxonomy name is now translatable

### 1.1.0 - 2020-05-02

[](#110---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

[](#100---2018-11-02)

- Initial release

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance71

Regular maintenance activity

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 98.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~298 days

Recently: every ~185 days

Total

10

Last Release

64d ago

PHP version history (3 changes)1.0.0PHP &gt;=5.2

1.1.0PHP &gt;=5.6

1.3.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/c478b1fbd4d0b7091bc822fab04fdc7749103ffba8eceb8a4b16d26c97f05cfb?d=identicon)[stklcode](/maintainers/stklcode)

---

Top Contributors

[![stklcode](https://avatars.githubusercontent.com/u/12963621?v=4)](https://github.com/stklcode "stklcode (204 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![mahammedzkhan](https://avatars.githubusercontent.com/u/3067041?v=4)](https://github.com/mahammedzkhan "mahammedzkhan (1 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1 commits)")

---

Tags

ajaxlivetickerwordpress-pluginpluginwordpressliveticker

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/stklcode-stklcode-liveticker/health.svg)

```
[![Health](https://phpackages.com/badges/stklcode-stklcode-liveticker/health.svg)](https://phpackages.com/packages/stklcode-stklcode-liveticker)
```

###  Alternatives

[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
