View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1608 | Composr | General / Uncategorised | public | 2014-03-22 18:31 | 2014-03-22 23:28 |
Reporter | Guest | Assigned To | Chris Graham | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Summary | 1608: Youtube Comcode doesn't support HTTPS | ||||
Description | When 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. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
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/)? |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |