[Plugin: The Open Graph Protocol] Need to add og:description
-
This plugin works great! Now when somebody Likes or suggests a page the right image shows up in the thumbnail. I manually added an og:description seen below. You may want to implement that also, that way if the author uses the excerpt in their posts it will show in the description on the Social media post.
<meta property=”og:description” content=”<?php if (have_posts()&& is_single()):while(have_posts()):the_post(); the_excerpt_rss(20,2); endwhile; else: ?>Default description for index page<?php endif; ?>” />
https://www.ads-software.com/extend/plugins/the-open-graph-protocol/
- The topic ‘[Plugin: The Open Graph Protocol] Need to add og:description’ is closed to new replies.