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

Kw LiveStream Plugin

설명

An ultra light way (4 ko) to connect your Livestream live channel from your livestream account to your WordPress site and your users. Multiple channel possible if is necessary with multiple shortcode

shortcode is an avantage for a multi-site system (WordPress network) and your users with admin role

shortcode

[Livestream]

may take parameters

  • channel (required)
  • layout
  • autoplay
  • width
  • height
  • visibility
  • message
  • color
  • mute
  • iconover
  • iconcolor
  • allowchat

e.g.

[livestream channel="stylecataclysm" layout="0" visibility="user only" width="800" height="550"]

parameters definitions and code:

  • channel: channel name of your livestream (required)
  • layout: can be set from “0” to “6” (7 layout to test)
  • some quick example for layout : 0 = full livestream with integrated chat area, 4 = only livestream
  • autoplay: can take “true” or “false” (true livestream starts. false, tuser has to press play button)
  • width: width in pixels
  • height: height in pixels
  • visibility: can be set to “user only” or “public” (visible to all visitors or only for people connected to your wordpress site)
  • color: change background color + background color stream videos embed
  • mute: can be set to “true” or “false” (start sound off or not)
  • iconover: color icons to mouseover
  • iconcolor: color icons
  • allowchat: can be set to “true” or “false” (true to hide the chat area)
  • message: your special message for user not logged in (if you want when use “user only” visibility)

comment

  • Some parameters work only with some layout. Don’t worry if you have no change.
  • colors must be expressed as html without #

prerequisites

  • Create livestream account https://secure.livestream.com/myaccount/launchchannel
  • and download livestream procaster http://www.livestream.com/platform/procaster

contact : http://kwark.allwebtuts.net

설치

  1. Upload ‘kw-livestream-plugin’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. add shortcode in a page or in article or in a zone support html and more.
  4. prerequisites : Create livestream account and download livestream procaster

FAQ

View forum support on WordPress for more information

후기

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

기여자 & 개발자

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

기여자

자국어로 “Kw LiveStream Plugin”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Fix bug for display message=”…” with visibility=”user only”

1.0

  • Original review