FB sharing description issues
-
Hey,
first of all thank you for a great plugin, it really lowers the bounce rate on my website.Since I installed and configured your plugin I have a problem with sharing my posts on Facebook.
The description of post is not the excerpt (usually first lines from post) but part of your plugin, like “See related posts: Article one title Article two title”.I’m using Open Graph. My header includes:
<meta property="og:description" content="<?php echo get_the_excerpt(); ?>" />
or
<meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />Either of above does not work properly. When I use Facebook Debugger it shows that og:description takes not the posts but the part of WordPress Related Posts plugin.
Any idea how I should proceed to get proper descriptions?
Thanks in advancehttp://ww.wp.xz.cn/plugins/wordpress-23-related-posts-plugin/
The topic ‘FB sharing description issues’ is closed to new replies.