The Facebook Page Publish plugin is adding the og:description. Looking through the code in fpp_index.php at lines 843 – 851:
$description = array();
if ($options['show_post_author']) {
$description[] = esc_attr(fpp_get_post_author($post));/*, ENT_COMPAT, 'UTF-8')*/
}
if ($options['show_post_categories']) {
$categories = esc_attr(fpp_get_post_categories($post));/*, ENT_COMPAT, 'UTF-8')*/
if (!empty($categories)) $description[] = $categories;
}
echo '<meta property="og:description" content="'.implode(' | ', $description).'"/>';
It appears that you have only checked the “post categories” option and have unchecked “post author” on the plugin admin page. See this screenshot.
That’s the option the plugin is using the generate the og:description.
Related Posts:
- How to select a paragraph other than the 1st to be the post’s excerpt?
- Facebook comments box on front page
- Aggregate Summaries of Posts of Different Blogs in Multisite Instance
- Comparisson between date() and a date from wp_postmeta
- Show the “ratingValue” and “ratingCount” values of KK Star Ratings Plugin
- Updating post meta for custom post types
- How to get custom field image url of specific size
- Facebook Like Button On Individual Comments
- Is it possible to integrate WordPress *posts* and social media (Facebook, Google+, Twitter)? [closed]
- How to limit 1 image per post on homepage only?
- Shortcode in AJAX popup
- Set attached to state
- How to change ID of an attachment in wp_posts and its related tables correctly?
- Add multiple attributes to product from php
- How can I list recent posts excerpts?
- Are there any plugins yet that support Facebook Like, Google +1 and allow Social Interaction tracking on Google Analytics
- Where to hook my plugin’s action
- WordPress Social Login > Post to a users Facebook wall
- Is there a filter for get_post_custom()?
- Facebook plugin shows existing comments
- Conditionally add apt. Open Graph meta data to different pages on WordPress site
- dynamically generating plugin syntax
- Facebook Like needs confirmation?
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- How to Add custom subtitle as og:title to Facebook Open Graph Meta Data in WordPress Themes?
- Create digital-virtual-downloadable WooCommerce products from the frontend using Gravity Forms? [closed]
- Is there a way to share your Facebook Page’s stream on a WordPress page or post?
- Show Sub pages excerpt+thumbnail
- Integrate BuddyPress & Facebook
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- Allow HTML in Excerpts in Elementor
- How to display the “ratingValue” and “ratingCount” values generated by the KK Star Ratings plugin into my page’s recipe ld+json schema
- get current date + 90 days and checking every day
- Excerpts on category page
- Want to take Facebook Page posts and turn them into blog post
- Set plugin-values when creating post via REST-API
- How can I change the meta_key for a particular piece of information?
- WordPress Post Visibility Options for Frontend
- Bulk update all posts from plugin settings screen
- How do post a Photo to Facebook when a post is published? [closed]
- How to add FB like + share AND also other Social Buttons on ALL pages and posts?
- Is there a social members only login plugin for WordPress? [closed]
- Meta box losing its value when scheduled post is published
- How to insert multiple postmeta values with one query?
- Calling the_excerpt from inside a plugin template file
- Socialite WP plugin, unable to obtain API keys from FB
- Mass SQL WordPress Meta Key deletion
- Date format – Meta Box plugin
- get meta value from database by post id
- How to remove bulk actions from custom post type
- How can I concatenate variables to search results title? [closed]
- HTTPS connection with wampserver for “Facebook for WordPress” plugin
- Remember the Meta Value With Radio Buttons
- Error: Can´t access facebook comment plugin admin page
- WordPress truncate posts question (plugin related)
- Change the Simple Facebook Connect popup position
- Filtered content appears in the excerpt
- How to get Facebook comment plugin in blog? [closed]
- Link Posts to External URL
- Displaying the facebook profile picture in the WP-FB AutoConnect widget?
- How to stop Facebook mobile in-app browser cache on WordPress
- Help to Create a Simple Plugin to make a post
- get_post_meta shortcode returns empty field
- Add an action based on custom post meta field
- how to auto random increment for post view
- How to securely controlling data without keeping it in postmeta?
- WPBakery Page Builder Shortcode Showing On Front Page For Post
- “Enable Media Replace” plugin does not update serialized object in WPMeta
- Performance considerations – postmeta table versus new table for custom posts with foreign keys?
- Get and Update Most Meta Value as an array in HTML form
- Facebook sharing image error with facebook debug
- How to create meta fields with more than 1 relation?
- Get value from an input field and pass into update_meta_data as $meta_value
- How to get post that has non zero or greater than zero meta value
- Delete postmeta when uninstall/delete plugin
- Facebook Quote Plugin for Blockquote?
- How Can the_post Be Hooked Like the_content and the_excerpt?
- How to display single arbitrary facebook post with a shortcode?
- Using “excerpt_more” filter for a specific post type
- Storing values in Post Meta vs new tables
- Plugin used only on some pages – not widget
- Facebook meta tags not working properly on WordPress Site
- Get content or excerpt of top rated votes @GD-Star Rating? [closed]
- Facebook Feed Grabber Cache Relative to Dev Machine, not Server Install
- Remove ‘Publish to Facebook’ checkbox for Facebook page publish plugin
- Facebook Like Button with NextGen Gallery
- wp_update_post call really slow when official Facebook plugin is installed
- Publishing videos and images from blog to facebook
- Add meta tags with a plugin?
- WordPress User Frontend Editing Custom Fields
- Display Facebook photo albums and photo comments?
- Get post id in Post Page within Wp-admin
- Output plugin post like system count [closed]
- getting image alt text via ACF plugin in WordPress [closed]
- Make a magic tag work with Custom Post Types
- Facebook like plugin with Multi Option-Needed [closed]
- Open graph issue on my theme
- Serious social interaction [closed]
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- how to add meta for order in woocommerce