Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Remorse Posted March 8, 2019 Posted March 8, 2019 When I paste a youtube video it just shows as a link in some posts and in others as a video... Any idea?
Joel R Posted March 8, 2019 Posted March 8, 2019 Make sure you post the YouTube URL on its own line. It also takes a moment for the link to convert.
Remorse Posted March 9, 2019 Author Posted March 9, 2019 https://i.gyazo.com/f57ac883e3180fa91ce8c78e17d9b77c.mp4
Remorse Posted March 9, 2019 Author Posted March 9, 2019 I really need videos to be working.... anybody helP?
Nathan Explosion Posted March 9, 2019 Posted March 9, 2019 Nothing much we can do other than tell you why it has gotten to that point.... When you paste a url, the editor and IPS code send that request from your server out to the target site to see if it is embeddable. The error displayed is shown with the use of the 'embed__fail_500' languagestring. This string is called in 3 situations: When the http response code from youtube is not 200, and is also not a 404 (not found), 401 (auth required) or 403 (forbidden) If a connection error getting to youtube occurs An error has occured within IPS code when trying to generate the embed code based on the response from youtube To determine what is going on, you are going to need use the web developer console (usually F12 in the browser) to determine what the response is from youtube to the request that is being sent by the editor....once you know the response, you'll kind of know which of the above 3 is the issue. If you want more help then you are going to need to post your site URL so that someone can sign up and test it out themselves.
Remorse Posted March 9, 2019 Author Posted March 9, 2019 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://www.youtube.com/watch?v=Lixsum2RgXs with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.
Nathan Explosion Posted March 9, 2019 Posted March 9, 2019 Yep, that would be the first thing to do and is most likely the problem here.
asigno Posted March 12, 2019 Posted March 12, 2019 I've just realised since upgrading I'm getting the same problem, my site is https.
bfarber Posted March 13, 2019 Posted March 13, 2019 As shown above, it's working here, so my best recommendation is to submit a ticket if the built in Youtube embedding is not working for you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.