Twitch TV Embed Suite allows easy placement of a twitch tv stream and/or chat anywhere on your WordPress site.
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.
echo do_shortcode('[plumwd_twitch_stream channel="twitchchannelname" height="400" width="600"]');
Use the icon from the WYSIWYG editor to insert into a post or page.
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″]
echo do_shortcode('[plumwd_twitch_chat channel="twitchchannelname" height="400" width="600"]');
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:
/wp-content/plugins/
directoryFor help please visit http://www.plumeriawebdesign.com
Fixed bug causing headers to be sent early from widget. Also replaced default thumbnail for widget.
Fixed bug with TinyMCE
Updated to most recent Twitch embed code. Fixed bug in the streamlist.
Fixed a bug with the widget stream status display. With the closing of Justin.tv the api was no longer functional.
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
Fixed a bug with improper path setting in widget.php. Thanks Natdragon for the headsup
Fixed a bug with an incorrect path in the help file
Fixed issue with widget not having proper channel settings
Added clarification to admin screen regarding channel name settings