Opened 7 months ago
Closed 5 months ago
#22217 closed defect (bug) (worksforme)
Embedding Google Documents External Documents not working anymore
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
I've followed the instructions here : http://en.support.wordpress.com/google-docs/ to embed an external document in Google Documents and it didn't work.
When I save my post, the iframe code disappear instead of being rewrite in shortcode.
Here is an example of the code generated by the "Embed link" option menu in GDocs. (document id is fake)
<iframe src="https://docs.google.com/file/d/0ByMLESoW5b86NzV12345a2lVdmM/preview" width="640" height="480"></iframe>
Change History (2)
comment:1
SergeyBiryukov — 7 months ago
- Component changed from WordPress.org site to Editor
- Keywords reporter-feedback added
comment:2
SergeyBiryukov — 5 months ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Feel free to reopen with more information if there's still a problem.
Note: See
TracTickets for help on using
tickets.

Are you talking about WordPress.com or self-hosted installation?
There's no functionality in core to convert that iframe to a shortcode. However, the example provided works for me in 3.4 and 3.5-beta2 (doesn't disappear on saving).
Do you have the unfiltered_html capability? (Editor or administrator, or if Multisite, super admin.)