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

Twitch TV Embed Suite

설명

Twitch TV Embed Suite is a plugin that allows for fast and easy embedded of twitch tv stream and chat on your WordPress site. The plugin features an easy to configure
settings area that allows the user to preview the stream prior to placement on your site.

  • Specify stream width and height
  • Decide whether or not to show chat
  • Specifiy chat width and height

Shortcode Usage

  1. To add a stream to your posts, pages, or widgets use the following code. Ensuring you set the Twitch channel name, height, and width if differing from the default settings:
    [plumwd_twitch_stream channel=”twitchchannelname” height=”400″ width=”600″]
  2. To add a stream to your WordPress theme use the following code inside your template: echo do_shortcode('[plumwd_twitch_stream channel="twitchchannelname" height="400" width="600"]');
  3. Shortcode options are:
    channel – twitch channel name
    width – width in pixels or percent. If using percent must use % sign.
    height – height in pixels or percent. If using percent must use % sign.
  4. Use the icon from the WYSIWYG editor to insert into a post or page.

  5. To add twitch chat to your posts, pages, or widgets use the following code. Ensure you set the Twitch channel name, height, and width like with the stream shortcode.
    [plumwd_twitch_chat channel=”twitchchannelname” height=”400″ width=”600″]

  6. To add chat to your WordPress theme use the following code inside your template: echo do_shortcode('[plumwd_twitch_chat channel="twitchchannelname" height="400" width="600"]');
  7. Shortcode options are:
    channel – twitch channel name
    width – width in pixels or percent. If using percent must use % sign.
    height – height in pixels or percent. If using percent must use % sign.
  8. Use the icon from the WYSIWYG editor to insert into a post or page.

1.To add a Twitch TV stream list to your posts, pages, or widgets use the following shortcode:
[plumwd_twitch_streamlist channel=”twitchchannelname” display=”vertical” videonum=”5″]
2. To add the Twitch TV stream plugin to your WordPress theme use the following shortcode inside your template:
echo do_shortcode(‘[plumwd_twitch_streamlist channel=”twitchchannelname” display=”vertical” videonum=”5″]’);

The plugin also supports several attributes for the shortcode, below is a listing of the attributes and what their purpose is:

  1. channel -> this must be set or the feed will not display. Usage:
    [plumwd_twitch_streamlist channel=”plumwd”]
  2. videonum -> The number of streams to display. Will return the most recent streams in order from newest to oldest. Usage:
    [plumwd_twitch_display channel=”plumwd” videonum=”4″]
  3. display -> accepts two different options: horizontal or vertical. Usage:
    [plumwd_twitch_streamlist channel=”plumwd” display=”horizonal”]

스크린샷

  • Settings
  • Widget
  • Stream with Chat
  • Stream Icon for WYSIWYG Editor
  • Chat Icon for WYSIWYG Editor

설치

  1. Download and unzip the file.
  2. Place the entire contents of the directory into your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

For help please visit http://www.plumeriawebdesign.com

후기

2017년 11월 22일
I am using plugin... And I highly recommend it for anyone that would like display live streamers list. It would be amazing if you could add another template if possible like on this website (check on the right-hand sidebar): aoczone.net Still, your plugin is formidable even without that template. Thank you so much!
2016년 9월 3일 1 reply
Widget works, but doesn't seem to have any visual customizations. Shortcode didn't work at all for me.
모든 9 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Twitch TV Embed Suite”(을)를 번역하세요.

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

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

변경이력

2.1.0

Fixed bug causing headers to be sent early from widget. Also replaced default thumbnail for widget.

2.0.9

Fixed bug with TinyMCE

2.0.8

Updated to most recent Twitch embed code. Fixed bug in the streamlist.

2.0.7

Fixed a bug with the widget stream status display. With the closing of Justin.tv the api was no longer functional.

2.0.6

Fixed the shorcode editor buttons so that they display again. Also fixed an error with an extra value attribute.
= 2.0.5=
Fixed a bug in the chat iframe height and width parameters

2.0.4

Fixed a bug with improper path setting in widget.php. Thanks Natdragon for the headsup

2.0.3

Fixed a bug with an incorrect path in the help file

2.0.2

Fixed issue with widget not having proper channel settings

2.0.1

Added clarification to admin screen regarding channel name settings

2.0

  • Multi-stream Support Added
  • Other random bug fixes
  • Preview removed from admin
  • Default height and width settings add in case of no setting for height/width
  • Must give channel name in shortcode

1.0.7

  • Further bug fixes related to the widget display

1.0.6

  • Updated a bug with the widget display

1.0.5

  • Updated a typo in the shortcode for a stream display
  • Updated the widget to grab contents from a local json file instead of remote file

1.0.4

  • Autoplay parameter was not set correctly

1.0.3

  • Fixed incorrect path

1.0.2

  • Fixed undefined index error

1.0.1

  • Fixed footer credits