• When using code for pages online/offline works fine,
    but no video is being shown. Is there suppose to be a video that shows up when user is online? (or offline)

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

    (@nicolasbernier)

    Hi, can you copy-paste your code here please ?

    Thread Starter ThatGuyEditing

    (@trex2303)

    twitchname is <span class="twitch-status-channel-twitchname">
    <span class="twitch-is-online">online!</span>
    <span class="twitch-is-offline">offline. </span>
    <span class="twitch-is-loading">...</span>
    <span class="twitch-viewers"></span></span>

    (And yes, I have an actual name there, just changed for privacy)

    Plugin Author Nicolas Bernier

    (@nicolasbernier)

    Try this :
    <div class="twitch-is-online twitch-status-channel-twitchname"><iframe src="https://player.twitch.tv/?channel=twitchname" allowfullscreen></iframe></div>

    (replace twitchname by your actual name)

    Thread Starter ThatGuyEditing

    (@trex2303)

    I’ll let you know when one of the users goes online how it pans out. Would it work the same of they were “offline” and still show a video with their “offline” image they have set? Or won’t that work the same way?

    (EDIT)
    Nevermind, it works offline… Thanks.

    Thread Starter ThatGuyEditing

    (@trex2303)

    Okay, All is working now “except for 1 item”.

    Viewers: <span class=”twitch-viewers”></span>

    All this shows is the text of “Viewers”, then a little “eye” all the way over to the right, but it doesn’t show any numbers or anything for the viewers. Should a make a new post for that?

    Thread Starter ThatGuyEditing

    (@trex2303)

    Okay, I resolved the viewers issue… I had another issue with hearing “echo”, and when I paused the video, you could still hear the sounds… So what I found out is that you can’t have 2 pieces of script for video (One for offline and one for online), other wise it plays 2 at the same time, even though they aren’t offline, it still plays the video for offline. So I resolved that as well.

    Soooo everything is currently up and running perfectly.

    Plugin Author Nicolas Bernier

    (@nicolasbernier)

    I recently updated the plugin. You can now embed the player with a shortcode, try this:

    [twitch-player channel="mychannelname" chat="true"]

    Thread Starter ThatGuyEditing

    (@trex2303)

    Is the size of the video hardcoded? Or can the size be changed?

    Plugin Author Nicolas Bernier

    (@nicolasbernier)

    It adapts automatically to 100% of its container width so if you want a fixed size, just nest it into a container with a fixed size.

    <div style="width: 640px">[twitch-player channel="mychannelname" chat="true"]</div>

    Thread Starter ThatGuyEditing

    (@trex2303)

    I tried with the height too, but it seems to only adjust the height for the chat and not the video. Even if chat=”false”, it still doesnt resize the video.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘User is online, but no video?’ is closed to new replies.