Meta Tag

Posted in: Newspaper
Post count: 5

Hi!
I’m using All in One SEO Pack 2.3.5 for social meta tag and SEO.
When debugging for facebook share I get two meta property=”og:image” one from the all in one seo with my custom URL and another default from theme header with the featured img URL used in the post.

I search for it:

// facebook sharing fix for videos, we add the custom meta data
if (has_post_thumbnail($post->ID)) {
$td_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
if (!empty($td_image[0])) {
echo '<meta property="og:image" content="' . $td_image[0] . '" />';
}
}

Changed it no effect at all. I want to remove the second meta to only have the one from AIO

Post count: 22421

Hi,
You can find a solution for this if you follow this topic: https://forum.tagdiv.com/topic/how-to-remove-the-meta/
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.