Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#8958 closed defect (bug) (fixed)

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

Reported by: imath Owned by: imath
Priority: normal Milestone: 12.0.0
Component: Activity Version:
Severity: normal 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.


3 years 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
3 years ago

i face same issue.

#3 @imath
3 years ago

  • Resolutionfixed
  • Status assignedclosed

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.