[wp-meta] [Making WordPress.org] #3046: WordPress.org/about page outdated

Making WordPress.org noreply at wordpress.org
Mon Feb 12 21:11:24 UTC 2018


#3046: WordPress.org/about page outdated
------------------------------------------+-----------------------
 Reporter:  melchoyce                     |       Owner:  obenland
     Type:  task                          |      Status:  accepted
 Priority:  high                          |   Milestone:
Component:  General                       |  Resolution:
 Keywords:  neso ui-feedback ux-feedback  |
------------------------------------------+-----------------------

Comment (by ocean90):

 Since the copy is now part of the page template we should make sure that
 we have proper tags for OG and Twitter. Something like this before the
 `get_header()` call:

 {{{#!php
 <?php
 add_filter( 'jetpack_open_graph_tags', function( $tags ) {
         $tags['og:title']            = _esc_html__( 'Democratize
 Publishing', 'wporg' );
         $tags['og:description']      = _esc_html__( 'WordPress is software
 designed for everyone with emphasis on accessibility, performance,
 security, and usability.', 'wporg' );
         $tags['twitter:text:title']  = $tags['og:title'];
         $tags['twitter:description'] = $tags['og:description'];
         return $tags;
 } );
 }}}

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


More information about the wp-meta mailing list