Twitch Tools is a plugin that provides different components to integrate Twitch to your Website.
Features
- Channel Feed: Shows a list of posts that belong to the channel's feed.
- Online Check: Show Online/Offline Box for the given Channel
- Stream: Embedding Twitch Live Streams & Videos with Chat Option
- Toplist Games: Toplist of Games by number of current viewers on Twitch.
- Toplist Streams: Toplist of Streams by number of current viewers on Twitch.
Recent Changes:
- Fixed Twitch Chat
- Added Chat Width Option
- Added German Translation
- Replace npmcdn.com with unpkg.com
Please tell me your Wishes on github.
Twitch.tv integration plugin
Integrate Online Status or Streams Toplist or Games Toplist to your Website. More features planned.
Features
- Channel Feed: Shows a list of posts that belong to the channel's feed.
- Online Check: Show Online/Offline Box for the given Channel
- Stream: Embedding Twitch Live Streams & Videos with Chat Option
- Toplist Games: Toplist of Games by number of current viewers on Twitch.
- Toplist Streams: Toplist of Streams by number of current viewers on Twitch.
Add a component
You can put the Twitch Components on any front-end page. Add the desired Component to a page or layout. Click the added component and paste your Twitch Channel Name in the Channel Name field. Close the Inspector and save the page.
Example
The simplest way to add the Twitch Online Check is to use the component's default partial and the {% component %}
tag. Add it to a page or layout where you want to display it:
{% component 'check' %}
Customize Component Template
If you don't like the standard template you can create your own partial in your theme. The default partials are located in plugins/digitalronin/twitch/components/check/default.htm
.
-
This plugin has not been reviewed yet.
-
1.2.3 |
Fixed Embed Chat Oct 23, 2019 |
---|---|
1.2.2 |
Integrated the user provided limit for Feeds (posts) and minor fixes Nov 30, 2016 |
1.2.1 |
Client_Id is now required for each and every API call per Twitch - so hannylicious added that field to all appropriate spots for Toplist, Check and Feed. Nov 20, 2016 |
1.2.0 |
Fixed Twitch Chat Sep 13, 2016 |
1.1.1 |
Embedding Twitch Chat Option added to Stream/Video Component Aug 18, 2016 |
1.1.0 |
Embedding Twitch Live Streams/Videos Aug 18, 2016 |
1.0.2 |
Feed Component added Aug 16, 2016 |
1.0.1 |
Initialize plugin. Aug 16, 2016 |