[wp-trac] [WordPress Trac] #29539: Plugin viewer not displaying video tutorials.

WordPress Trac noreply at wordpress.org
Fri Feb 20 19:39:04 UTC 2015


#29539: Plugin viewer not displaying video tutorials.
--------------------------------------+-----------------------------
 Reporter:  kidsguide                 |       Owner:
     Type:  defect (bug)              |      Status:  new
 Priority:  normal                    |   Milestone:  4.2
Component:  Plugins                   |     Version:  4.0
 Severity:  normal                    |  Resolution:
 Keywords:  needs-patch dev-feedback  |     Focuses:  administration
--------------------------------------+-----------------------------
Changes (by janhenckens):

 * keywords:  needs-patch => needs-patch dev-feedback


Comment:

 I did some digging around in plugin-install.php and found the following:

 At first I though the iframe tag was getting stripped by `wp_kses` because
 it wasn't included in `$plugins_allowedtags` but even when I added it
 there the videos didn't show up.

 Looking further into the `plugins_api` function, it appears that the
 videos are already stripped from the response we get from
 `http://api.wordpress.org/plugins/info/1.0/`.

 Can someone with access to that API have a look at this?

 (I added a patch to allow the iframe tags once they get returned properly)

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29539#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list