Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#5547 closed defect (bug) (fixed)

BuddyPress 2.0 RC-1 Activity Stream loses Oembed when "Read More" clicked

Reported by: undergroundnetwork Owned by: djpaul
Priority: normal Milestone: 2.1
Component: Activity Version: 2.0
Severity: normal Keywords: needs-patch
Cc:

Description

I have Buddypress 2.0 RC1 installed on WP 3.9 RC-2 and in the Activity Stream, posts with oEmbeds, the oEmbeds disappear when you click the Read More link. You can see it happening here, the second Item down.. the Twitter oEmbed disappears when you click Read More.

http://underground.net/activity/

Change History (2)

#1 @boonebgorges
12 years ago

  • Component CoreActivity
  • Keywords needs-patch added
  • Milestone Awaiting Review2.1

Confirmed. This also appears to be a problem in 1.9.x, so it's not a regression.

My guess is that the AJAX request that goes to fetch the full text does not run that text through all of the correct filters before returning it to the browser.

Let's take a look for 2.1.

#2 @djpaul
12 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 8509:

Activity: fix oEmbeds not being rendered when item fetched via "read more" item in the activity stream.

Fixes #5547

Note: See TracTickets for help on using tickets.