Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#22217 closed defect (bug) (worksforme)

Embedding Google Documents External Documents not working anymore

Reported by: lucashantz Owned by:
Priority: normal Milestone:
Component: Editor Version:
Severity: normal Keywords: reporter-feedback
Cc: Focuses:

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)

#1 @SergeyBiryukov
14 years ago

  • Component WordPress.org siteEditor
  • Keywords reporter-feedback added

Are you talking about WordPress.com or self-hosted installation?

When I save my post, the iframe code disappear instead of being rewrite in shortcode.

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.)

#2 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

Feel free to reopen with more information if there's still a problem.

Note: See TracTickets for help on using tickets.