Opened 3 years ago
Last modified 20 months ago
#5475 new enhancement
Set og:image to the existing wp.org/news image on Make posts
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
In reference to https://meta.trac.wordpress.org/ticket/975
---
This is what it looks like for posts from https://make.wordpress.org/core
This is what it looks like for posts from https://wordpress.org/news
--
Can use the images from [975](https://meta.trac.wordpress.org/ticket/975) to make the default image consistent?
Change History (3)
#1
@
3 years ago
- Component changed from General to Make (Get Involved) / P2
- Summary changed from Set og:image to the existing wp.org/news image on WordPress.org CORE articles to Set og:image to the existing wp.org/news image on Make posts
#3
@
3 years ago
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.
In 10462: