Skip to:
Content

BuddyPress.org

Opened 19 months ago

Closed 19 months ago

Last modified 17 months ago

#8958 closed defect (bug) (fixed)

Embed Activity Block is not rendering the embed HTML inside the editor

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: Activity Keywords: has-patch
Cc:

Description

During the @wordpress/scripts migration #8457, a tiny step was missed about @buddypress/block-data: to define the embedScriptURL. Without it the Sandbox doesn't render the Embed inside the Editor.

Change History (3)

This ticket was mentioned in PR #144 on buddypress/buddypress by @imath.


19 months ago
#1

  • Keywords has-patch added; needs-patch removed

Define the embedScriptURL (needed by the Activity Embed block)

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8958

#2 @huzaifaalmesbah
19 months ago

i face same issue.

#3 @imath
19 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13535:

BP Blocks: define embedScriptURL property of bp.blockData object

This property was missed during the @wordpress/scripts migration process.

See #8457
Fixes #8958
Closes https://github.com/buddypress/buddypress/pull/144

Note: See TracTickets for help on using tickets.