rhyen

Can anyone fix this bug?

Recommended Posts

This YouTube linked video cannot be displayed because of emoji in the title. 
can the forum just disable “no emoji in the title” setting when embedding videos?

https://youtu.be/kNfOvp8KlDQ

 

Share this post


Link to post
Share on other sites

Weird. It works in the preview.

I've never seen that kind of error message before.

Share this post


Link to post
Share on other sites

That's very strange!  No problem at this end and my computer is VERY old and often gives me problems.  I've also never seen that kind of error message before.

Share this post


Link to post
Share on other sites

I see it immediately, no problem.

MacBook Air 2020, running Firefox.

Sorry about your experience, it happens to most everyone, very frustrating.

  • Like 1

Share this post


Link to post
Share on other sites

I have this emoji bug all the time for years now, usually when I try to post a pic with description on popup. Very nerve wracking to find the pic where this emoji is hiding in. 

  • Thanks 1

Share this post


Link to post
Share on other sites
On 08/12/2022 at 06:48, rhyen said:

This YouTube linked video cannot be displayed because of emoji in the title. 
can the forum just disable “no emoji in the title” setting when embedding videos?

https://youtu.be/kNfOvp8KlDQ

 

You have to fix it yourself, like this (funny that I hadn't noticed till now that it is the same video)

3 hours ago, Akinomaki said:

Shikoroyama channel at last had posted about Abi's yusho, with senshuraku party and a few close-ups on the fish - emoji error, can't be embedded by the forum: https://www.youtube.com/watch?v=kNfOvp8KlDQ

but as iframe embed it can:

  Reveal hidden contents

<iframe src="https://www.youtube.com/embed/kNfOvp8KlDQ">
</iframe>

make a ".html" text file with this code, open it in the browser and copy the frame into your post

<html><body>a<br><iframe src="https://www.youtube.com/embed/kNfOvp8KlDQ"></iframe><br>a

The "a" is just to easy copying

You can add and adjust the width you want to have it displayed, but the forum ignores the height parameter. With this

<html><body>a<br><iframe src="https://www.youtube.com/embed/kNfOvp8KlDQ" width=80%></iframe><br>a

it's

Edited by Akinomaki

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now