You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#106214 [BUG] We can not embed Twitch videos

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by GameWorld on Wednesday, 30 December 2020 08:20 GMT

GameWorld
This bug started occured during the last versions of JCE Editor.



We can not put embed tags in any news item!
For example I want to put this video in a news item -> https://www.twitch.tv/videos/853541358
This is the code that I have to use:
<iframe src="https://player.twitch.tv/?video=853541358&parent=www.example.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

A couple of months ago, these iframe codes were working. Now they don't. This is what happens (look at the screenshots).



The bug says:
"This embed code does not have the proper format.
(Developers: Check the browser console for more information)
[ Go to documentation ] "

Please provide a JCE Editor patch update and also update it to my website accordingly.

Attachments

Ryan
This is not a bug, and not an issue with JCE. According to the Twitch error message, you need to set the parent string for the iframe url, and not leave it as "example.com" eg:

<iframe src="https://player.twitch.tv/?video=853541358&parent=www.gameworld.gr" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

GameWorld
Ok noted.