Skip to content

Commit

Permalink
SEO/meta: Update social media embed image
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
ryelle committed Sep 19, 2023
1 parent 1bed1fa commit 9b6e647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/wp-content/themes/wporg-showcase-2022/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function document_title_separator( $title ) {
* Add meta tags for richer social media integrations.
*/
function add_social_meta_tags() {
$default_image = get_stylesheet_directory_uri() . '/images/social-image.jpg';
$default_image = get_stylesheet_directory_uri() . '/images/social-image.png';
$site_title = function_exists( '\WordPressdotorg\site_brand' ) ? \WordPressdotorg\site_brand() : 'WordPress.org';
$og_fields = [
'og:title' => wp_get_document_title(),
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b6e647

Please sign in to comment.