How can I set a website image that will show as preview on Facebook?

后端 未结 3 404
夕颜
夕颜 2020-12-12 09:00

When you share a link on facebook it will automatically find images on the website and randomly picks one as a preview. How can you influence the preview image? When a perso

3条回答
  •  心在旅途
    2020-12-12 09:23

    1. Include the Open Graph XML namespace extension to your HTML declaration

    
    

    2. Inside your use the following meta tag to define the image you want to use

    
    

    Read more about open graph protocol here.

    After doing the above, use the Facebook "Object Debugger" if the image does not show up correctly. Also note the first time shared it still won't show up unless height and width are also specified, see Share on Facebook - Thumbnail not showing for the first time

提交回复
热议问题