-
Hi,
I have an issue. when I make a test with fb debugger tool, I found this error ( The “og: image” property must be provided explicitly, even if its value can be inferred from other tags.)
Also, I can´t share by Whatsapp my Web images when I share my website URL.
I have uploaded the logo site to the Twitter and Facebook card properly.
I Have deactivated the Wp Rocket Plugin and renamed the file cacheI have added this code on the functon.php file of my theme (/**
* Determines which image sizes we’ll loop through to get an appropriate image.
*
* @param unsigned array – The array of image sizes to loop through. Default array( ‘full’, ‘large’, ‘medium_large’ )
*/
add_filter( ‘rank_math/opengraph/image_sizes’, function( $sizes ) {
return $sizes;
});But the error persists.
I will appreciate your support
Kind Regards
The ticket ‘og:image’ is closed to new replies.