Re: Video Embed Issues
Posted by
Pedro on
Jul 26, 2012; 2:33pm
URL: https://support.nabble.com/Embedding-Video-Issues-tp6879107p7580865.html
If you use Message in html format and paste a video incorporate code, it will be shown. But write messages in html format is not so easy for most users, they have to use tags for break lines, for bold text, etc.
So these users write in "plain text", where we have buttons to simplify the usage of those tags. But the nabble_embed is a little bit different, we have to recognize internally that the iframe code is a video. We have some rules based in the most famous patters of iframe codes that identify if it is a video, so when a different kind of iframe is used we to add a new rule for this one. It would be a little danger if we let pass every iframe.
Make sense?