We have an issue with the social image not populating on specific pages when the links to those pages are shared in messaging apps like Teams, Whatsapp and Telegram. The homepage has no issue, but others, even though I have tried manually selecting the social image on each individual page (the same social image that is selected globally within the SEO Framework settings) on the backend but still nothing appears in the messaging apps for a social image. This is not an Archive page.
Are we missing something? If we select a social image in the SEO Framework Global settings should it not apply to all pages of the site? Also have you added support for archive pages?
Thank you
]]>We have the most updated version of WordPress and PHP. Our theme and all of our plugins are up to date and we have cleared our cache. What can we try next to resolve this?
]]>*Fourth star added because Anton responded so quickly to my review and asked for feedback.
]]>I added a social image under SEO Settings > Post Type Archive Settings > Social.
I want to remove it (theme will use post image).
But there is no ability to remove the image url — only the option to select a different image.
How do I completely remove a social image from the settings?
]]>function filter_wp_insert_term_data( $data, $taxonomy, $args ) {
$data['social_image_url'] = wp_get_attachment_url($data['featured_image']);
return $data;
};
add_filter( 'wp_insert_term_data', 'filter_wp_insert_term_data', 10, 3 );
I guess for terms TSF fields are not stored as separate meta values in db.
]]>My client contacted me saying that the image is not feeding through to Facebook. I tested it on the home page. We have a feature image set and also set the social image on the page. Still, only the logo is showing up when we try to share the website.
Ran it through Facebook Debugger but constantly getting an error. Also tried to deactivate all plugins except Yoast SEO. We are using the free version on this website.
Plugin & Theme & everything else is on latest install.
Here is a screenshot of the errors on Facebook debugger. https://www.dropbox.com/s/br7d0utsk19ehci/Screen%20Shot%202021-09-29%20at%203.20.49%20pm.png?dl=0
]]>After updating the plugin Facebook and Twitter are no longer sharing images from newly published pages, as well as for some older posts.
This is the most recent post: https://www.urevolution.com/recovering-from-an-eating-disorder/ and the second most recent https://www.urevolution.com/what-does-it-mean-to-choose-our-own-bodies/
Using the Facebook Sharing Debugger app revealed the following:
“Warnings That Should Be Fixed
Inferred Property – The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
Missing Properties -The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id”
This same error message appeared for some of the older posts as well – https://www.urevolution.com/college-eating-disorders-recovery/ – but not for others https://www.urevolution.com/do-i-have-body-dysmorphia-or-am-i-just-fat/
Thanks!
]]>What could be causing this issue?
]]>Please do note that at the moment, the site is now using Yoast since it does not have this bug.
]]>