#13515 closed New Feature (invalid)
Need to Display Videos
Reported by: | David Godinger | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
What's the easiest way to display videos on my site, and I don't want to use YouTube.
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.0 |
For that it would be best to use a dedicated plugin.
There are some problems with native video tag (#12623) thsu it would be nice to have such plugin.
At the moment you can try searching for a custom plugin: http://ckeditor.com/addons/search/plugins/video, or use Media Embed (http://ckeditor.com/addon/embed) for embedding external resources.
If you are however looking for CKSource plugin for managing local videos such plugin doesn't exist and this issue is a duplicate of #12623.
comment:3 Changed 10 years ago by
NOTE: You can always enable Video tag by configuring ACF properly (extraAllowedContent). There might be some selections issues thus placeholder (like for iframes) would be perfect here.
Some links about ACF:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
If necessary and possible, I can write the HTML, and where would I put the code?