View Issue Details

IDProjectCategoryView StatusLast Update
0001608Composr[All Projects] General / Uncategorisedpublic2014-03-22 23:28
Reporteruser4006Assigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0001608: 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.
Time estimation (hours)
Sponsorship open

Activities

user4006

2014-03-22 18:31

 

3-22-2014 11-28-27 AM.png (279,250 bytes)

Chris Graham

2014-03-22 23:26

administrator   ~0002092

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