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

---

플러그인 검색

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

# Liveticker (by stklcode)

 작성자: [Stefan Kalscheuer](https://profiles.wordpress.org/stklcode/)

[다운로드](https://downloads.wordpress.org/plugin/stklcode-liveticker.1.3.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/stklcode-liveticker/#description)
 * [평가](https://ko.wordpress.org/plugins/stklcode-liveticker/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/stklcode-liveticker/#installation)
 * [개발](https://ko.wordpress.org/plugins/stklcode-liveticker/#developers)

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

## 설명

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

## 스크린샷

[⌊Example liveticker (frontend)⌉⌊Example liveticker (frontend)⌉[

Example liveticker (frontend)

[⌊Tick management⌉⌊Tick management⌉[

Tick management

[⌊Ticker configuration.⌉⌊Ticker configuration.⌉[

Ticker configuration.

[⌊Settings page⌉⌊Settings page⌉[

Settings page

[⌊Gutenberg block⌉⌊Gutenberg block⌉[

Gutenberg block

[⌊Example shortcode⌉⌊Example shortcode⌉[

Example shortcode

[⌊Example widget⌉⌊Example widget⌉[

Example widget

## 블록

이 플러그인은 2개의 블록을 제공합니다.

 *   Scliveticker Block Liveticker
 *   Liveticker

## 설치

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

## FAQ

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

## 후기

![](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/) 2024년 8
월 15일

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/) 2022년 3월 8일

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

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## 기여자 & 개발자

“Liveticker (by stklcode)”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 
플러그인에 기여하였습니다.

기여자

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

“Liveticker (by stklcode)”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker/contributors)
님께 감사드립니다.

[자국어로 “Liveticker (by stklcode)”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/stklcode-liveticker/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/stklcode-liveticker/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/stklcode-liveticker/)을 [RSS](https://plugins.trac.wordpress.org/log/stklcode-liveticker/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

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

## 기초

 *  버전 **1.3.2**
 *  최근 업데이트: **3개월 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/stklcode-liveticker/) 및 [German](https://de.wordpress.org/plugins/stklcode-liveticker/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/stklcode-liveticker)
 * 태그:
 * [feed](https://ko.wordpress.org/plugins/tags/feed/)[Liveticker](https://ko.wordpress.org/plugins/tags/liveticker/)
   [rss](https://ko.wordpress.org/plugins/tags/rss/)
 *  [고급 보기](https://ko.wordpress.org/plugins/stklcode-liveticker/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/stklcode-liveticker/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/stklcode-liveticker/)