Title: WP-feedTicker
Author: gunglien
Published: <strong>2011년 9월 18일</strong>
Last modified: 2011년 9월 18일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# WP-feedTicker

 작성자: [gunglien](https://profiles.wordpress.org/gunglien/)

[다운로드](https://downloads.wordpress.org/plugin/wp-feedticker.zip)

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

 [지원](https://wordpress.org/support/plugin/wp-feedticker/)

## 설명

wp-feedTicker is a plugin that provides shortcode functionality to use the jQuery
webTicker.

The jQuery webTicker is a jQuery plugin that creates a ticker effect where posts
slide from one side to another in a particular order
 once the last item goes outside
of the visible area it is queued back so that it will appear when the list finishes.
The ticker can be used to show the users the latest posts in your blog/website without
having space consuming widgets on the sidebars.

This makes creating web tickers on your wordpress blog quite easily. You can either
use the shortcode in Advanced Text
 widget plugin; or else include it in a post/
page or in the template itself using do_shortcode.

Further information and an example can be found on the official [wp-feedticker page](http://jonmifsud.com/web-tools/wp-feedticker/).

## 설치

This section describes how to install the plugin and get it working.

e.g.

 1. Upload `wp-feedticker` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Add ticker styling in your CSS
 4. Place `<?php do_shortcode('[feedticker]'); ?>` in your templates or [feedticker]
    in your posts/pages

#### CSS Styling

 * you need to style your wp-feedticker plugin in your style.css example

.tickeroverlay-left{
 background-image:url(‘left.png’); display:block; pointer-events:
none; position:absolute; z-index:30; height:12px; width:150px; top:0; left:-2px;}

.tickeroverlay-right{
 background-image:url(‘right.png’); display:block; pointer-
events:none; position:absolute; z-index:30; height:12px; width:150px; top:0; right:-
2px; }

.tickercontainer { // the outer div
 background: #7a7a7a; width: 738px; height: 
27px; margin: 0; padding: 0; overflow: hidden; }

.tickercontainer .mask { // that serves as a mask. so you get a sort of padding 
both left and right
 position: relative; padding-left: 10px; padding-right: 10px;
top: 8px; height: 18px; overflow: hidden; }

ul.newsticker {
 position: relative; margin-left: 20px; font: bold 10px Verdana;
list-style-type: none; margin: 0; padding: 0; }

ul.newsticker li {
 float: left; // important so they rotate properly margin: 0;
padding-right: 15px; }

ul.newsticker a {
 white-space: nowrap; padding: 0; color: #ff0000; font: bold 10px
Verdana; margin: 0 50px 0 0; }

ul.newsticker span {
 margin: 0 10px 0 0; }

#### How to use

Add the following shortcode in your post/page)

[feedticker num=”3″ rss=”http://yourwebsite.com/rss/” id=”webticker”, direction=”
1″, speed=”0.05″ ]

If used in a template please include the shortcode function

do_shortcode(‘[feedticker num=”3″ category=”http://yourwebsite.com/rss/” id=”webticker”,
direction=”1″, speed=”0.05″, link=”yes” ]’);

 * num – your total number of post to display. default is 10
 * category – category id. use comma , for multiple id
 * orderby – your post will order by . default post_date . check https://codex.wordpress.
   org/Template_Tags/get_posts for detail
 * id – the id that you would like to give to the feedticker list (has to be used
   when running multiple tickers on same page)
 * speed – the speed should be in the domain of 0 – 1
 * direction – 1 = left to right; and -1 = right to left.
 * link – yes = link back to author site; hide = hide link; no = remove link completely.
 * If you remove the link it would be appriciated if you write something about this
   plugin.

## FAQ

  Ticker does not work after adding shortcode

Check that you have included the required CSS styling for the ticker to be able 
to work properly – see installation

  I Have a problem not listed here

Kindly contact the author on info@jonmifsud.com and I will promptly reply and help
you out where possible.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

 *   [ gunglien ](https://profiles.wordpress.org/gunglien/)

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

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

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

## 변경이력

#### 1.0

 * Added version 1.0
 * Added readme.txt

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.2.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-feedticker/)
 * 태그:
 * [marquee](https://ko.wordpress.org/plugins/tags/marquee/)[rotating](https://ko.wordpress.org/plugins/tags/rotating/)
   [ticker](https://ko.wordpress.org/plugins/tags/ticker/)[webticker](https://ko.wordpress.org/plugins/tags/webticker/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-feedticker/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

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

## 기여자

 *   [ gunglien ](https://profiles.wordpress.org/gunglien/)

## 지원

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

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