Re: <nabble_embed/> tags don't work anymore
Posted by
DavidJCobb on
Jul 16, 2013; 5:53pm
URL: https://support.nabble.com/nabble-embed-tags-don-t-work-anymore-tp7585340p7585374.html
Found the problem! YouTube made a tiny update to one of their embed codes, which causes it to fail to match the built-in
youtube_iframe_regex2. Specifically, the problem is that YouTube now shears the protocol off the URL, which causes the regex to fail. If the regex is edited to make the https: optional, then the issue should be resolved.
It looks like you guys've been maintaining the regexes for a while now, and they
are default, so unless directed otherwise, I'll wait for you to fix it instead of implementing a NAML override.