Meta tags for Open Graph - Facebook can't create thumbnail

亡梦爱人 提交于 2019-12-06 14:23:50

问题


  1. These are the meta tags that I use (I hope am using them right). What do you use mostly?
  2. Also I have a problem when sharing my website on facebook. the og:image is for forcing facebook to use an image of my preference as a thumbnail. Instead of that facebook is using a wrong image and marked it as "safe_image" (safe_image.php). Why is this happening?

    <meta property="og:title" content="Myname - Best Products in Town">
    <meta property="og:type" content="Product">
    <meta property="og:url" content="http://www.mybestproducts.com/">
    <meta property="og:site_name" content="Myname">
    <meta property="og:description" content="Selling the best products">
    <meta property="og:image" content="images/mylogo.png">
    <meta property="og:image:width" content="550">
    <meta property="og:image:height" content="550">
    

Also I read this one first : FB OpenGraph og:image not pulling images (possibly https?)

But since I dont use https I don't think it's my case. So you what you think guys? Thank you all in advance


回答1:


The reason in my case was because there was a temporary cashing problem since my domain was linked to my facebook account for many years before linking it to an actual site. I had to wait for many days.



来源:https://stackoverflow.com/questions/27770129/meta-tags-for-open-graph-facebook-cant-create-thumbnail

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