- πΊπΈUnited States sunil jolapara 3265 Summitrun Drive, Independence, KY, 41051
- πΊπΈUnited States sunil jolapara 3265 Summitrun Drive, Independence, KY, 41051
Hi, I was having some problems with the livestream video embed recently. The URL of the livestream page doesn't work if pasted into the video embed field, although the "embed" code contains the correct link. The page URL contains an extra "/video" in the embed section of the URL, so at line 244 (right after "Micah's ugly hack"), I've added
$embed = str_replace('/video','',$embed);
and that seems to fix the issue.
Closed: duplicate
1.2
Code