유튜브 플러그인
이 위키 플러그인 은 위키 페이지 상에서 유튜브 동영상을 표시하기 위하여 PluginFlash 을 각색한 것입니다. 동영상의 재생 목록을 표시하려면, 다음을 대신 사용할 수 있습니다: Module last_youtube_playlist_videos.
변수
Embed a YouTube video in a pageIntroduced in Tiki 2. Required parameters are in
bold
.Go to the source code
Preferences required: wikiplugin_youtube
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
movie |
url | Complete URL to the YouTube video or last part (after www.youtube.com/v/ and
before the first question mark) |
2.0 | |
start |
digits | Start time offset in seconds | 0 | |
height |
digits | Height in pixels Default :350 |
350 | 2.0 |
privacyEnhanced |
(blank) y n |
Enable privacy-enhanced mode | ||
width |
digits | Width in pixels. Default :425 |
425 | 2.0 |
allowFullScreen |
(blank) y n |
Enlarge video to full screen size | 5.0 | |
background |
Toolbar background color. Use an HTML color code. Example: ffffff |
6.1 | ||
border |
Toolbar border colors. Use an HTML color code. Example: ffffff |
6.1 | ||
quality |
(blank) high medium low |
Quality of the video. Default is high . |
high | 2.0 |
related |
(blank) y n |
Show related videos (shown by default) | 6.1 |
주의: url 매개변수를 사용하여, 자동재생, 제어표시 등등의 더 많은 매개변수를 추가할 수 있습니다. 유튜브에서 확인 가능한 전체 목록
동영상 보기
위키 페이지, 게시판 게시물, 블로그 게시물에 유튜브 동영상을 추가하려면, 다음과 같이 유튜브 플러그인을 사용하십시오:
{YOUTUBE(movie=G1TuB5P4Ypw,width=>425,height=>350,quality=>high, allowFullScreen=y)}{YOUTUBE}
위 코드는 다음을 생성할 것입니다:
추가 변수 사용을 가능하게 하려면 플래시 플러그인 을 사용하실 수도 있습니다.
재생목록 표시
예를 들면, 유튜브 재생목록 을 임베딩하려면, Module last_youtube_playlist_videos 를 사용할 수 있습니다.
혹은 임베드 URL 을 유튜브에서 얻은 후, 동영상 ID의 앞의 "PL" 을 삭제한 후, 티키 편집기에서 "플래시" 아이콘을 클릭하고, 플래시 종류를 동영상 URL 로 선택하고 URL 을 다음과 같은 형식으로 입력할 수 있습니다
http://www.youtube.com/p/25DD9663EE128030:
{flash type="url" movie="http://www.youtube.com/p/25DD9663EE128030"}
Related Pages
See these pages for information that applies for all modules:
- Module — Overall introduction and overview
- Module Admin — Introduction to the module admin pages for site-wide and individual module settings
- Assigning Modules — How to select a module to configure it
- Module Settings Interface — Interface for configuring individual module settings
- Module Settings Parameters — Explanation of standard parameter settings for modules
- Creating Custom Modules — How to create user modules
- Index of Modules — Links to the documentation of individual modules
- User Modules — How (if the feature is active) users can choose and place their modules
- Mods Type Modules — Links to modules that are installed as components
- PluginBlipTV
- PluginMediaPlayer
- PluginVimeo
- PluginWatershed