Page 1 of 1

Youtube embedding tries to load scripts from unauthenticated

PostPosted: 05 Sep 2018, 14:56
by psypherium
Youtube embedding in this forum tries to load scripts from unauthenticated sources.

You probably need to add an "s" where the script says http.


Edit: You probably want to move this to "Forums Feedback" https://forum.freegamedev.net/viewforum.php?f=23

You cannot blame me for not seeing that section, this forum doesnt scale itself to high resolution displays like other websites do.

Re: Youtube embedding tries to load scripts from unauthentic

PostPosted: 05 Sep 2018, 16:25
by Julius
Yes both issues are well known and we are currently exploring options how to migrate to a more modern or at least up to date forum software. Sadly the upgrade path is... lets say complicated :(

See also: https://forum.freegamedev.net/viewtopic.php?f=24&t=7780

Re: Youtube embedding tries to load scripts from unauthentic

PostPosted: 06 Sep 2018, 17:08
by GunChleoc
Does this version of the software allow custom BBCodes?

This is how it looks in a modern phpBB:

Sample:
{l Code}: {l Select All Code}
[youtube]{SIMPLETEXT}[/youtube]


Replacement:
{l Code}: {l Select All Code}
<iframe width="560" height="315" src="https://www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>


Helpline:
{l Code}: {l Select All Code}
[youtube]YouTube video ID string here[/youtube]