#39513 closed enhancement (fixed)
TinyMCE: better way to preview embedded posts (wpembed)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description
Currently we load a script in the editor iframe to support previews of embedded posts from other WordPress sites. Better way to do that would be to "sandbox" these previews and load wp-embed.js in the sandbox iframe.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 39513.patch:
wpembed
TinyMCE plugin as it is not needed any more. wp-embed.js is now loaded in the sandbox iframe, not appended to the editor iframe.