#27986 closed defect (bug) (invalid)
Twenty Fourteen Ephemera widget doesn't display audio/video embeds when using bbPress
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.9 |
Component: | Bundled Theme | Keywords: | |
Focuses: | ui | Cc: |
Description
Ephemera widget does not display audio/video embeds when on a bbPress 'page'
Repro:
- Add an audio or video post with YouTube, WordPress.TV, Spotify Playlist
- Add Twenty Fourteen Ephemera widget for post type created above
- Navigate to bbPress forums http://example.com/forums
Expected results are to see the embeds in the widget just as when viewing the site.
Tested with YouTube, WordPress.TV and Spotify video and audio embeds.
HTML of the widget when viewing a post/page etc:
<article class="post-42481 post type-post status-publish format-audio hentry category-my-category"> <div class="entry-content"> <p> <iframe src="https://embed.spotify.com/?uri=spotify:user:1140361011:playlist:49EBwgjV6snwSc1cXz9Cd3" width="300" height="380" frameborder="0" allowtransparency="true"></iframe> </p> </div> ...
HTML of the widget when viewing a bbPress section:
<article class="post-42481 post type-post status-publish format-audio hentry category-my-category"> <div class="entry-content">http://open.spotify.com/user/1140361011/playlist/49EBwgjV6snwSc1cXz9Cd3</div> ....
Attachments (1)
Change History (6)
#2
follow-up:
↓ 4
@
11 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.0
#3
@
11 years ago
Yeah... this'll do it: https://bbpress.trac.wordpress.org/browser/trunk/src/includes/core/theme-compat.php#L777
#4
in reply to:
↑ 2
@
11 years ago
- Keywords needs-patch removed
- Resolution set to invalid
- Status changed from new to closed
Replying to lancewillett:
Any ideas on a fix?
I do now, thanks wonderboymusic, I really thought this wasn't a bbPress issue ;)
Anyway, migrated to bbPress https://bbpress.trac.wordpress.org/ticket/2602
Note: See
TracTickets for help on using
tickets.
Any ideas on a fix?