Opened 6 years ago
Closed 6 years ago
#4013 closed defect (bug) (fixed)
Add oEmbed functionality to handbooks
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
As reported in https://github.com/WordPress/gutenberg/issues/13001 oEmbed for handbook content doesn't work as expected.
I'm unsure why it's not being handled correctly, I suspect it's a query reset or something somewhere..
If it was working, this url would look similar to this one which is a generic empty oEmbed.
Change History (7)
This ticket was mentioned in Slack in #docs by chrisvanpatten. View the logs.
6 years ago
#4
follow-up:
↓ 5
@
6 years ago
Is this also causing the formatting issues on https://developer.wordpress.org/plugins/the-basics/header-requirements/ ? I know this page was recently edited and was not exhibiting these formatting issues previously.
See https://cshp.co/2EDtL6x for screenshot example.
#5
in reply to:
↑ 4
;
follow-up:
↓ 6
@
6 years ago
Replying to drywallbmb:
Is this also causing the formatting issues on https://developer.wordpress.org/plugins/the-basics/header-requirements/ ? I know this page was recently edited and was not exhibiting these formatting issues previously.
See https://cshp.co/2EDtL6x for screenshot example.
The formatting issues are a separate problem. I've fixed the article you linked by converting it to blocks and then converting the previously shortcode-wrapped code to instead live in a Syntax Highlighted Code block.
#6
in reply to:
↑ 5
@
6 years ago
Replying to DrewAPicture:
Replying to drywallbmb:
Is this also causing the formatting issues on https://developer.wordpress.org/plugins/the-basics/header-requirements/ ? I know this page was recently edited and was not exhibiting these formatting issues previously.
See https://cshp.co/2EDtL6x for screenshot example.
The formatting issues are a separate problem. I've fixed the article you linked by converting it to blocks and then converting the previously shortcode-wrapped code to instead live in a Syntax Highlighted Code block.
Awesome, thanks! Looks much better now.
The Example URL https://developer.wordpress.org/themes/functionality/sidebars/ is the one that didn't work.
Oddly enough the Gutenberg Handbook does though which might mean it's in the Dev theme and not the handbooks code?