Also implements widget showing the stream status + CSS classes to show and hide some elements of the markup accordingly to the channel status..
Activate the plugin through 'Plugins WordPress...
Enter the name of all the channels you want to use with the plugin, including in widgets. Set the jQuery selector for each channel matching the places you want to insert status tag.
Choose the Twitch channel you want to show up among the ones you have entered in the settings...
You can find the jQuery selector by using the browser developers tools to get the id and or classes of the element.
If the element has inside it, add the in the selector #menu-item-582 a..
There are CSS classes twitch-is-online, twitch-is-offline and twitch-is-loading to be used conjunction with HTML attribute with your channel name data-twitch-channel=.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Optimized loading time of the tags and the widgets..
Added CSS classes twitch-is-online, twitch-is-offline and twitch-is-loading to be used conjunction with twitch-status-channel- CHANNEL NAME to enable disable some elements of the page accordingly to the channel status..
Read more