Login  Register

Re: <nabble_embed/> tags don't work anymore

Posted by DavidJCobb on Jul 17, 2013; 8:42pm
URL: https://support.nabble.com/nabble-embed-tags-don-t-work-anymore-tp7585340p7585405.html

I have not corrected the regex on either of my apps, but I believe it can be fixed by changing the relevant macro to:

<macro name="youtube_iframe_regex2">
    <![CDATA[\s*<iframe width="\d+" height="\d+" src="(https?:|)//www.youtube.com/embed/[^"]+" frameborder="0"( allowFullScreen| allowfullscreen)?></iframe>\s*]]>
</macro>