Opened 10 years ago
Closed 9 years ago
#647 closed enhancement (fixed)
Add open graph tags for plugin repo
Reported by: | ahockley | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
It seems that plugins in the repository do not have proper open graph tags, leading to undpredictable results when shared via various social networks.
It would probably make sense to use the plugin banner (if provided), optionally falling back to a WordPress logo.
Change History (11)
#2
in reply to:
↑ 1
@
10 years ago
Replying to Otto42:
Could you give some examples of what might be appropriate?
I'm thinking the icon might make more sense than the banner.
I was thinking that generally when shared to Facebook, Google+, or other sites that make use of the open meta tags it's generally going to look better with a landscape (wide) image rather than a portrait (tall) or square image.
This ticket was mentioned in Slack in #meta by georgestephanis. View the logs.
10 years ago
#6
@
9 years ago
- Keywords dev-feedback added
So the plugin repo does have OG image tags now, using the plugin header when it's available. I don't know whether we really should go further in terms of adding input fields or whatever for sharing, my personal preference would be not to.
Maybe @otto42 can give his opinion here :)
This ticket was mentioned in Slack in #meta by ocean90. View the logs.
9 years ago
#8
@
9 years ago
- Keywords dev-feedback removed
- Resolution set to fixed
- Status changed from new to closed
So the plugin repo does have OG image tags now
Confirmed, example from Jetpack:
<meta property='og:title' content='Jetpack by WordPress.com' /> <meta property='og:description' content='Your WordPress, Simplified.' /> <meta property='og:site_name' content='WordPress.org' /> <meta property='og:type' content='website' /> <meta property='og:image' content='https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1279667' />
Could you give some examples of what might be appropriate?
I'm thinking the icon might make more sense than the banner.