View Issue Details

IDProjectCategoryView StatusLast Update
1608ComposrGeneral / Uncategorisedpublic2014-03-22 23:28
ReporterGuest Assigned ToChris Graham  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary1608: Youtube Comcode doesn't support HTTPS
DescriptionWhen embedding a youtube video and the user has HTTPS enabled for Google Services, only a white box is displayed vs showing the video.

The current workaround is remove the "S" to get the video to display.
TagsNo tags attached.
Attach Tags
Attached Files
3-22-2014 11-28-27 AM.png (279,250 bytes)
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2014-03-22 23:26

administrator   ~2092

Hi,

I will fix this, however it won't be retroactive for existing installs, as it's a Custom Comcode tag.

You need to edit the Custom Comcode tag and change the replacement code from:
{$SET,VIDEO,{$PREG_REPLACE,(http://.*\?v=)?(http://youtu.be/)?
to
{$SET,VIDEO,{$PREG_REPLACE,(https?://.*\?v=)?(https?://youtu.be/)?

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised