[wp-trac] [WordPress Trac] #59205: Loom embed support
WordPress Trac
noreply at wordpress.org
Fri Aug 25 17:00:16 UTC 2023
#59205: Loom embed support
---------------------------+------------------------------
Reporter: Kartik Suthar | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Embeds | Version: 6.3
Severity: normal | Resolution:
Keywords: | Focuses: ui-copy
---------------------------+------------------------------
Comment (by aslamdoctor):
This is because of the below attribute added to the embed iframes added by
WP.
{{{
sandbox="allow-scripts"
}}}
If we add custom html block without this attribute, the loom embed works.
e.g.
{{{
<iframe class="wp-embedded-content" sandbox="allow-scripts"
security="restricted" title="Loom Use Case: Saying Congratulations "
src="https://www.loom.com/embed/cd7cf15849574e608a696a1c6646f043#?secret=xfpTfjVrI0"
data-secret="xfpTfjVrI0" frameborder="0" width="640"
height="480"></iframe>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59205#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list