Partial fix youtube link autoembed bug

That wasn't the fix. The fix was to change the default embed code and to document this happening. The code I posted is basically the way you should work around it.
So in Admin/Home/Options/Messages

Auto-Embed Media Links

3rd Option.

Replace

Code:
[i][size=2]{$url}[/size][/i]

with this code?

I added a comment about how this could happen and changed the default link example to:
Code:
[i][size=2][url={$url}]View: {$url}[/url][/size][/i]
Which won't trigger the issue.
 
Top Bottom