It appears that your site doesn’t use the core WordPress Featured Image feature but instead uses a custom image field (probably from Advanced Custom Fields). Yoast’s plugin, Jetpack, and presumably many others look for the Featured Image image when setting the opengraph meta tag. So you have two options:
- Use the core Featured Image feature with one of the plugins that adds the featured image to an opengraph meta tag
- Change your meta property to use the ACF field:
<meta property="og:image" content="<?php $featuredImage = get_field('featured_image'); echo esc_url( $featuredImage['url'] ); ?>" />
Aside: if your featured image (however it’s implemented) has any meaning and is not “purely decorative,” make sure your site supports a way to give it appropriate alt text for accessibility.
Related Posts:
- Correctly implementing the Facebook Like button
- WordPress Facebook Open Graph plugin not working for 1 specific image [closed]
- How can you upload an image from within a settings page?
- WordPress Post featured image URL in the header
- Open graph problem: Showing wrong description of homepage while sharing on Facebook [closed]
- alt tags of the images are not saving/emtpy
- Why does Google Image Search still display my images?
- Regex expression for redirecting image URLs to another folder
- Sharing images to social media – issue with aspect ratio
- Facebook og:image issues after https change [closed]
- Is there a way to add a featured image to an image/file attachment page?
- How to make Facebook share the featuterd image from url on WordPress
- Tried everything but Facebook share button won’t load the post thumbnail
- Open graph issue on my theme
- WP 4.4. responsive images browser choosing the “wrong” one
- Retina images – custom syntax for inserting images into post content
- show author image in posts
- Default Image Link Removal
- Replace Woocommerce Images
- How to copy and paste a picture found on the web to wordpress easily
- Graphing libraries for WordPress [closed]
- WP 4.4 aspect ratio with responsive image
- Add CSS class to every image
- Prevent Width and Height Attributes in Image Tag Output
- How to associate an image with a term taxononmy and publish it on frontpage?
- add data-attribute to all images inside the_content()
- Removing Title Tag from Thumbnails
- WordPress login page logo customization
- When Uploading JPEGs, Does WordPress Compress the Original Image?
- New image size option not showing
- Make alt text required when setting a featured image
- How can i use wp_get_image_editor for image resizing
- Gallery images stored elsewhere (preferably Google Drive)
- WordPress gallery previous/next buttons showing all media library images
- Images not showing after moving site (but path id OK)
- 3.5 media.editor: what is the event listener for choosing an image?
- Display latest 12 images from media library
- Show featured image option not in screen options
- SEO – Media File Name Updating
- Extracting gallery images in WordPress 3.5 on index.php
- Multiple images in one attachment page
- How to keep WP from recompressing Full Size images
- How to get the url of an Image with id
- Retrieve images from parent site to child site using current shortcodes
- Missing a temporary folder.error when image is uploaded in admin Set temporary Directory – WordPress 5.2.2
- Locally Developing a wordpress website, cant get images to display?
- Help to upload post attachments from Ajax
- Alter image meta fields in the Media Library
- How can I display an image description, from an image gallery?
- How to add images to a post without inserting them into the content area of the post editor?
- How to get Image `alt` value from WordPress image attachment?
- Why WordPress strips scr string from img tag off?
- Random image loader
- How do you import images from a URL in your post?
- Multiple post image, echo url (path of image)
- Make featured image be shareable across multiple pages?
- insert image alongwith with custom data via a frontend form
- Get image path : image is upload but not attached
- What sense makes medium_large_size_h => 0?
- Images not showing in media grid view (but showing in list view)
- How to test if there are no more previous or next image on attachment page?
- Force square image crop during upload?
- Emoticons not working on my site
- How to use getimagesize() of image upload?
- problem with add_size_image
- photo gallery implementation like tmz
- Graphics and Formatting Not Loading in WordPress on IIS
- How to Automatically import external images to Upload
- How to enlarge thumbnail on mouseover?
- Edit Page did not get refresh after update
- get_post_gallery with Gutenberg
- How to join Caption AND Description Meta Fields as one combined-caption in Image Block
- Images not showing after wordpres update 5.6
- How to avoid images appear as post in google search?
- Images names not inserting in WordPress Database from Dynamic Add / Remove fields
- Generate links on all images in posts – is there a hook?
- Decide how Hero image appears on mobile
- Which tools should I use for a gallery that uses an API and url for the path of the images?
- Uploaded images not showing properly using wordpress
- Uploaded images appear broken in WP 4.4
- How to best adjust images to a max content width of 490px?
- Set WordPress to Create different images format later, not during upload
- How might one programmatically set the link for all images in all posts?
- attachment.php & flexslider—linking thumbnail to specific image
- How to associate an image with a term taxononmy and publish it on frontpage?
- Facebook meta tags not working properly on WordPress Site
- How can i make like this structure?
- Slider do not add alt attribute. Cant get alt attribute from a media library!
- Broken image URL
- Stop Attachment image names from taking top level permalink
- Image not showing in an archive page
- Media upload error
- Featured Image not displaying [closed]
- Remote Image (from URL) as Media Library element
- Theme using masonry layout script rendering overlaped images in Google Chrome [closed]
- What does WordPress media uploader do to image files on upload?
- Site header logo and parallax image on homepage do not display on iPhone
- WP_Image_Editor – How to save the new size of the image in the sizes metadata
- Is is possible to append .webp to srcset images using wp_filter_content_tags()?
- Could a very long article slow down all website and wpadmin?