[wp-meta] [Making WordPress.org] #3587: Default image when sharing forum topics on social networks

Making WordPress.org noreply at wordpress.org
Thu Feb 6 11:35:30 UTC 2020


#3587: Default image when sharing forum topics on social networks
----------------------------+-----------------------
 Reporter:  felipeelia      |       Owner:  Clorith
     Type:  enhancement     |      Status:  accepted
 Priority:  low             |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:  has-patch       |
----------------------------+-----------------------

Comment (by jonoaldersonwp):

 Some requested patch tweaks:

 - Ensure that the site name isn't part of the `og:title`. E.g., it should
 always be "Cat pictures", rather than "Cat pictures | My cat blog".
 - Add a query busting parameter all media assets. E.g., the image URL
 should append `?v={{ver}}`, so that we can change/update more easily in
 the future.
 - Add an `og:type` tag, with a value of `article`.
 - Add an `og:description` tag, with a value of the page's meta
 description.
 - Add `og:image:height` and `og:image:width` tags, following the
 `og:image` tag.
 - Add an `og:url` tag which echoes the canonical URL tag of the page.
 - Remove the `twitter:text:title` tag; it's redundant.
 - Add `<meta name="twitter:card" content="summary_large_image" />`

 Probably more tweaks to come, but that'll make it a bit more robust for
 now.

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


More information about the wp-meta mailing list