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
- Update Multiple Post Meta for the Same Post In One call?
- How to get user-meta from Social Login registered users?
- Installing Facebook comment plug in without loosing all previous wordpress comments?
- Cannot strip JW Player shortcode?
- Top 3 posts in last week ordered by Facebook and Twitter share counts
- 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 can I add a custom meta value on file upload?
- How to get custom field image url of specific size
- Facebook Like Button On Individual Comments
- How do I add advanced custom fields / meta fields to Elasticsearch? [closed]
- Is it possible to integrate WordPress *posts* and social media (Facebook, Google+, Twitter)? [closed]
- How to limit 1 image per post on homepage only?
- How Can A Plugin Hook Itself To the End of Every Excerpt?
- Allow Facebook to preview posts before published
- 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
- Make the checkbox meta field checked by default
- 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
- Updating the Drag-To-Share eXtended share URLs?
- Integrate BuddyPress & Facebook
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- Allow HTML in Excerpts in Elementor
- Assign / update custom field value for all posts (How can I assign only to posts without custom field value?)
- 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
- 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?
- Posting from WordPress to Facebook [closed]
- Calling the_excerpt from inside a plugin template file
- How to grab facebook page feed?
- 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
- Where is this strange og:description coming from?
- Shortcode does not expand in Facebook like
- How to remove bulk actions from custom post type
- Adding custom meta boxes to specified custom post type
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- How can I concatenate variables to search results title? [closed]
- how do i change my website facebook login button to another text immediately user login? [closed]
- How to get rid of Ellipsis on Woocommerce [Essential] Theme [closed]
- Custom post type change excerpt more and excerpt length
- 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)
- Facebook ‘Share’ and ‘Like’ on individual posts
- Facebook and Twitter share buttons not working [closed]
- Change the Simple Facebook Connect popup position
- Publishing a video from blog to youtube
- 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?
- Why does “updated_post_meta” did not fire when uploading media other than image?
- What snippet do I need to type to show my ACF field show up on my theme?
- Is there a way to make [Table Of Content] plugin while not using revision data?
- Allow webp use on website but disallow webp as featured image during post creation
- How to stop Facebook mobile in-app browser cache on WordPress
- Help to Create a Simple Plugin to make a post
- why does an empty get_the_excerpt change get_the_ID to default homepage?
- 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
- Custom Field used to allow a Free Story; no longer works
- 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 to display the Facebook like count in WordPress theme [closed]