Bug Report. Problem with Open Graph
-
Hello, in one of the latest updates a relatively important bug occurs with the Social Share extension
It turns out that the og:image profile-thumbnail.png spreads throughout the site, causing conflict with pages unrelated to BuddyPress or Youzify
In the website code it looks something like this:
<!-- Youzify Open Graph Tags -->
<meta property="twitter:card" content="summary_large_image">
<meta property="og:type" content="profile">
<meta property="og:url" content="">
<meta property="og:image" content="https://domain.com/wp-content/plugins/youzify-social-share/assets/images/profile-thumbnail.png">
<meta property="twitter:image" content="https://domain.com/wp-content/plugins/youzify-social-share/assets/images/profile-thumbnail.png">
<meta property="og:description" content="Description on WP">
<meta property="twitter:description" content="Description on WP">
<!-- End of Youzify Open Graph Tags -->I still can’t find a way to fix it, I would like to keep the option to share on external social networks. Perhaps the Open Graph feature should be rethought, since in any case it will cause conflicts for the user with the SEO plugin
Since the image that spreads is from profile I tried to disable the profile sharing option, it would be better than disabling the entire extension. But it’s not enough, Youzify’s Open Graph spreads everywhere anyway
The versions I have installed right now:
BuddyPress 14.0.0
Youzify 3.5.3
Youzify – BuddyPress Social Share 2.0.1
Thanks greetings
The topic ‘Bug Report. Problem with Open Graph’ is closed to new replies.