Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#27986 closed defect (bug) (invalid)

Twenty Fourteen Ephemera widget doesn't display audio/video embeds when using bbPress

Reported by: netweb's profile netweb 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)

27986.png (192.4 KB) - added by netweb 11 years ago.

Download all attachments as: .zip

Change History (6)

@netweb
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Component changed from Themes to Bundled Theme

#2 follow-up: @lancewillett
11 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 4.0

Any ideas on a fix?

#4 in reply to: ↑ 2 @netweb
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

#5 @SergeyBiryukov
11 years ago

  • Milestone 4.0 deleted
Note: See TracTickets for help on using tickets.