Skip navigation
NintendoAge
Welcome, Guest! Please Login or Join
Loading...

Please fix the Twitch implementation

Jul 10, 2018 at 4:44:06 PM
MODERATOR
Gloves (110)
avatar
(Douglas Glover) < Wiz's Mom >
Posts: 10283 - Joined: 01/21/2017
Ontario
Profile
Currently the Twitch implementation (plugin?) is not working. The way that Twitch handles embeds has been updated, so the way the URL is built needs to be adjusted.

Current implementation:

<iframe src="http://www.twatch.tv/GlovesOffGam..." frameborder="0" scrolling="no" height="280" width="500"></iframe>

​Needs to be:

<iframe src="https://player.twatch.tv/?channel..." scrolling="no" height="280" width="500"></iframe>


NOTE: I've changed "twitch" in the links above to "twatch" to avoid NA automatically rendering them as iframes. 

-------------------------
 

Jul 10, 2018 at 4:47:20 PM
MODERATOR
Gloves (110)
avatar
(Douglas Glover) < Wiz's Mom >
Posts: 10283 - Joined: 01/21/2017
Ontario
Profile
Aaaaaand the forum truncated the links lol.

The ellipsis in the "Needs to be" is a simple query string with the user's channel, like so:

?channel=MyChannelName

In case it wasn't clear.
 

-------------------------
 


Edited: 07/10/2018 at 04:50 PM by Gloves