LinkedIn not picking up og:image from wordpress

丶灬走出姿态 提交于 2019-12-13 03:02:35

问题


I have a word press website, and when I share a blog on social media, all social media pulls up the thumbnails except Linkedin.

I have used the open graph tags perfectly. What could be wrong?

<meta property="og:title" content="<?php the_title(); ?>" /><meta property="og:description" content="<?php the_content();?>" /><meta property="og:type" content="post" /><meta property="og:image" content="https://www.intellectyx.com/blog/wp-content/uploads/2017/03/Analytics-400x225.jpg" />

来源:https://stackoverflow.com/questions/49071145/linkedin-not-picking-up-ogimage-from-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!