Viewing 1 replies (of 1 total)
  • Plugin Author Nicolas Bernier

    (@nicolasbernier)

    Just have a look at the Javascript code that updates the number of viewers and followers in the widgets :

    jQuery('.twitch-status-channel-' + channel + ' .twitch-viewers').html(twitchStatusData[channel].stream.viewers);
    		jQuery('.twitch-status-channel-' + channel + ' .twitch-followers').html(twitchStatusData[channel].channel.followers);

    Try adding this HTML in your article or wherever you want: <span class="twitch-status-channel-CHANNEL_NAME"><span class="twitch-viewers"></span></span>

    Just replace CHANNEL_NAME by the actual name of your channel, it should show up the actual viewer count.

Viewing 1 replies (of 1 total)
  • The topic ‘# of follower and current viewers?’ is closed to new replies.