We'll create fresh WordPress site with Twitch TV Embed Suite installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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: