Title: Presenter
Author: Aaron D. Campbell
Published: <strong>2012년 5월 29일</strong>
Last modified: 2022년 8월 13일

---

플러그인 검색

![](https://ps.w.org/presenter/assets/banner-772x250.png?rev=1167436)

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

![](https://ps.w.org/presenter/assets/icon.svg?rev=1166796)

# Presenter

 작성자: [Aaron D. Campbell](https://profiles.wordpress.org/aaroncampbell/)

[다운로드](https://downloads.wordpress.org/plugin/presenter.1.5.2.zip)

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

 [지원](https://wordpress.org/support/plugin/presenter/)

## 설명

You’ll be able to create presentations in no time using WordPress’s familiar built-
in toolset. No need for SlideShare, with Presenter you are hosting your own presentations
and can share them by simply linking to your site. The presentations are built using
[Reveal.js](https://github.com/hakimel/reveal.js) by Hakim El Hattab, which means
it is extremely extensible, works with most browsers, and even works with presenter
remotes.

Professional slideshows right on your WordPress site.

Collaborate on the plugin: [Presenter on GitHub](http://github.com/aaroncampbell/presenter)

Brought to you by [Aaron D. Campbell](http://aarondcampbell.com/)

## 설치

 1. Use automatic installer to install and active the plugin.

## FAQ

### Does this work with a presenter remote?

Yes! I haven’t tested it with every remote of course, but all of them that I
 have
tested have worked perfectly. My personal favorite is the [Logitech Professional Presenter R800](http://amzn.com/B002GHBUTU)

### How do I do background images or videos for my slides?

On the slide you want to add it to, click the “Show Advanced Slide Setting” link,
then click the “Add Data Field” button.

For an image: Set the name of the field to ‘background’ and put the URL for the 
image in the value field.

For video: Set the name of the field to ‘background-video’ and you can add in comma
separated URLs to various video sources, such as: //example.com/bearded-dragon-scares-
kitten.mp4,//example.com/bearded-dragon-scares-kitten.webm,//example.com/bearded-
dragon-scares-kitten.ogv

### Can I make the slideshow look different?

Absolutely. There are several default themes included, but you can also make
 your
own. If there is a “presenter” directory in your WordPress theme, Presenter will
look there for additional themes. All you need for a theme is a .css file with a
header like this: /** Template Name: My Presenter Template */

The css file will be included and used in your slideshow.

### I want to put my custom Presenter theme somewhere else. Can I?

Sure. You can use the `presenter-themes` filter to add your own theme wherever
 
it is. It is passed an array where the index is the path to the css file and the
value is the name of the theme. Just add your own like this:

    ```
    add_filter( 'presenter-themes', 'add_my_custom_presenter_theme' );

    function add_my_custom_presenter_theme( $themes ) {
        $themes['/path/to/my/theme.css'] = 'My amazing theme';
        return $themes;
    }
    ```

## 후기

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

### 󠀁[Great start](https://wordpress.org/support/topic/great-start-31/)󠁿

 [toddhalfpenny](https://profiles.wordpress.org/toddhalfpenny/) 2017년 6월 13일

Great start, and works perfectly. Would be great to see extra bits added (speaker
notes, fragments, sub-sections, etc), so hopefully if I get time I can create some
PRs. Thanks!

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

### 󠀁[Simply Works](https://wordpress.org/support/topic/simply-works-131/)󠁿

 [James Huff](https://profiles.wordpress.org/macmanx/) 2017년 1월 6일

Easy to use, looks beautiful, supports audio, and still works great despite the 
age. 🙂 Thanks!

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

### 󠀁[Ecellent !](https://wordpress.org/support/topic/ecellent-1/)󠁿

 [ryxeo](https://profiles.wordpress.org/ryxeo/) 2016년 9월 3일

THANKS A LOT MAN ! This is a very beautifull plugin, i love it.

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

### 󠀁[No supporting documentation](https://wordpress.org/support/topic/no-supporting-documentation/)󠁿

 [MBurg](https://profiles.wordpress.org/mburg/) 2016년 9월 3일

No documentation or clues as to how to use it or to even get it started. Some people
may have time to waste guessing, but I have other things to be getting on with. 
Uninstalled.

 [ 모든 5 평가 읽기 ](https://wordpress.org/support/plugin/presenter/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Aaron D. Campbell ](https://profiles.wordpress.org/aaroncampbell/)

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

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

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

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

## 변경이력

#### 1.5.2

 * Fix Upgrade to Reveal.js 4.3.1 – add more missing files from package

#### 1.5.1

 * Fix Upgrade to Reveal.js 4.3.1 – add missing files from package

#### 1.5.0

 * Upgrade to Reveal.js 4.3.1
 * Support for password protected slideshows

#### 1.4.0

 * Upgrade to Reveal.js 4.1.2
 * Add new presenter-init-object filter to allow plugins to change default Reveal
   settings
 * Add new presenter-theme, presenter-reveal-js-dependencies, and presenter-reveal-
   css-dependencies filters
 * Remove unused settings scream
 * Remove “Aaron Plugin Framework”

#### 1.3.1

 * Allow theme directories to be added via a new presenter-theme-directories filter
   so plugins can add presenter themes

#### 1.3.0

 * Upgrade to Reveal.js 3.9.2
 * Fixed compatibility with latest SyntaxHighlighter plugin versions
 * Minor bugfixes

#### 1.2.0

 * Fix advanced link on new slides
 * Use the new editor JS in WordPress 4.8 to improve editor on dynamically added
   slides

#### 1.1.1

 * Upgrade previous slideshows to use new notes UI
 * Fix notice when trashing slideshows
 * Fix issue that prevented slideshows from being imported with the WordPress importer

#### 1.1.0

 * Added new user interface for slide notes!
 * Added support for slide data attributes
 * Upgraded reveal.js to 3.5.0

#### 1.0.1

 * Fix version number issues

#### 1.0.0

 * Original Version

## 기초

 *  버전 **1.5.2**
 *  최근 업데이트: **4년 전**
 *  활성화된 설치 **90+**
 *  워드프레스 버전 ** 4.8 또는 그 이상 **
 *  다음까지 시험됨: **6.1.12**
 *  언어
 * [English (UK)](https://en-gb.wordpress.org/plugins/presenter/) 및 [English (US)](https://wordpress.org/plugins/presenter/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/presenter)
 * 태그:
 * [Keynote](https://ko.wordpress.org/plugins/tags/keynote/)[powerpoint](https://ko.wordpress.org/plugins/tags/powerpoint/)
   [presentations](https://ko.wordpress.org/plugins/tags/presentations/)[slides](https://ko.wordpress.org/plugins/tags/slides/)
   [SlideShare](https://ko.wordpress.org/plugins/tags/slideshare/)
 *  [고급 보기](https://ko.wordpress.org/plugins/presenter/advanced/)

## 평점

 별 5점 만점에 4점.

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

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

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

## 기여자

 *   [ Aaron D. Campbell ](https://profiles.wordpress.org/aaroncampbell/)

## 지원

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

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