[wp-meta] [Making WordPress.org] #1396: Allow Plugin pages to be oembedded like WP Posts

Making WordPress.org noreply at wordpress.org
Wed Dec 6 16:04:57 UTC 2017


#1396: Allow Plugin pages to be oembedded like WP Posts
-------------------------------------+-------------------------------------
 Reporter:  hlashbrooke              |       Owner:
     Type:  enhancement              |      Status:  assigned
 Priority:  normal                   |   Milestone:  Plugin Directory v3 -
Component:  Plugin Directory         |  Future
 Keywords:  good-first-bug needs-    |  Resolution:
  design                             |
-------------------------------------+-------------------------------------

Comment (by Otto42):

 Okay, I see that there was some confusion about this over in Slack, so
 I'll explain the concept a bit better.

 Ever since 4.4, WordPress has had "Embeds" as a feature:
 https://wordpress.org/news/2015/12/clifford/

 Basically, when you link to a WordPress post, instead of it just showing a
 link, it shows that neat little embedded box with more info and share
 buttons and the like.

 The way this works internally is a bit irrelevant, but the short of it is
 that the box is an iframe to the post with /embed/ after it. Like this:
 https://wordpress.org/news/2015/12/clifford/embed/

 The Plugins directory now runs WordPress, so it has embeds too:
 https://wordpress.org/plugins/akismet/embed/

 The design for this box is adjustable. Easily so, because all you have to
 do is to make an embed.php in the theme and that gets used for that box
 instead.

 Now, you can design that box any way you like. Has to be a box because it
 goes into an iframe on sites, but still, no real limits.

 So, the idea is to design a box that looks better than the default box.
 One which has useful information about the plugin, which links to it, and
 so on. Doesn't have to have a Share button, as such, but that would be
 nice.

 The design I show above I stole straight from the existing "cards" in the
 plugin directory. Doesn't have to look like that, necessarily. That was
 just already there and thus easy to do.

 So, that's the goal. Design a box that has useful information about a
 single plugin. It should fit into a reasonably small space. The default
 space for the iframe is 600x338, but that's adjustable if needed.

 Don't worry too much about the code, that's the easiest part of the
 problem to do for us. :)

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1396#comment:21>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list