[wp-meta] [Making WordPress.org] #5475: Set og:image to the existing wp.org/news image on Make posts
Making WordPress.org
noreply at wordpress.org
Wed Nov 25 03:27:13 UTC 2020
#5475: Set og:image to the existing wp.org/news image on Make posts
--------------------------------------+---------------------
Reporter: claytoncollie | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Make (Get Involved) / P2 | Resolution:
Keywords: |
--------------------------------------+---------------------
Comment (by dd32):
Jetpack was inheriting the "Site Icon" preference from the customizer, I
don't think it was actually being used for anything specifically so I've
removed it in favour of the default images that the mu-plugin offers.
I've open-sourced that mu-plugin since I was looking into this code and it
was in the private repo.
It looks like the Site Icon functionality was only offering higher-
resolution non-favicon images:
{{{
<link rel="icon" href="https://make.wordpress.org/core/files/2015/11
/wordpress-logo-notext-rgb-150x150.png" sizes="32x32" />
<link rel="icon" href="https://make.wordpress.org/core/files/2015/11
/wordpress-logo-notext-rgb-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon"
href="https://make.wordpress.org/core/files/2015/11/wordpress-logo-notext-
rgb-300x300.png" />
<meta name="msapplication-TileImage"
content="https://make.wordpress.org/core/files/2015/11/wordpress-logo-
notext-rgb-300x300.png" />
}}}
It's probably worthwhile migrating that from per-site settings to the
global WordPress.org header (which currently only references favicon.ico)
rather than just removing these tags outright.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5475#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list