Opened 6 years ago
Last modified 3 years ago
#45853 new defect (bug)
Videos embedded in a plugins readme.txt does not load while searching for a plugin in an actual WP install (not wp.org)
Reported by: | thememason | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.0.2 |
Component: | Plugins | Keywords: | needs-patch |
Focuses: | administration | Cc: |
Description
If you embed a video within your plugins readme.txt file it only shows the video on the wp.org website, videos do not load when you're searching for a plugin via an actual WordPress install. In addition, if you install a plugin and click on "View Details" to learn more about the plugin, the video also does not load here either. Inspect element shows an empty span tag:
<span class="embed-youtube"></span>
This should either embed the video or at the least display a link to the video.
Here's an example plugin for reference: https://wordpress.org/plugins/simple-icons/
Change History (1)
#1
in reply to:
↑ description
@
3 years ago
- Focuses administration added
- Keywords needs-patch added
Note: See
TracTickets for help on using
tickets.
Hi there welcome to wordpress trac! thanks for the report.
Replying to thememason:
I don't really get this one, can you explain more?
I'm able to reproduce this one.