Twitch TV Embed Suite

0

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

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

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”]